/* reset global margins for IE box model problems */
* { 
	margin: 0px;
	padding: 0px;
}

body {
	font:11px tahoma,arial,helvetica;
	margin: 0;	
	padding: 0;
	text-align: center;
	background-color: #f1f1f1;
	background-image:url(../_img/main_bg.gif);
	background-repeat:repeat-x;
}

.title {
	margin-left:20px;
	margin-top:21px;
	width:600px;
	font-size:18px;
	font-family:arial,helvetica;
	font-weight:bold;
	line-height:22px;
	color:#0c266c;
	padding-bottom:2px;
	border-bottom:1px dashed #0c266c;
	
}

/* -------------- */
/*  WRAPPER */
/* -------------- */
#wrapper {
	width: 975px;
	margin: 0 auto;	
	text-align:left;
	background-color: #fff;
	position:relative;
}
#content_wrapper {
	text-align:left;
	position:relative;
}

#header {
	margin:0px;
	padding:0px;
	position:absolute;
	left:0px;
	top:20px;
	width:974px;
	height:244px;
	background-color:#0c266c;
}

#header_overlay {
	margin:0px;
	padding:0px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:300000;
}


#main_nav {
	margin:0px;
	padding:0px;
	position:relative;
	left:0px;
	top:260px;
	width:974px;
	height:26px;
	z-index:20;
}

.divide {
background-color:#fff;
height:26px;
}


.top_nav_off {
background-color:#0c266c;
font-family:arial,helvetica;
font-weight:normal;
color:#fff;
font-size:9pt;
font-weight:bold;
height:26px;
border-right:1px solid #fff;
}

.top_nav_on {
background-color:#89bee3;
font-family:arial,helvetica;
font-weight:normal;
color:#004b95;
font-size:9pt;
font-weight:bold;
height:26px;
border-right:1px solid #fff;
}

.top_nav_on a:link, .top_nav_on a:visited, .top_nav_on a:active {
	color:#004b95;
	text-decoration:none;
}
.top_nav_on a:hover {
	color:#fff;
	text-decoration:none;
}




.cart a:link, .cart a:visited, .cart a:active {
	color:#004b95;
	text-decoration:none;
	font-size:7pt;
}
.cart a:hover {
	color:#ccc;
	text-decoration:none;
	font-size:7pt;
}







#main_content {
	margin:0px;
	padding-top:0px;
	position:relative;
	left:0px;
	top:260px;
	width:975px;
}

#home_content {
	margin-left:80px;
	margin-top:18px;
	padding-top:30px;
	margin-bottom:10px;
	line-height:18px;
	width:550px;
	font-weight:bold;
	color:#333;
}

#side_content {
	margin-left:500px;
	margin-top:18px;
	margin-right:10px;
	width:230px;
}

#img_News {
z-index:1;
position:relative;
top: 0px;
}

#img_Design {
z-index:1;
position:relative;
top: 0px;
}

.news_content_overlay {
position:relative;
top: 23px;
z-index:99;
}

#buzz_content_overlay {
position:relative;
top: 23px;
z-index:99;
}
}

#news_content {
z-index:1;
width:225px;
margin-top:-3px;
}

.home_news {
width:225px;
line-height:18px;
font-weight:normal;
color:#333;
}

.home_news p{
width:225px;
line-height:18px;
font-weight:normal;
color:#333;
}

#buzz_content{
z-index:1;
width:225px;
}


.footer {
	margin:0px;
	padding:0px;
	padding-top:5px;
	color:#666;
	text-align:center;
	z-index:99;
}
.footer a:link, .footer a:visited, .footer a:active {
	color:#666;
	text-decoration:none;
}
.footer a:hover {
	color:#ccc;
	text-decoration:underline;
}
.content_table th
{
    text-align:left;
    border-bottom: solid 1px #000;
        
}
