html {
	height: 100%;
	overflow-y: scroll !important;
}

body {
	height: 100%;
	margin: auto;
	padding: 0px;
	font-size:11px;
	font-family: Arial;
	color:#000000;
}

img{
	display:block;
	border: none;
}

input, textarea, select{
	color: #172F42;
	border: 1px solid #B2B9BF;
	font-size:11px;
	font-family: Verdana;
	position:relative;
	padding:2px;
	outline: none;
}

input.none{
	border: none;
	background: none;
}

input.search{
	height:14px;
	background: #ffffff url(/images/bg_input.gif) repeat-x;
}

select{
	font-size:9px;
}


select.srch{
	font-size:9px;
	background: #ffffff url(/images/bg_input.gif) repeat-x;
}


a, a:active, a:link, a:visited{
	font-weight:normal;
	color: #162938;
	text-decoration: none;
}
a:hover{
	font-weight:normal;
	text-decoration: underline;
	outline:none;
	color: #162938;
}

b{
	color: #666666
}
.blue{
	color: #004399
}
.red{
	color: #EA0020
}

.greylght{
	color: #8B8B8B
}

.content_page{
	width:700px;padding-right:22px;border-right: 1px #E2E2E2 solid;
}

#product_header{
	width:970px;
}

#catalogue_holder{
	background: transparent url(/images/bg_catalogue.gif) repeat-x;	
}


#home_holder{
	background: transparent url(/images/bg_home.gif) repeat-x;	
}

#main_content{
	margin: 0px;
	padding: 0px 25px 0px 29px;
	width: 916px;
	text-align: left;
	background: transparent url(/images/bg_content_top.gif) no-repeat;
}

#main_left{
	float: left;
	width: 722px;
	padding: 0 0 0 15px;
}

#main_right{
	float:right;
	margin:15px 0px 0px 0px;
}

#home_search{
	border-bottom: 1px #E2E2E2 solid;
	padding:0px 0px 15px 15px;

}
.home_box{
	padding:8px 8px 0 8px;
	width:154px;
	height:267px;
	background: transparent url(/images/home/box_bg.gif) no-repeat;	
}


.home_box a, .home_box a:active, .home_box a:link, .home_box a:visited{
	display:block;
	padding: 6px 14px 6px 1px;
	width:139px;
	border-bottom: 1px #E2E2E2 solid;
	text-decoration: none;
	text-align: left;
	color: #172F42;
	font-weight:normal;
	background: transparent url(/images/button.gif) right center no-repeat;
}

.home_box a:hover{
	color: #74A4E7;
	background: transparent url(/images/button.gif) right center no-repeat;
}


#nav_holder{
	height:75px;
	width:970px;
	text-align:left;
}


.thumb{
	margin:0 0 15px 0;
	padding: 5px 0 0 5px;
	width: 165px;
	height: 167px;
	text-align: left;
	color: #172F42;
	background: transparent url(/images/thumb_off.gif) no-repeat;
	cursor:pointer;
}

.thumb_end_box{
	margin:0 0 15px 0;
	padding: 5px 0 0 5px;
	width: 165px;
	height: 195px;
	text-align: left;
	color: #172F42;
	background: transparent url(/images/thumb_end_box.gif) no-repeat;
}

.thumb_end_box div{
	padding: 5px 0 0 3px;
}

.thumb div{
	padding: 5px 0 0 3px;
}


.header{
	padding:10px 0px 10px 0px;
}


.icns{
	min-height: 25px; /* for IE */height:auto !important;	height:25px;
	padding: 4px 0 0 30px;
	display: block;
}

/* category nav */
#category_nav{position:relative;float:left;list-style:none;margin:0 auto;padding:0;list-style:none;display:inline;z-index:10001}
#category_nav li{
	float:left;
	text-decoration:none;
	position:relative;
	display : block;
	text-align:left;
}

#category_nav li a{
	display:block;
	height:20px;
	width:163px;
	float:left;
	padding:0px 0px 0px 5px;
	background:url(/images/bg_select.gif)  no-repeat;
	text-decoration:none;
	font-weight:normal;
	white-space:nowrap;
	color:#172F42;
	line-height: 20px;
	overflow: hidden;
}

#category_nav li a:hover{
	background:url(/images/bg_select.gif)  no-repeat;
	cursor:pointer;
	color: #74A4E7;
}


#category_nav li div{
	position:absolute;
	left:-999em;
	top:19px;
	z-index:100;
	background: #FFFFFF;
	border: 1px #B2B9BF solid;
	padding: 0px 0px 0px 0px;
	margin:0px;
	clear:both;
}

#category_nav li:hover div, #category_nav li.over div{
	left: auto;
	z-index:100;
}

#category_nav li div a, #category_nav li div a:active,#category_nav li div a:link, #category_nav li div a:visited{
	height:14px;
	line-height: 14px;
	width:161px;
	color: #172F42;
	text-decoration: none;
	background: #FFFFFF;
	padding:0px 0px 0px 5px;
	margin:0px;
	float: none;
	overflow: visible;
}
#category_nav li div a:hover{
	color: #74A4E7;
	background: #F6F4F4;
	text-decoration: none;
	overflow: visible;
	float: none;
}
/* category nav ends */