body {
	margin:0;padding:0;
	background: url(../imgs/layout/bg2.gif) repeat-x top #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table, img { border:0; }
div, table, img, form { margin:0;padding:0; }

a {
	color: #cf1b1a;
}


ul {
	list-style-image: url(../imgs/layout/bullet2.gif);
	list-style-image: url(../imgs/layout/bullet_redarrow.gif);
	padding-left: 20px;
}

h1 {
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
}

h2 {
	color: #888;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin: 7px 0; 
	padding: 0;
}

h3 {
	color: #fff;
	background: #1a1818;
	border: 2px solid #aaa;
	padding: 5px;
}

h4 {
	color: #333;
	xbackground: #888;
	xpadding: 7px;
	font-size:14px;
}

#main {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #999;
	border-top: 0;
	border-bottom:0;
}

#header {
	height: 85px;
	background: url(../imgs/layout/hbg.gif) repeat-x;
	position: relative;
}

#header_right {
	float: right;
	width: 310px;
	text-align: right;
	xheight: 85px;
	position: relative;
	padding-right: 20px;
}

#search {
	position:relative;
	padding-top: 2px;
}
#search_form {
	text-align: right;
}
#search_form input {
	border:0;
	background: url(../imgs/layout/search_input.gif) no-repeat;
	width: 125px;
	height: 18px;
	padding: 2px 2px 0 25px;
	color: #ccc;
}
#slogan {
	padding-top:25px;
	height: 25px;
	width: 310px;
}
#logo {
	height: 85px;
	width: 420px;
	background: url(../imgs/layout/logo.gif) no-repeat;
}


/*-------------------------
 nav 
-------------------------*/

#nav {
	background: #1a1818;
	height: 30px;
}

#nav ul { 
	list-style:none;
	margin:0;
	padding:0; 
}

#nav li {
	float: left;
	border-right: 1px solid #666;	
}
#nav li a {
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	padding: 5px 20px 5px 20px;
	line-height: 20px;
	height:20px;
	position: relative;
	z-index: 3;
}

#nav li a:hover {
	color: #cf1b1a;
	border-bottom: 1px solid #1a1818;
	padding: 5px 20px 4px 20px;
}
#nav_login {
	width:120px;
	float:right;
	font-size:10px;
	color:#fff;
	text-align:right;
	padding:3px;
}
.subnav {
	position: absolute;
	background: #1a1818;
	border: 1px solid #fff;
	display: none;
	width: 180px;
	margin-top: -1px;
	z-index: 1;
}

#nav div.subnav ul {
	list-style-image:none;
}

#nav .subnav li {
	float:none;
}

#nav .subnav a,
#nav .subnav a:hover {
	text-transform: none;
	padding: 3px 10px;
	line-height: 15px;
	border:0;
}

#nav ul li div.subnav ul li a:hover {
	color: #cf1b1a; 
}
/*-------------------------
 
-------------------------*/
#splash {
	position: relative;
	z-index: 0;
}
#content {
	padding: 0 20px 20px 20px;
}


#products {
	width: 600px;
	border-right: 1px solid #666;
}
#product-list { padding:5px; padding-top: 15px; }

#sidebar, 
#sidebar_l {
	padding: 10px;
	padding-top: 0;
	font-size: 12px;
	background: #fff;
}

#sidebar {
	width: 230px;	
	float: left;
}
#sidebar.sidebar_r {
	float: right;
	color: #666;
}

#sidebar li {
	line-height: 17px;
}

#txt {
	margin-left: 275px;
	border-left: 1px solid #ccc;
	padding-left: 25px;
}


#footer_c {
	clear: both;
}

#footer {
	padding: 10px;
	background: #1a1818;
	color: #fff;

}

#breadcrumbs {
	font-size: 11px;
}

/*-------------------------
 
-------------------------*/

.bar1 {
	height: 5px;
	line-height:2px;
	position:relative;
	margin:0;padding:0;
}

.bar1 {
	background: url(../imgs/layout/bar1.gif) repeat-x top;
}
.fade {
	height: 30px;
	background: url(../imgs/layout/fade.jpg) repeat-x;
}

.p10 {
	padding: 10px;
}

.posted{
	font-size:11px;
	color: #999;
}
.readmore{
	color: #999;
}





#faq_questions,
#change_logs_titles {
	line-height: 18px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999;
}

#faq_answers,
#cl_details {
	padding-top: 20px;
}
.cl_detail,
.faq_answer {
	padding: 10px 0;
	border-bottom: 1px solid #999;
}



.oddrow {
	background: #efefef;
}
.evenrow {
 	background: #fff;
}

.center {
	text-align: center;
}

.element_history,
.element_history a {
	font-size:11px;
	color: #888;
}


.error {
	padding: 10px;
	background: #a00;
	color: #fff;
}

#msg {
	padding:25px;
}