body {
	background: url('tpl_images/main_repeat_bg.png') left top repeat;
	margin: 0px;
}
body, p, td, ul, li {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 150%;
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #000;
}
h1 {
	font-size:18px;
	font-weight: normal;
	line-height: 115%;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:15px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:13px;
}
h6 {
	font-size:12px;
}
a {
	color: #DF5206;
	text-decoration: underline;
}
a:hover {
	color: #DF5206;
}
a img {
	border-width: 0px;
}
p {
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0;
}

#left_col a, #right_col a {
	color: white;
}


/* PRODUCT RANGE ------------------------------------------------*/
h1.rangeTitle, h2.rangeTitle, h3.rangeTitle, h4.rangeTitle { 
	color: white;
	background: #DD4200;
	padding: 5px;
	border: 1px solid #B84202;
	width: 98%;
	}
div.rangeDescr {
	width: 98%;
	padding: 5px;
	border: 1px solid #D6D6D6;
	background-image: fade-bg-large.jpg ;  
	background-repeat: repeat-x;
	background-position:top;
	background: url(tpl_images/fade-bg-large.jpg) repeat-x bottom #ffffff;
	
}

.rangeDescr ul {
	list-style: none;
	
}

.rangeDescr ul li {
	
	
	background: url(tpl_images/arrow.gif) no-repeat 20px 8px;
	line-height: 160%;
	padding-left: 30px;
	
	background-image: bullet2.gif;
	background-repeat: no-repeat;
	background-position:20px 8px;
	
}

.rangeDescr ol li {
	line-height: 180%;
	margin-left: 1px;
}


/* FEATURED PRODUCTS ------------------------------------------------*/

h1.featuredProducts, h2.featuredProducts, h3.featuredProducts, h4.featuredProducts { 
	color: white;
	background: #DD4200;
	border: 1px solid #B84202;
	padding: 5px;
	width: 98%;
}
div.featuredProducts {
	width: 98%;
	padding: 5px;
	border: 1px solid #D6D6D6;
	background: #E0E0E0;
	height: 460px;
}
.padBottom { padding-bottom: 15px;}
.padTop { padding-top: 15px;}


/* PRODUCT ITEM ------------------------------------------------*/

div.item { 
	float: left;
	width: 173px;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	border: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}

div.itempad { 
	float: left;
	padding: 0px;
	margin: 0px;
	left: -2px;
}

div.image { 
	
	width: 168px;
	height: 150px;
	overflow: hidden;
	padding: 1px;
	border: 0px;
	text-align: center;
	margin: 1px;
	
}


div.contentcontainer { 
	margin-top: 5px;
	background: url(tpl_images/topfade-bg-small.jpg) repeat-x top;
	
}

div.contentcontainer1 { 
	margin-top: 5px;
	
	
}
div.content_height { 
	display: block;
	height: 300px;
	
}
div.content_padding {
	padding: 10px;
}

.content_padding ul {
	list-style: none;
	position: relative;
	top: -25px;
	
}

.content_padding ul li {
	font-size: 10px;
	line-height: 140%;
	padding: 2px;
	margin-left: -30px;
	border-bottom: 1px dotted #333333 ;
	list-style-image: url(tpl_images/arrow.gif);
}

.content_padding ol li {
	line-height: 180%;
	margin-left: 1px;
}


.content_padding h4 { 
	height: 30px;
	color: #DD4200;
}

div.itemlink { 
	
	width: 100%;
	padding: 0px;
	background-color: #F3BA9C;
	text-align:center;
	font-size: 10px;
	
	
}

.itemlink a { 
	
	color: black;
	text-decoration: none;
	
	
}

/****** SPECIAL FOOTER LINKS STYLES ******/

#footer_links, #footer_links a {
	font-size: 10px;
	margin: 0 1px;
	color: #666;
}
#footer_links a:hover {
	color: #666;
}

/****** HORIZONTAL MENU STYLES ******/

#menu li {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

/****** COMMON MENU STYLES ******/

#menu {
	width: auto;
	float: left;
}
#menu li.first_main_menu_item, #menu li.middle_main_menu_item, #menu li.last_main_menu_item {
	background: url('tpl_images/menu_separator.jpg') right bottom no-repeat;
}
#menu li.last_main_menu_item {
	background: none;
}
#menu li a:hover {
	text-decoration: underline;
}
#menu li.selected_main_menu_item a {
	color: #282828;
}
#menu li.selected_main_menu_item a:hover {
	text-decoration: none;
}
#menu li.first_main_menu_item a {
	padding-top: 0;
}
#menu li a {
	padding: 0 12px 0 10px;
	margin: 0;
	color: #fff;
	line-height: 37px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#menu li ul {
	width: 170px;
	background-color: #FCF0EF;
	padding: 5px 0;
	border: 1px solid #282828;
}
#menu li ul li a {
	font-size: 11px;
	text-align: left;
	padding: 5px 0;
	color: #333;
	line-height: 15px;
}
#menu li.selected_main_menu_item ul li a:hover {
	text-decoration: underline;
}
#menu li ul li {
	width: 155px;
	padding: 0px 5px 0 10px;
	text-align: left;
}

/****** PRODUCT MENU STYLES ******/
#cart_categories_men_snippet {
	padding-bottom: 68px;
}
#cart_categories_men_snippet, #cart_categories_men_snippet ul {
	width: 100%;
}
#cart_categories_men_snippet li {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
#cart_categories_men_snippet li a {
	display: block;
	height: 17px;
	padding: 0;
	line-height: 17px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#cart_categories_men_snippet li a:hover {
	color: #F75906;
}
#cart_categories_men_snippet li ul {
	width: 190px;
	background-color: #E1E1E1;
	border: 1px solid #777777;
}
#cart_categories_men_snippet li ul li a, #cart_categories_men_snippet li.first_main_menu_item ul li a {
	font-size: 11px;
	font-family: Arial, 'Trebuchet MS', Tahoma;
	text-transform: none;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #333333;
}
#cart_categories_men_snippet li ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}

/****** MAIN LAYOUT STYLES ******/
#wrapper {
	width: 100%;
	min-height: 770px;
	height: auto !important;
	height: 770px;
	float: left;
	background: #fff url('tpl_images/main_bg.png') left bottom repeat-x;
}
#wrapper_center {
	width: 970px;
	margin: 0 auto;
}
#wrapper_float {
	width: 100%;
	float: left;
}
#header {
	width: 100%;
	height: 96px;
	float: left;
}
#logo {
	width: 242px;
	float: left;
}
#logo .logo_padding {
	width: 229px;
	float: left;
	padding: 26px 0 0 13px;
}
#logo a {
	float: left;
}
#header_info {
	width: 728px;
	float: right;
	text-align: right;
	font: normal 14px Arial,Verdana,Helvetica;
	color: #000;
	line-height: 22px;
}
#header_info .header_info_padding {
	width: 716px;
	float: right;
	padding: 40px 27px 0 0;
}
#top_menu {
	width: 100%;
	height: 44px;
	float: left;
	background: url('tpl_images/wrapper_top.png') left top no-repeat;
}
#top_menu .top_menu_padding {
	width: 946px;
	height: 37px;
	float: left;
	padding: 7px 12px 0 12px;
}
#mainbody_repeat {
	width: 100%;
	float: left;
	background: url('tpl_images/wrapper_repeat.png') left top repeat-y;
}
#mainbody_repeat_inner {
	width: 100%;
	float: left;
	background: url('tpl_images/wrapper_inner_repeat.png') left top repeat-y;
}
#mainbody_bottom {
	width: 100%;
	float: left;
	background: url('tpl_images/wrapper_bottom.png') left bottom no-repeat;
}
#mainbody_bottom_inner {
	width: 100%;
	float: left;
	background: url('tpl_images/wrapper_inner_bottom.jpg') left bottom no-repeat;
}
.mainbody_inner {
	width: 948px;
	float: left;
	padding: 0 12px 30px 10px;
}
#banner {
	width: 100%;
	float: left;
}
#bottom_area {
	width: 100%;
	min-height: 343px;
	height: auto !important;
	height: 343px;
	float: left;
}
#bottom_area .bottom_area_padding {
	width: 100%;
	float: left;
	padding: 21px 0 0;
}
#left_col {
	width: 190px;
	float: left;
	position: relative;
}
#left_col .left_col_padding {
	width: 167px;
	float: left;
	padding: 0 9px 0 14px;
}
#left_col h1 {
	height: 29px;
	font: normal 18px Arial, Verdana, Tahoma;
	color: #F75906;
}
#middle_col {
	width: 568px;
	float: left;
}
#middle_col .middle_col_padding {
	width: 538px;
	float: left;
	padding: 0 14px 0 16px;
}
#middle_col_inner {
	width: 758px;
	float: left;
}
#middle_col_inner .middle_col_padding {
	width: 728px;
	float: left;
	padding: 0 14px 0 16px;
}
#right_col {
	width: 190px;
	float: right;
	color: #fff;
}
#right_col .right_col_padding {
	width: 167px;
	float: right;
	padding: 0 9px 0 14px;
}
#right_col_top {
	width: 100%;
	float: left;
	padding-bottom: 28px;
}
#right_col_bottom {
	width: 100%;
	float: left;
}
#footer {
	width: 100%;
	float: left;
	position: relative;
	margin-top: -7px;
	text-align: center;
	font-size: 10px;
}
#footer .footer_padding {
	width: 100%;
	float: left;
	padding: 0 0 36px;
}
.header_info_text {
	font: bold 14px Verdana,Arial,Helvetical;
}
.orange_color {
	color: #DF5206;
}
/* Homepage Style */
#bottom_images {
	width: 100%;
	float: left;
	padding-top: 10px;
}
#bottom_images img {
	width: 83px;
	float: left;
	padding: 0 8px 0 0;
}
#bottom_images img.last_image {
	padding: 0;
}
p.home_p {
	width: 501px;
}
#right_col h1, #right_col p {
	color: #fff;
}
#right_col h1 {
	word-spacing: -1px;
}
#right_col p {
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 132%;
	font-size: 13px;
}
.product_heading {
	height: 29px;
	font: normal 18px Arial, Verdana, Tahoma;
	color: #F75906;
}
#pcategory_list {
	width: 100%;
	min-height: 251px;
	height: auto !important;
	height 251px;
	float: left;
}

/* Product Search Form */
#psearch_form {
	width: 100%;
	float: left;
}
#psearch_heading {
	color: #999;
	padding-bottom: 1px;
}
#psearch_button {
	float: left;
	border-top: 2px solid #e6e6e6;
	border-right: none;
	border-bottom: 2px solid #e6e6e6;
	border-left: 2px solid #e6e6e6;
}
#psearch_input {
	width: 132px;
	height: 18px;
	float: left;
	padding: 0 4px 0 3px;
	border-top: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	border-left: none;
	line-height: 18px;
}
