@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center; /* NEED FOR IE */
}
a{color:#FFFFFF;text-decoration:none;}
a:hover{text-decoration:underline;}

#Header {
	margin:0 auto 0 auto;
	width:756px;
	height:91px;
	text-align:left;
	background-color:#FFFFFF;
	position:relative;
	z-index:101;
	/*border:1px solid #000;*/
}
#Header_Left {
	float:left;
	width:213px;
	vertical-align:top;
}
#Header_Right {
	float:right;
	width:543px;
}
#Logo {
	width:213px;
	height:91px;
	float:left;
	margin:0;
	overflow:hidden;
}
#Logo img {
	border:0;
}
#NavContainer {
	width:517px;
	height:24px;
	margin:0 4px 0 0;
	float:right;
}

/* Basic code - don't modify */
 
#Nav { display: block; margin: 0; padding: 0; position: relative; }
#Nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; width:103px; height:24px; text-align:center; background-image:url(../images/navigation_bg.jpg); background-repeat:no-repeat;}
#Nav a { display: block; }
#Nav ul { display: none; position: absolute; right: 0; margin: 0; padding: 0; }
* html #Nav ul { line-height: 0; } /* IE6 "fix" */
#Nav ul a { zoom: 1; } /* IE6/7 fix */
#Nav ul li { float: none;  background-image:none; width:auto; height:auto; text-align:left;}
#Nav ul ul { top: 0; }
    
/* Essentials - configure this */

#Nav ul { width:103px; }
#Nav ul ul { left: 131px; }

/* Everything else is theming */
 
#Nav { height: 24px; color:white; font-size:11px; font-weight:bold; }
#Nav *:hover { background-color: none; }
#Nav a { color:white; font-size:11px; font-weight:bold; padding:6px; line-height: 1; }
#Nav li.hover a {  }
#Nav ul { top: 24px; }
#Nav ul li a { background-color: #8597e9 }
#Nav ul a.hover { background-color: #bbcde7; color:#485385; }
#Nav ul a { color:white; font-size:11px; /* opacity: 0.9; filter: alpha(opacity=90); */}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

/*CONTENT AREA*/
#Main {
	width:756px;
	height:755px;
	margin:0 auto 0 auto;
	background-repeat:no-repeat;
}
#Main_Products {
	/*border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:0;*/
	text-align:left;
	float:left;
	width:545px;
	height:638px;
	margin:10px 0 0 0;
}
#Main_Right {
	margin:0;
	width:211px;
	float:right;
	text-align:right;
	margin:217px 0 0 0;
	position:relative;
	z-index:102;
}

#VideoLinks {
	margin-top:10px;
	float:left;
	width:250px;
}
#VideoLinks a {
	font-size:12px;
	color:#485385;
	text-decoration:underline;
}
#VideoLinks a:hover {
	text-decoration:none;
}
#Product {
	margin:0 auto 0 auto;
	width:513px;
}
#Product_Image {
	float:left;
	margin-bottom:15px;
	overflow:hidden;
}
#Product_Image a:hover img{
	background-color:#e04747;
}
#Product_Image img {
	padding:3px 3px 3px 3px;
	border:1px solid #000000;
	background-color:#f1f1f1;
	margin-right:5px;
	width:180px;
	overflow:hidden;
}
#Callouts {
	float:left;
	width:756px;
	text-align:center;
	margin:5px 0 0 0;
}
#Callouts img {
	border:1px solid #485385;
}
#Callouts a:hover img {
	border:1px solid #000000;
}
/*FOOTER*/
#Footer_Wrap {
	width:100%;
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	color:#FFFFFF;
	font-size:11px;
}
#Footer_Wrap a {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
#Footer_Wrap a:hover {
	text-decoration:none;
}
#Footer_Inner {
	width:756px;
	text-align:center;
	margin:0 auto 0 auto;
}
/*END PRODUCTS PAGE*/
img, div, td, a, table, body { 
	behavior:url(includes/iepngfix.htc);
}