@charset "utf-8";
/* CSS Document */
h1 {
	font-size:35px;
	color:#f78324;
	font-weight:normal;
	margin:0px 0px 14px 0px;
}
h2 {
	font-size:27px;
	font-weight:normal;
	margin:0px 0px 11px 0px;
	color:#4a2e92;
}

h3 {
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 8px 0px;
	color:#f78324;
}
h4 {
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 8px 0px;
	color:#4a2e92;
}
body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: url('/img/bg-main.gif') repeat-x top #FFF;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #424242;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	overflow:visible;
}
#contentFrame-l1 {
	float:left;
	background:url('/img/content_container-t.jpg') top repeat-x #FFF;
	width:970px;
	margin:42px 0px 0px 30px;
	overflow:visible;
}
#contentFrame-l2 {
	float:left;
	background:url('/img/content_container-l.jpg') top left no-repeat;
	width:970px;
	overflow:visible;
}
#contentFrame-l3 {
	float:left;
	background:url('/img/content_container-r.jpg') top right no-repeat;
	width:970px;
	overflow:visible;
}
#contentContainer {
	margin-top:57px;
	width:970px;
	min-height:550px;
	overflow:visible;
	position:relative;
	z-index:20;
}
.copyContainer {
	padding:20px 60px;
	position:relative;
	z-index:inherit;
}
#header {
	position:absolute;
	top:49px;
	height:50px;
	width:970px;
	overflow:visible;
}
#logo {
	margin:-49px 0px 0px -30px;
	float:left;
	width:188px;
	height:184px;
	position:relative;
	z-index:8;
	border:0px;
}
#linkContainer {
	width:810px;
	float:right;
	height:50px;
	font-size:15px;
	font-weight:bold;
}
.mainLink {
	display:block;
	color:#4a2e92;
	text-decoration:none;
	padding:19px 0px 0px 0px;
	float:left;
	text-align:center;
	height:50px;
}
#linkContainer a:hover {
	color:#f78324;
}
#viewCart{
	float:left;
	color:#4a2e92;
	text-decoration:none;
	margin:13px 7px 0px 5px;
	display:block;
	padding:7px 0px 0px 38px;
	font-size:12px;
	background:url(/img/btn_bg-view_cart.gif) no-repeat;
	width:74px;
	height:32px;
}
#number {
	color:#f78324;
	font-size:15px;
	width:160px;
	float:left;
	height:15px;
	margin-top:19px;
}
#footer {
	float:left;
	margin-top:10px;
	width:970px;
	text-align:center;
	background:url(/img/bg-footer.jpg) no-repeat top;
	height:50px;
	font-size:11px;
	padding-top:8px;
}
#footer a {
	padding: 0px 8px;
	display:inline;
	text-decoration:none;
}
#footer span {
	display:inline;
	padding:0px 8px;
}
.orderBtn {
	background:url('/img/btn_bg-order.gif') top no-repeat;
	line-height:54px;
	float:right;
	text-decoration:none;
	color:#FFF;
	display:block;
	width:247px;
	height:54px;
	text-align:center;
	font-weight:bold;
	float:left;
	font-size:17px;
	margin-top:5px;	
}

#secure {
	width:120px;
	margin:0 auto 0 auto;
}

ul.check {
        list-style-image: url('/img/check.gif');
        margin-left:30px;
}


#flags {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-45px;
	z-index:1000;
	height:45px;
	width:550px;
	background:url(/img/college_header_bg_lg.png) top left no-repeat;
	line-height:45px;
	height:45px;	
	text-align:center;
	
	}


	
#topnav {background:url(/img/college_header_bg_lg.png) top left no-repeat;
	position:absolute;
	top:0;
	left:50%;
	z-index:1000;
	height:45px;
	line-height:45px;
	height:45px;	
	text-align:center;
	width:550px; /*225px;*/
	margin-left:-45px; /*200px;*/

}

#topnav ul {list-style-type:none; display:inline; }

#topnav a {
	text-decoration:none;
	font-weight:bold;
color:#4a2e92;
	}
#topnav img {
	border:0;
	vertical-align:text-top;
	margin-top:-13px;
	margin-right:6px;
	}

#topnav li, #topnav ul {margin:0; padding:0;}
	
.dropdown 									{margin:4px auto; width: 600px; position:absolute; left:-999em; text-align:left; padding:10px; background:#fff; 
												-webkit-box-shadow: 0px 0px 10px #5e5e5e; -moz-box-shadow: 0px 0px 10px #5e5e5e; box-shadow: 0px 0px 10px #5e5e5e; 
												z-index:20000; border:3px solid #eee;}

#topnav ul li:hover .dropdown 				{left:-90px; top:35px; z-index:20000; }



	
