@charset "utf-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;
	
}
#container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#topdiv {
	background: #fff;
	padding: 0 0 0 5px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 325px;	 
	border-bottom: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;	
	width: 653px;
	margin-left: 310px;
}

#changer{
	
	width: 200px;
	height: 20px;
	padding-top: 5px;
	margin-left: 50px;
	text-align: center;

}


#topdiv  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#picbox{
	background-image: url(../images/portfolio/ecommerce.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 5px 0 5px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 260px;
	width: 415px;
	float: left;	/*margin-left: 310px;*/
}

#picboxbro{
	background-image: url(../images/portfolio/brochure.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 5px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 265px;
	width: 415px;
	float: left;	/*margin-left: 310px;*/
}

#picboxact{
	background-image: url(../images/portfolio/active.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 5px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 260px;
	width: 415px;
	float: left;
		/*margin-left: 310px;*/
}

#picboxecom{
	background-image: url(../images/portfolio/ecommerce.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 5px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 265px;
	width: 415px;
	float: left;	/*margin-left: 310px;*/
}

#picboxcorp{
	background-image: url(../images/portfolio/corporate.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 5px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 265px;
	width: 415px;
	float: left;	/*margin-left: 310px;*/
}



#picboxtext{
	padding: 0 0 0 5px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 229px;
	width: 230px;
	background-color: #fff;
	padding: 45px 0 0 0px;
	margin-left: 420px;
}


#sideTopdiv{
	padding: 3px 3px 3px 3px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFf;
	width: 304px;
	height: 262px;
	float: left;
	border-bottom: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-right: solid;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	padding-top: 60px;
}


#righttopNav{
	/*padding: 0 20px;*/ 
	background: #CCCCCC;
	width: 648px;
	height: 50px;
	/*margin-top: 5px;
	margin-bottom: 5px;*/
	
		
	
				
}



#topnav{
	width: 120px; /*Width of division within sidebare*/
	border-right: solid;
	border-right-color: #fff;
	border-right-width: 1px;
	height: 49px;
	float: left;
	padding: 2px 0 0 0;
	text-align: center;		
	}
	
#topnavend{
	width: 125px; /*Width of division within sidebare*/
/*	border-right: solid;
	border-right-color: #fff;
	border-right-width: 1px;*/
	/*cursor: hand;*/
	height: 49px;
	float: left;
	padding: 2px 0 0 0;
	text-align: center;		
	}	
	
	
	
#topnavwide{
	width: 130px; /*Width of division within sidebare*/
	border-right: solid;
	border-right-color: #fff;
	border-right-width: 1px;
	/*cursor: hand;*/
	height: 49px;
	float: left;	
	padding: 2px 0 0 0 ;
	text-align: center;	
	}	
	
	
#topnavecom{
	width: 135px; /*Width of division within sidebare*/
	border-right: solid;
	border-right-color: #fff;
	border-right-width: 1px;
	/*cursor: hand;*/
	height: 49px;
	float: left;	
	padding: 2px 0 0 0 ;
	text-align: center;	
	}	
	
		
#topnavecms{
	width: 130px; /*Width of division within sidebare*/
	border-right: solid;
	border-right-color: #fff;
	border-right-width: 1px;
	/*cursor: hand;*/
	height: 49px;
	float: left;	
	padding: 2px 0 0 0 ;
	text-align: center;	
	}	
	
	

#sidebottomdiv{
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFf;
	width: 270px;

	float: left;
	min-height: 220px;
/*	border-right: solid;
	border-right-color: #CCCCCC;
	border-right-width: 1px;*/


}





#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #CCCCCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin-left: 48px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	
		
}

#sidenavToprow{

     width: 175px; /*Width of division within sidebare*/
/*	border-bottom: solid;
	border-top-color: #fff;
	border-top-width: 1px;*/
	/*cursor: hand;*/
	height: 19px; padding-top: 2px
}

#sidenav1{

     width: 175px; /*Width of division within sidebare*/
	border-top: solid;
	border-top-color: #fff;
	border-top-width: 1px;
	height: 19px;
	padding-top: 2px

}
	
#sidenav2{

     width: 175px; /*Width of division within sidebare*/
	border-top: solid;
	border-top-color: #fff;
	border-top-width: 1px;
	height: 19px;
	padding-top: 2px

}
#sidenav3{

     width: 175px; /*Width of division within sidebare*/
	border-top: solid;
	border-top-color: #fff;
	border-top-width: 1px;
	height: 19px;
	padding-top: 2px

}
#sidenav4{

     width: 175px; /*Width of division within sidebare*/
	border-top: solid;
	border-top-color: #fff;
	border-top-width: 1px;
	height: 19px;
	padding-top: 2px

}

#sidenav5{

     width: 175px; /*Width of division within sidebare*/
	border-top: solid;
	border-top-color: #fff;
	border-top-width: 1px;
	height: 19px;
	padding-top: 2px

}

#sidenav6{

     width: 175px; /*Width of division within sidebare*/
	border-top: solid;
	border-top-color: #fff;
	border-top-width: 1px;
	height: 19px;
	padding-top: 2px

}



#sidenav7{

     width: 175px; /*Width of division within sidebare*/
	border-top: solid;
	border-top-color: #fff;
	border-top-width: 1px;
	height: 19px;
	padding-top: 2px

}

#sidenav8{

     width: 175px; /*Width of division within sidebare*/
	border-top: solid;
	border-top-color: #fff;
	border-top-width: 1px;
	height: 19px;
	padding-top: 2px

}











/*#sidenav:hover{ background-color: #fff;  }*/
	


#contactcont {
	background: #fff;
	/*padding: 5px 5px 5px 5px;*/
	width: 637px;


}


#capimg{
	background: #ff5;
	width: 152px;
	height: 35px;

	float: left;
}

#flags{
	width: 200px;
	height: 35px;
	

	float: left;
}

#speaker{
	width: 50px;
	height: 35px;
	float: left;
}

#formkey{
	width: 120px;
	height: 35px;
	text-align: left;
	float: left;
}



#conactdivl{
	background: #fff;
	width: 275px;
	float: left;
	text-align: left;
	
}


#conactdivr{
	background: #fff;
	width: 230px;
	text-align: right;
	margin-left: 320px;	
	height: 90px;
}


#contactbot{
	background: #fff;
	width: 300px;
	text-align: right;
	margin-left: 112px;	
}




#bottomdiv {
	background: #fff;
	padding: 5px 5px 5px 5px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*height: 325px;*/
	border-left: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	width: 646px;
	margin-left: 310px;
	min-height: 220px;
		
	
}

#bottomdiv p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0;  /*padding on this element will create space, just as the the margin would have, without the margin collapse issue*/ 
}

