/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0;
	background: #21262e;
	font-size: 12px;
	color: #a3abb7;
	font-family: Verdana;
}

a:link,
a:visited,
a:active {
	color: #3091f2;
	text-decoration: underline;
	font-weight: bold;
}

a img {
	border: none;
	
	}

a:hover {
	color: #2e7ccb;
	text-decoration: none;
	font-weight: bold;
	}
	
h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
}
	
p {
	margin:0;
}

#wrapper {
	width: 730px;
	margin: auto auto;
}

#banner {
	background: url(images/header.jpg) no-repeat;
	width: 730px;
	height: 178px;
}

#nav {
height: 39px;
list-style:none;
margin:0 auto;
padding:0;
}

#nav li {
float:left;
}
#nav li a {
display:block;
text-indent:-1000em;
overflow:hidden;
}

#nav a.blankleft { 
background-image: url(images/nav_left.jpg);
height: 39px;
width: 122px;
}

#nav a.blankright { 
background-image: url(images/nav_right.jpg);
height: 39px;
width: 124px;
}

#nav a.home { 
background-image: url(images/home.jpg);
height: 39px;
width: 125px;
}

#nav a.home:hover { 
background-image: url(images/home_on.jpg);
}

#nav a.products { 
background-image: url(images/products.jpg);
height: 39px;
width: 118px;
}

#nav a.products:hover { 
background-image: url(images/products_on.jpg);
}

#nav a.support { 
background-image: url(images/support.jpg);
height: 39px;
width: 119px;
}

#nav a.support:hover { 
background-image: url(images/support_on.jpg);
}

#nav a.contactus { 
background-image: url(images/contactus.jpg);
height: 39px;
width: 122px;
}

#nav a.contactus:hover { 
background-image: url(images/contactus_on.jpg);
}

#contentbg {
	background: url(images/content_bg.jpg) repeat-y;
	width: 730px;
}

.content {
	padding: 0px;
}


#maincontent ul {
	margin-left: 20px;
	padding-left: 0px;
	list-style: none;
}

#maincontent ul li {
	padding-left: 15px;
	background: url(images/bullet_small.gif) no-repeat 0px 4px;
}

#maincontent ol {
	margin-left: 20px;
	padding-left: 0;
	list-style: lower-alpha inside;
}

 div.panel_hr {
	height: 10px;
	width: 210px;
	float:right
	background: #111419 url(images/panel_ruler.jpg) no-repeat scroll center;
	margin: 10px 10px 10px -30px;
}
div.panel_hr hr {
	display: none;
}

#panel {
	display: inline;
	float: left;
	width: 238px;
	background: url(images/panel_bg.jpg) top left repeat-y;
}

ad {
	display: inline;
	float: left;
	width: 100px;
	height: 130px;
	margin-left: 45px;
	
}

.panel_main {
	background: url(images/panel_bg.jpg) top left repeat-y;
}

.panel_cat {
	background: url(images/panel_top.jpg) top left no-repeat;
	height: 45px;
	width: 238px;
	padding: 0;
	margin: 0;
}

.panel_cat_title {
	padding: 22px 20px 0 58px;
	font-weight: bold;
	color: #2e7ccb;
}

.panel_foot {
	background: url(images/panel_btm.jpg) top left no-repeat;
	height: 20px;
	width: 238px;
	padding: 0;
	margin: 0;
}

.panel_text {
	padding: 10px 15px 0px 30px;
	color: #a3abb7;
	font-size: 11px;
}

#maincontent {
	display: inline;
	float: right;
	width: 492px;
	background: url(images/maincontent_bg.jpg) top left repeat-y;
}

.maincontent_main {
	background: url(images/maincontent_bg.jpg) top left repeat-y;
}

.maincontent_cat {
	background: url(images/maincontent_top.jpg) top left no-repeat;
	height: 45px;
	width: 492px;
	padding: 0;
	margin: 0;
}

.maincontent_cat_title {
	padding: 22px 20px 0 46px;
	font-weight: bold;
	color: #2e7ccb;
}

.maincontent_text {
	padding: 14px 15px 0 20px;
	padding-top: 14px;
	padding-bottom: 0px;
	color: #a3abb7;
}

.maincontent_title {
	padding-top: 0;
	padding-bottom: 0;
	color: #a3abb7;
	font-weight:bold;
	font-size:12px;
}

.maincontent_foot {
	background: url(images/maincontent_btm.jpg) top left no-repeat;
	height: 20px;
	width: 492px;
	padding: 0;
	margin: 0;
}

#productframes {
	text-align: center;
}

#productframes img {
	padding: 0 10px 5px 10px;
}

#footer {
	text-align: center;
	width: 730px;
	clear: both;
	padding: 15px 0 20px 0;
	font-size: 11px;
	background: url(images/content_bg.jpg) repeat-y;
}

#support_main_top {
	height: 18px;
	background: url(images/main_support_top.jpg);

}

.support_content {
	background: url(images/main_support_bg.jpg) repeat-y;
	padding: 0px 17px 0 40px;
}


.support_content_bg {
	background: url(images/main_support_bg.jpg) repeat-y;
	margin-left: -5px;
}

#support_main_btm {
	height: 19px;
	background: url(images/main_support_btm.jpg);

}

.support_links {
	font-size: 10px;
	text-align: right;
	margin-right: 15px;
	text-transform: uppercase;
}
