body{
	margin:0;
	padding:0;
	font-size:100.01%;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}

a {
	color: #3B5998;
	text-decoration: none;
}



a:hover {
	text-decoration: underline;
}

div.wrapper{
width:966px;
margin:0 auto;
}



div#topbar{
	background-color: rgb(59, 89, 152);
	height:15px;
	border-bottom:1px solid #6D84B4;
	color:#FFFFFF;
	padding:8px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #2c5a9a;
	border-top:none;
}



h1 {
font-weight: normal;
font-size: 0.9em;
line-height:1.0em;
margin:0px;
padding:0px;
float:left;
}

.nolink {
	text-decoration:inherit;
	color:#FFFFFF;		
}

h2{
	border-top:1px solid #CC6600;
	border-bottom:1px solid #CC6600;
	background: #FFEFDF;
	font-size:9pt;
	font-weight: bold;
	margin:0px;
	padding:4px;
}

h3 {
font-weight: bold;
font-size: 1em;
margin:0px;
padding:0px;
color: rgb(51, 51, 51);

}


div#content{
/*	border:1px solid #3A5896; */
	-moz-border-radius: 8px 0 8px 0;
	padding:8px;
	border-top:none;
	font-size:0.8em;
	width:835px;
	margin:0 auto;
}

small {
	font-size:0.75em;
}


div#notification {
padding:8px;
margin:0 auto;
width:770px;
margin-top:12px;
margin-bottom:14px;
background-color: rgb(237, 239, 244);
border:1px solid rgb(212, 218, 232);
-moz-border-radius: 5px; -webkit-border-radius: 5px;
}


div#notification p{
margin:5px;
}

div#menu {
	text-align:center;
padding-left:;
margin:0 auto;
height:35px;
background-color: #99a9ca;
border:1px solid #6D84B4;
-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

div#innermenu{
}

div#menu a, div#menu a:hover {
color:#fff;
font-weight:normal;
font-size:13px;
line-height:34px;
padding-right:35px;
}



img.notification{
	padding-right:8px;
}
/*
<div class="offerwrap">
	<div class="offerborder">
		<img src="products/off01.gif">
		<div class="offername">Get Free MacBook!</div>
	</div>
	<div class="offerranking">
	</div>
</div>
*/

div.offerwrap{
	width:214px;
	float:left;
	margin-right:30px;
	margin-left:30px;
	margin-bottom:20px;
}


div.offerwrap a, div.offerwrap a:hover {
	text-decoration:none;
}

div.offerborder{
	background-color: #fff;
	border:1px solid #6D84B4;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

a:hover div.offerborder {
		border:1px solid #021c4f;
}


div.offerwrap img{
padding:0px;
margin:0px;
border:none;
}

div.offerborder img{
margin-top:2px;
}

div.offername{
	background: url(gfx/offername.gif) repeat-x;
	background-position:0px 0px;
	border-top:1px solid #6D84B4;
	height:38px;
	color:#fff;
	line-height:38px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
div.offerranking{
	text-align:center;
	color:#888888;
	font-size:10px;
	font-weight:normal;
}

div#sidebar {
 width:220px;
 float:right;
}


div#sidebar ul{
	padding:0px;
	margin:0px;
	list-style:none;
	padding: 10px;
}

div#sidebar ul.menu li{
	border-bottom:1px solid #CCCCCC;
	font-size:11px;
	padding:4px;
}


div#sidebar ul.menu li.title{
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
	color: rgb(51, 51, 51);
}

img.offer-img {
	padding:6px;
}





div#skip{
	float:right;
}


div#skip a,div#skip a:hover{
	color:#fff;
	font-size:9pt;
	text-decoration:none;
}




div#footer{
	clear: both;
	position: fixed;
	z-index: 10;
	height: 30px;
	margin-top: -30px;
	margin-left: -30px;
	background-color: #ECE9D8;
	border:1px solid #BBB;
	border-bottom:1px solid #ECE9D8;
	color: #000;
	width:92%;
	font-size: 8pt;
	font-family:Verdana;
	text-align: center;
	line-height: 3em;
	-moz-border-radius: 5px 5px 0px 0px;
	bottom: 0px;
}



/*  Popu*/

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:460px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}