@charset "utf-8";
/* CSS Document */

 
body  {
	font: 12px 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: #fff;
	background: #000;
}
#container {
	width: 768px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container-header{
	margin:0 auto;
	background:url(../img/header_white_shade.png) right 0% no-repeat;/**/
	height:130px;
	padding-top:20px;
}
#container-bg{ width:100%; background: url(../img/header_bg_transparent.png) repeat; }
#header {
	height: 100px;
	width:768px;
	margin:0 auto;  } 
	
#header h1 {
	margin: 0;
	padding: 10px 0;
	text-align:right;
}
#main-menu-bg{
	height:22px;
	background: url(../img/header_bg_transparent.png);
	border-bottom:1px solid #d1d1d1;
	text-align:center;
	margin:0 auto;
	width: 100%;
}
#main-menu{
	height:15px;
	border-bottom:1px solid #000;
	margin:0 auto;
	padding:3px 0;
	width: 100%;


}
#main-menu a{font:11px Arial, Helvetica, sans-serif ; text-transform:uppercase; text-decoration:none; color:#FFF; margin:0 13px; padding:0 10px; font-weight:bold; background:url(../img/menu_items_bg.png) no-repeat 50% 50%; }
#main-menu a:hover{ color:#ccc;}
#sidebar1 {
	float: right;
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
#sidebar1 h1,#sidebar1 h2,#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.three-sixty-text {
	display:block;
	line-height:14px;
	font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}
.three-sixty-text a{ color:#fff; text-decoration:none;padding-left:120px;padding-top:0px;display:block; margin-bottom:100px;}

#mainContent {
	margin: 0 350px 0 10px;
} 
#mainContent p{
	margin: 0 100px 0 0; 
} 

#mainContent-sub {
	margin: 50px 10px 0 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
} 
#module{ display:block;}

#footer {
	margin-top:20px;
	padding: 0 10px; 
} 
#footer 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
img, div, a, input { behavior: url(../img/iepngfix.htc) }
form.prod-search { display:block; float:left;}
b, strong {font: 13px "Trebuchet MS" Arial, Helvetica, sans-serif; font-weight:bold;}


#sddm
{	margin: 0 auto;
	padding: 0;
	/*margin:0 0 0 0;*/
	z-index: 20; 
	width:768px; text-align:center;	}

#sddm li
{	margin: 0 auto;
	padding: 0 6px;
	list-style: none;
	float: left;

	text-align:center;
}

#sddm li a
{	display: block;
	margin: 0 0 0 0;
	padding: 5px 5px;
	/*width: 60px;
	background: #5970B2;*/
	color: #FFF;
	text-align: center;
	text-decoration: none;font-size:12px
	}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #000}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 3px 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #808080;
		color: #ffffff; 
}

	#sddm div a:hover
	{	background: #9a9a9a;
		color: #FFF}


