
/* UNIVERSAL STYLES
================================================================================*/

html, body{
	padding:0;
	margin:0;
	font:normal 13px Tahoma;
	color:#2a2a2a;
	background:#4e4e4f;
	}
	
/*fixing firefox outline*/

a:active{
	outline:none;
	}
	
:focus{
	outline:none;
	}

img, form{
	padding:0;
	margin:0;
	border:none;
	}
	
	
	
a:link, a:visited, a:active {color:#2a2a2a; text-decoration:none;}
a:hover {text-decoration:underline; color:#d50400;}

	
/*TEXT STYLES
================================================================================*/

h1{
	line-height:100%;
	padding:0 0 12px 0;
	margin:0;
	font:bold 18px Tahoma;
	color:#2a2a2a;
	}
	
h2{
	padding:0 0 5px 5px;
	margin:0;
	line-height:100%;
	font:bold 15px Tahoma;
	color:#fff;
	}
	
h3{
	padding:0 0 17px 0;
	margin:0;
	font:normal 19px Tahoma;
	color:#d50400;
	line-height:100%;
	}
	
h4{
	padding:0;
	margin:0;
	font:bold 21px Tahoma;
	color:#d50400;
	line-height:100%;
	}
	
h5{
	padding:0 0 10px 0;
	margin:0;
	font:bold 16px Tahoma;
	color:#d50400;
	line-height:100%;
	}






/* NAVIGATION STYLES
================================================================================*/

#nav{
	width:722px;
	height:35px;
	padding:10px 0 0 0;
	}
	
/*only for ie6*/
* html #nav{
	width:722px;
	height:35px;
	padding:8px 0 0 0;
	}

#nav ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#nav ul li{
	padding:0 0 0 46px;
	margin:0;
	float:left;
	}
	
#home a:link, #home a:visited{
	background:url(../images/home.jpg) no-repeat 0 0;
	width:77px;
	height:35px;
	display:block;
	}
	
#home a:hover{
	background:url(../images/home_active.jpg) no-repeat 0 0;
	width:77px;
	height:35px;
	}

#product a:link, #product a:visited{
	background:url(../images/product.jpg) no-repeat 0 0;
	width:95px;
	height:35px;
	display:block;
	}
	
#product a:hover{
	/*background:url(../images/product_active.jpg) no-repeat 0 0;	*/
	width:95px;
	height:35px;
	}
	
	
		/*.navbar {
		font:14px bold Arial, Helvetica, sans-serif;
		margin: 40px 0 0 0;
		padding: 0;
		position:absolute;
		top:120px;
		}
		.navbar li {
			list-style: none;
			float: left; }
		.navbar li a {
			display: block;
			padding: 0;
			color: #fff;
			text-decoration: none; }
		.navbar li ul {
			display: none; 
			width: 12em; /* Width to help Opera out */
		/*	background-color:#dc0000;}
		.navbar li:hover ul, .navbar li.hover ul {
			display: block;
			position: absolute;
			margin: 0;
			padding: 0; }
		.navbar li:hover li, .navbar li.hover li {
			float: none; }
		.navbar li:hover li a, .navbar li.hover li a {
			background-color:#dc0000;
			border-bottom: 1px solid #fff;
			color: #fff; 
			margin:3px -30px;}
		.navbar li li a:hover {
			background-color: #090; }*/
	
	
	
	
	
#download a:link, #download a:visited{
	background:url(../images/download.jpg) no-repeat 0 0;
	width:112px;
	height:35px;
	display:block;
	}
	
#download a:hover{
	background:url(../images/download_active.jpg) no-repeat 0 0;
	width:112px;
	height:35px;
	}
	
#about a:link, #about a:visited{
	background:url(../images/about.jpg) no-repeat 0 0;
	width:95px;
	height:35px;
	display:block;
	}
	
#about a:hover{
	background:url(../images/about_active.jpg) no-repeat 0 0;
	width:95px;
	height:35px;
	}
	
#contact a:link, #contact a:visited{
	background:url(../images/contact.jpg) no-repeat 0 0;
	width:110px;
	height:35px;
	display:block;
	}
	
#contact a:hover{
	background:url(../images/contact_active.jpg) no-repeat 0 0;
	width:110px;
	height:35px;
	}
	
/*highlighting current page*/

#homepage #home a{
	background:url(../images/home_active.jpg) no-repeat 0 0;
	width:77px;
	height:35px;
	}
	
#productpage #product a{
	background:url(../images/product_active.jpg) no-repeat 0 0;	
	width:95px;
	height:35px;
	}
#contactpage #contact a{
	background:url(../images/contact_active.jpg) no-repeat 0 0;	
	width:110px;
	height:35px;
	}
#downloadpage #download a{
	background:url(../images/download_active.jpg) no-repeat 0 0;	
	width:112px;
	height:35px;
	}
#aboutpage #about a{
	background:url(../images/about_active.jpg) no-repeat 0 0;	
	width:95px;
	height:35px;
	}
	












/* LAYOUT STYLES
================================================================================*/
	
#wrapper{
	background:#fff url(../images/bg.jpg) repeat-x 0 0;
	}
	
#conatiner{
	padding:0;
	margin:0 auto 0 auto;
	width:980px;
	}
	
#header{
	width:980px;
	}
	
#toplinks_outer{
	width:352px;
	padding:0 0 0 628px;
	}
	
#toplinks{
	background:#3f3f3f url(../images/toplinks_bg.jpg) no-repeat 0 0;
	width:352px;
	height:42px;
	padding:9px 0 0 0;
	text-align:center;
	color:#fff;
	font:normal 11px Tahoma;
	}
	
#toplinks a:link, #toplinks a:visited{
	color:#fff;
	text-decoration:none;
	}
	
#toplinks a:hover{
	text-decoration:underline;
	}
	
#header_main{
	width:980px;
	}
	
#logo{
	float:left;
	width:235px;
	}
	
#header_right{
	float:right;
	width:722px;
	padding:0 23px 0 0;
	}
	
.cleardiv{
	clear:both;
	font-size:0;
	}
	
#search_outer{
	width:342px;
	padding:0 0 0 379px;
	}
	
#ph{
	text-align:right;
	}
	
#search{
	width:342px;
	height:30px;
	}
	
#search_text{
	float:left;
	width:60px;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#000;
	padding:7px 0 0 0;
	}	
	
#search_txtbox{
	float:left;
	width:245px;
	}
	
.txtbox{
	background:#ccc url(../images/search_txtbox.jpg) no-repeat 0 0;
	width:220px;
	height:15px;
	border:none;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#5c5c57;
	padding:7px 8px 8px 8px;
	}
	
#search_btn{
	float:left;
	width:33px;
	padding:2px 0 0 0;
	}
	
#bodyarea{
	width:963px;
	padding:16px 0 20px 17px;
	}
	
#leftcol{
	float:left;
	width:193px;
	margin:0 11px 0 0;
	}
	
#leftnav{
	width:193px;
	}
	
#leftnav_heading{
	width:193px;
	}
	
#leftnav_content{
	background:#4a4949 url(../images/leftcol_bg.jpg) repeat-x 0 0;
	width:193px;
	}
	
#leftnav_bottom{
	background:url(../images/leftcol_bottom.jpg) no-repeat 0 0;
	width:193px;
	height:176px;
	}
	
#leftnav_content ul{
	padding:0 0 18px 0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#leftnav_content ul li{
	margin:0;
	font:normal 15px Tahoma;
	border-bottom:1px solid #969696;
	}
	
#leftnav_content ul li a:link, #leftnav_content ul li a:visited{
	text-decoration:none;
	color:#fff;
	display:block;
	padding:9px 13px 8px 13px;
	}
	
#leftnav_content ul li a:hover{
	color:#999;
	}
	
#newsletter{
	width:180px;
	padding:0 6px 16px 7px;
	}
	
#newsletter p{
	padding:0 0 12px 5px;
	margin:0;
	font:normal 11px Tahoma;
	color:#fff;
	line-height:120%;
	}
	
.txtbox2{
	background:#ccc url(../images/join_txtbox.jpg) no-repeat 0 0;
	width:164px;
	height:15px;
	border:none;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#5c5c57;
	padding:7px 8px 8px 8px;
	margin:0 0 11px 0;
	}
		
#rightcol{
	float:left;
	width:759px;
	}
	
#banner{
	width:759px;
	}
	
#content{
	width:750px;
	padding:0 0 0 9px;
	}
	
#content_left{
	float:left;
	width:415px;
	padding:10px 7px 0 0;
	}
	
.text{
	padding:0 0 16px 0;
	margin:0;
	line-height:130%;
	}
	
#content_right{
	float:right;
	width:272px;
	background:#fff url(../images/home_rightbox.jpg) no-repeat 0 0;
	padding:30px 28px 0 28px;
	}
	
.news{
	width:272px;
	padding:0 0 18px 0;
	}
	
.news_left{
	float:left;
	width:85px;
	}
	
.news_right{
	float:left;
	width:187px;
	line-height:135%;
	}
	
.news_right a:link, .news_right a:visited{
	text-decoration:none;
	color:#d50400;
	}
	
.news_right a:hover{
	text-decoration:underline;
	}
	
#footer_outer{
	background:#4e4e4f url(../images/footer_bg.jpg) repeat-x 0 0;
	}
	
#footer{
	width:980px;
	margin:0 auto 0 auto;
	padding:0 0 40px 0;
	}
	
#footer_left{
	float:left;
	width:510px;
	padding:45px 0 0 30px;
	}
	
#footer_left ul{
	padding:0 0 2px 0;
	margin:0;
	line-height:normal;
	list-style:none;
	}
	
#footer_left ul li{
	padding:0;
	margin:0;
	display:inline;
	font:normal 11px Tahoma;
	color:#ccc;
	}
	
#footer_left ul li em{
	padding:0 5px 0 7px;
	}
	
#footer_left ul li a:link, #footer_left ul li a:visited{
	color:#ccc;
	text-decoration:none;
	}
	
#footer_left ul li a:hover{
	text-decoration:underline;
	color:#fff;
	}
	
#footer_right{
	padding:28px 49px 0 0;
	width:155px;
	float:right;
	}



/*for inner pages*/

#leftcol_inner{
	float:left;
	width:193px;
	margin:0 28px 0 0;
	}
	
#rightcol_inner{
	float:left;
	width:733px;
	}

#heading{
	width:733px;
	padding:0 0 12px 0;
	}
	
#heading_left{
	float:left;
	background:url(../images/heading_left.jpg) no-repeat 0 0;
	width:14px;
	height:37px;
	}
	
#heading_middle{
	float:left;
	background:#2a2a2a url(../images/heading_bg.jpg) repeat-x 0 0;
	width:708px;
	height:31px;
	font:bold 20px Tahoma;
	color:#fff;
	padding:6px 0 0 0;
	}
	
#heading_right{
	float:left;
	background:url(../images/heading_right.jpg) no-repeat 0 0;
	width:11px;
	height:37px;
	}
	
#current_page{
	padding:0 0 20px 8px;
	width:725px;
	font:bold 12px Tahoma;
	color:#d50400;
	}
	
#current_page a:link, #current_page a:visited{
	text-decoration:none;
	color:#d50400;
	}
	
#current_page a:hover{
	text-decoration:underline;
	}
	
#product_details{
	padding:10px 0 20px 0;
	width:733px;
	}
	
#product_left{
	float:left;
	width:300px;
	}
	
#pro_pic_area{
	width:300px;
	padding:0 0 50px 0;
	}
	
#pro_pic{
	padding:0 0 5px 0;
	margin:0;
	line-height:100%;
	}
	
#pro_link{
	line-height:100%;
	padding:0 0 0 22px;
	margin:0;
	font:normal 10px Tahoma;
	color:#2a2a2a;
	width:115px;
	}
	
#pro_link a:link, #pro_link a:visited{
	background:url(../images/large.jpg) no-repeat top right;
	color:#2a2a2a;
	text-decoration:none;
	display:block;
	}
	
#pro_link a:hover{
	text-decoration:underline;
	}
	
#part_no_area{
	padding:0 0 0 15px;
	width:285px;
	}
	
.pro_text{
	padding:0 0 3px 0;
	margin:0;
	line-height:100%;
	}
	
.pro_text2{
	padding:0 0 12px 0;
	margin:0;
	line-height:100%;
	}
	
.boldtxt{
	font:bold 13px Tahoma;
	color:#2a2a2a;
	}
	
#product_right{
	float:right;
	width:400px;
	}	

.txtbox3{
	background-color:#fff;
	border:1px solid #2a2a2a;
	width:114px;
	height:15px;
	font:normal 12px Tahoma;
	color:#2a2a2a;
	padding:3px;
	margin:3px 11px 0 0;
	float:left;
	}

.txtbox4{
	background-color:#fff;
	border:1px solid #2a2a2a;
	width:27px;
	height:15px;
	font:normal 12px Tahoma;
	color:#2a2a2a;
	padding:3px 0 3px 0;
	margin:3px 11px 0 0;
	float:left;
	text-align:center;
	}

#pro_name_area{
	width:400px;
	padding:0 0 20px 0;
	}
	
#pro_name{
	float:left;
	width:190px;
	}
	
#price{
	float:left;
	width:145px;
	font:normal 16px Tahoma;
	color:#d50400;
	font-style:italic;
	}
	
.small_italic{
	font:bold 10px Tahoma;
	color:#2a2a2a;
	font-style:italic;
	}
	
.pro_right_content{
	width:400px;
	padding:0 0 15px 0;
	}
	
.pro_right_text{
	line-height:100%;
	padding:0 0 5px 0;
	margin:0;
	color:#d50400;
	font:normal 12px Tahoma;
	}
	
.listmenu{
	font:normal 12px Tahoma;
	color:#2a2a2a;
	background:#fff;
	border:1px solid #2a2a2a;
	width:357px;
	height:24px;
	padding:2px;
	}

.pro_content_left{
	float:left;
	width:146px;
	}

.txtbox5{
	background-color:#fff;
	border:1px solid #2a2a2a;
	width:95px;
	height:15px;
	font:normal 12px Tahoma;
	color:#2a2a2a;
	padding:3px;
	float:left;
	}

#tab_outer{
	width:733px;
	}
	
#tab_nav{
	width:745px;
	height:24px;
	}
	
#tab_nav ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#tab_nav ul li{
	margin:0 2px 0 0;
	float:left;
	font:normal 12px Tahoma;
	color:#fff;
	text-align:center;
	}
	
#tab_nav ul li a:link, #tab_nav ul li a:visited{
	color:#fff;
	text-decoration:none;
	background:#2a2a2a url(../images/tab_btn.jpg) no-repeat 0 0;
	width:104px;
	height:18px;
	display:block;
	padding:6px 0 0 0;
	}
	
#tab_nav ul li a:hover{
	background:#d50400 url(../images/tab_btn_hover.jpg) no-repeat 0 0;
	width:104px;
	height:18px;
	}
	
#tab_content{
	border-top:6px solid #d50400;
	width:714px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:20px 12px 10px 12px;
	}
	
.pro_toptext{
	padding:0 0 15px 8px;
	margin:0;
	color:#2a2a2a;
	font:normal 12px Tahoma;
	line-height:130%;
	}
	
#pro_content{
	padding:0 0 0 8px;
	width:725px;
	}
	
#sort{
	text-align:right;
	padding:0 0 8px 580px;
	width:145px;
	}
	
.listmenu2{
	font:normal 12px Tahoma;
	color:#2a2a2a;
	background:#fff;
	border:1px solid #2a2a2a;
	width:145px;
	height:24px;
	padding:2px;
	}

#pro_row_outer{
	width:725px;
	}
	
.pro_row{
	width:725px;
	padding:0 0 27px 0;
	}
	
.pro_left{
	float:left;
	width:167px;
	}
	
.pro_right{
	float:right;
	width:550px;
	}
	
.pro_des{
	padding:0 0 12px 0;
	margin:0;
	color:#2a2a2a;
	font:normal 12px Tahoma;
	line-height:120%;
	}




