@charset "utf-8";
/* CSS Document */

/* general document layout and set up styles */
article, aside, 
figure, footer, header, hgroup, menu, nav, section { display: block; }

/* light css reset */
* { margin : 0; padding : 0; }

img { border: 0px;}

#pageContainer {
margin: 0px auto 0px auto;
width:1010px;

height:100%;
/*	background-image:url(../../Images/Default/body-bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	*/
    margin: 0 auto;
    width: 980px;
 
}


#pageHeader 
{
    
margin:0 auto 0 auto;
width:100%;   
position:relative;
height:125px;
	/*background-image:url(../../Images/Default/header_bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;*/
}

#pageHeader a.logo img {
    margin-top:10px;
    margin-left:50px;
}

#pageHeader .callUs img 
{
    position:absolute;
    right:22px;
    top:10px;
}

#pageSection {
width:70%;	
margin: 0;
clear:none;
float:left;
margin-left:0px;
/*background-image:url(../../Images/Default/sectionbg.jpg);
background-repeat:no-repeat;
background-position: bottom left;*/
background-image:white;
margin-bottom:1em;
min-height:500px;



  

}
/*
#sideSection {
width:220px;	
margin: 0;
clear:none;
float:left;
margin-left:0px;
background-image:url(../../Images/Default/CN_paneladvert.gif);
background-repeat:no-repeat;
background-position:top right;
margin-bottom:1em;
min-height:700px;
padding-bottom:20px;
}
#sideSection p{
margin-left:10px;
}

#sideSection h2{

width:300px;
font-size:14px;
margin:0px;
margin-top:325px;
margin-left:13px;

}

#sideSection h3
{
    margin:0px;
    margin-left:10px;
}

*/

#contentContainer {
margin: 0px;
padding: 0px;
padding-bottom: 20px;
width:100%;
min-height:400px;
}

#pageAside1 {
display:none; /*inline */
width:0px;
}

#pageAside2 {
display:none; /*inline */
width:0px;
}





/* Clear Floated Elements  */
.clearfix:before, .clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
 }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.center{
    text-align: center;
}
#sideSection p {
    margin:0px;
    margin-left:14px;
    padding:0px;
}