/* CSS Document */
html{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px auto;
	vertical-align: top;
}

body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px auto;
	background: #d5d5d5 url(images/net.jpg) repeat;
	vertical-align: top;
}

@font-face{
	font-family: bazooka;
	src: url("font/bazooka.eot") /* EOT file for IE */
}
@font-face{
	font-family: bazooka;
	src: url("font/bazooka.ttf") /* TTF file for CSS3 browsers */
}

.seamasterfont{
	font-family: 'bazooka', sans-serif;
	font-weight: normal;
}

#borderTable{
	height: 100%;
	width: 1024px;
	vertical-align: top;
	padding: 0px;
	margin: 0px auto;
}

#mainTable{
	height: 100%;
	width: 984px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0px;
	margin: 0px auto;
	vertical-align: top;
}

#header{
	height: 201px;
}

#navigation{
	height: 29px;
}

#shadowundernav{
	height: 20px;
	width: 100%;
	background: url(images/BottomBorderShadow.png) repeat-x top #e7e7e7;
}

#leftshadow{
	width: 20px;
	height: 100%;
	background: url(images/LeftBorderShadow.png) repeat-y;
}

#rightshadow{
	width: 20px;
	height: 100%;
	background: url(images/RightBorderShadow.png) repeat-y;
}

#sidebar{
	width: 200px;
	height: 100%;
	padding: 10px;
	background-color: #e7e7e7;
}

#sidebar #sidebar_menu{
	border: 0px solid #292929;
	overflow: visible;
}

#sidebar_menu{
	padding: 0px;
	margin: 0px;
}

#sidebar_menu div{
	border: 1px solid #000;
	padding: 2px;
	margin: 3px auto;
	text-align: center;
	background-color: #9cb8f1;
}

#sidebar_menu a{
	text-decoration: none;
	color: #000;
	font-size: 16px;
}

#sidebar_menu a:hover{
	font-weight: bold;
}

#sidebar_menu hr{
	height:2px;
	border-width:0;
	color:black;
	background-color:black;
	width:75%;
	margin: 10px;
}

#catdownload a{
	color: #000;
	text-decoration: none;
}

.sideheader{
	height: 23px;
	padding-top: 5px;
}
.sidebarleft{
	background: url(images/sidebar_left.jpg) no-repeat;
	width: 10px;
	height: 23px;
	float: left;
}
.sidebarcontent{
	background: url(images/sidebar_main.jpg) repeat-x;
	color: #FF9;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	width: 181px;
	height: 23px;
	display: table;
	float: left;
}
.sidebarcontent p{
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
.sidebarright{
	float: left;
	background: url(images/sidebar_right.jpg) no-repeat;
	width: 9px;
	height: 23px;
	
}
.sidecontent{
	border: 1px solid #292929;
	border-top: none;
	padding: 5px;
	background-color: #787878;
}

#catdownload a:hover{
	color: #666;
}

#mainContent{
	width: 742px;
	height: 100%;
	background-color: #e7e7e7;
	padding: 10px;
}

#Footer{
	height: 60px;
	background: url(images/footer.jpg) no-repeat #292929;
	color: #e7e7e7;
	font-size: 11px;
	padding-top: 15px;
}

#Footer #copy{
	float: left;
	width: 130px;
	padding: 35px 5px 5px 5px;
}

#Footer #nav{
	float: left;
	width: 682px;
	font-size: 16px;
	height: 60px;
	text-align: center;
}

#Footer #nav a{
	color: #e7e7e7;
	text-decoration: none;
}

#Footer #nav a:hover{
	color: #FFC;	
}

#Footer #hosted{
	float: left;
	width: 150px;
	padding: 35px 5px 5px 5px;
	text-align: right;
}

#Footer #hosted a{
	color: #e7e7e7;
	text-decoration: none;
}

#Footer #hosted a:hover{
	color: #FFC;	
}

.nb_cart_link{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.nb_cart_link:hover{
	color: #FFC;
}

.nb_loginout {
	font-size: 14px;
	COLOR: #000;	
	clear: left;
}
a.nb_loginout
{
	font-size: 14px;
}
a.nb_loginout:hover{
	color: #FFC;	
}
.nb_loginout2 {
	font-size: 10px;
	COLOR: #808080;
}
a.nb_loginout2
{
	font-size: 10px;
	COLOR: #808080;
}

.nb_loginout_title {
	font-size: 14px;
	COLOR: #000;
	FONT-WEIGHT: bold;
}

a.nb_loginout_title
{
	font-size: 14px;
	COLOR: #000;
	FONT-WEIGHT: bold;
}

.nb_adminlinks{
	font-size: 14px;
	color: #000;
}

.nb_adminlinks a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.nb_adminlinks a:hover{
	color: #FFC;
}