/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */

body{
	position:relative;
	height:100%;
	background-color:#32312e; /** Background Color **/
	background-repeat:repeat-x; /** Background Repeat **/
	background-position:top; /** Background Position **/
	margin:; /** Site Margin **/
}

:focus{ outline:none; }

h1{ font-weight:normal; }

hr.title{
	border-top:2px dotted #88867e;
	border-bottom:none;
}

#wrapper{
	position:relative;
	width:960px;
	margin:0 auto;
}
#container{
	position:relative;
	width:960px;
}

#header{
	position:relative;
	height:225px;
	background:url(../images/header_map.gif) top left no-repeat;
}
#topbar{
	position:relative;
	height:60px;
}
#logo{
	float:left;
	width:385px;
	height:60px;
}

/* ***************************************************************************** */
/* SEARCH FORM */
#search_box{
	position:absolute;
	bottom:0;	
	right:0;	
	padding: 10px 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#search_box input.search{
	border:1px solid #58534f;
	background-color:#ffffff;
	color:#32312e;
	font-size:12px;
	padding:2px;
	line-height:12px;
	width:100px;
}
#search_box select.search{
	border:1px solid #58534f;
	background-color:#ffffff;
	color:#32312e;
	font-size:12px;
	padding:1px;
	line-height:12px;
	width:100px;
}
#search_box input.button{
	border:1px solid #dbd2c9;
	background-color:#c2b8ae;
	color:#32312e;
	font-size:10px;
	line-height:10px;
	padding:1px;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	height:150px;
	width:100%;
	background-color:#666666;
	margin-bottom:7px;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	text-align:right;
	float:right;
	width:575px;
	height:60px;
	z-index:10;
}
/* ***************************************************************************** */
/* COLUMNS */

#content_container{
	position:relative;
	background:url(../images/content.gif) top left repeat-y;
	border-left:1px solid #1a2b3c;
	border-bottom:1px solid #1a2b3c;
}

#left_column {
	position:relative;
	float:left;
	width:190px;
}

#middle_column {
	position:relative;
	float:left;
	width:570px;
}
#right_column {
	position:relative;
	width:192px;
	float:right;
}

#column_container{
	padding:10px;
}

#clear_column {clear:both;}

/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	padding:4px;
	margin-top:2px;
}

/* ***************************************************************************** */
/* STORE CATEGORY MENU */

#category_menu{
	position:relative;
	width:auto;
}
#category_menu .category_item{
	position:relative;
	text-align:center;
	padding:20px 0;
	background:url(../images/category_menu_div.gif) bottom left repeat-x;
}
#category_menu .category_img{
	position:relative;
	width:80px;
	margin:0 auto;
	padding:4px;
	background-color:#c2b8ae;
}
#category_menu .category_img_up,
#category_menu .category_img_over{
	 position:relative;
	 border:1px solid #314355;
	 background-color:#314355;
}
#category_menu .category_link{
	position:relative;
	text-align:center;
	margin-top:6px;
}
#category_menu a:link,
#category_menu a:visited,
#category_menu a:hover {
	color:#c2b8ae;
	font-family:"Trebuchet MS", Arial;
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
}
#category_menu .sub_category{
	text-align:left;
	padding:10px;
}
#category_menu a.sub_link:link,
#category_menu a.sub_link:visited,
#category_menu a.sub_link:hover{
	font-size:12px;
}

/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:142px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}
/* ***************************************************************************** */
/* TOP MENU STYLES */
#top_menu{
	padding:5px;
	height:20px;
	background-color:#555555;
	text-align:center;
}
.top_menu_div {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.top_menu_link {
}
.top_menu_link:link,
.top_menu_link:visited,
.top_menu_link:hover,
.top_menu_link:active {
	color:#FFFFFF;
}

:focus {outline:none;}
input.cart {width:30px;height:14px;}