@charset "UTF-8";
/*
** CSS for main2.phtml
*/
/* All positionning is specific to a pattern and goes here */
/* This css file includes Float, Size of main box ... */ 
div img {
	vertical-align:middle;
	margin:0 auto;
}
/* First Level Zone inside Containre */
#header,
#topmenu,
#body_bg,
#footer {
	margin-top:    6px;
	padding:       6px;
	position:	 relative;
}
#body_bg,
#bot_bg {
	padding-bottom: 0px;
}
#header, 
#footer { 
	border: solid 1px #D4AF37;
}
#footer {
	margin-bottom: 6px;
}
/* Only right padding */
#main_menu {             
	margin-top: 10px;
}
#main_menu,
#bot_main_menu,
#center,
#bot_center{             
	margin-right: 7px;
	margin-top: 0px;
}

/* Size of main Zone */
#container {
	width: 900px;
}
/*
** HEADER
** ======
*/

#header {
	overflow: hidden; /* Avoid height:0 bug when using float */
	background: none;
}
#header .image_title {
	text-align: right;
}
#header .public {
	float:  left;
}
#header .public a {
	display:     block;
}
#header .mailto,
#header .image {
	float:     right;
	clear:     right;
}
#header .mailto a {
	text-align:right;
}
#topmenu {
	overflow: hidden;
}	
#topmenuwrapper {
	float: left;
	left: 50%;
	position: relative;
}
#topmenu li {
	padding-right: 25px;
	float: left;
	list-style:none;
	border-right: none;
	margin-right: 5px;
}
#topmenu li.last {
	border-right: none;
	padding-right: 0px;
}
#topmenuwrapper ul.menu_list,
#menu_edit_button_wrapper {
	float: left;
	left: -50%;
	position: relative;
}
#topmenu ul.sub_list {
	position: absolute;
	left: 0px;
	margin-top: 0px;
	float: none;
}
/*
** BODY_BG: #main_menu, #product and #breadcrumb zones
** =======
*/
#body_bg {
	overflow: hidden; /* Height:0 bug */
	border-left: solid 1px #D4AF37;
	border-right: solid 1px #D4AF37;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 6px;
	min-height: 400px;
}
#bot_bg {
	clear: both;
}
#main_menu,
#bot_main_menu,
#center,
#bot_center,
#right,
#bot_right {
	float:       left;
	border-top: solid 1px #D4AF37;
	position: relative;
}
#bot_main_menu,
#bot_center,
#bot_right {
	min-height: 0px;
	height: 0px;
}
/* Menu */
#main_menu,
#bot_main_menu{
	width:       202px;
}
#main_menu ul {
	padding-left: 6px;
}
#main_menu ul.sub_list {
	padding-left: 0px;
}
#main_menu li{
	padding-top:  5px;
	padding-left: 6px;
	list-style:none;
}
#main_menu li.sublink {
	font-size: .8em;
	padding-left: 0px;
}
/* Center Zone */
#center,
#bot_center {
	width: 401px;
}
#breadcrumb_text,
#subject,
#category,
#product {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#product {
	padding-bottom: 5px;
}
#category {
	padding-bottom: 15px;
}
/* Text Bread Crumb */
#breadcrumb_text {
	text-align: right;
}
/* Subject Zone */

#subject {
}
#subject .subject_list {
	overflow: hidden; /* Height:0 bug */
}
#subject li {
	float: left;
	padding-right: 15px;
}
/* Subject Zone ends */

/* Product Zone */
#product,
#category {
	overflow: hidden /* Height:0 bug */
}
#product      .image,
#category     .image {
	padding-right:  10px;
	padding-bottom: 10px;
	float:          left;
}
#product      .image_title,
#category     .image_title {
	font-size: .9em;
	text-align: right;
}
#product      .text_title
#category     .text_title {
	float:    none;
	padding:  0px;
	margin:   0px;
}
#product      .text,
#category     .text {
	float: none;
	padding: 0px;
	display: inline;
}
	
#product .link {
	float:none;
	text-align:left;	
}

#product .sublink {
	float:none;
	text-align:left;	
}
/* Category Zone */

#category .thumbs {
	float:   left;
	text-align:left;
	width:   50px;
	padding: 3px 3px;
}
#category .thumbs_selected {
	float:   left;
	text-align:left;
	width:   50px;
	padding: 3px 3px;
	margin-right: 5px;
}
#category .text_wrapper {
	clear: both;
}
/* Right Container = Feature + Google */
/* Feature Zone */
#right,
#bot_right {
	width: 278px;
}
#feature {
	padding-left:  10px;
	padding-right: 10px;
}
#feature .image {
	margin-top:5px;
	text-align:center;
	vertical-align:50%;
}
#feature .image_title {
	text-align:     center;
}
#feature .text {
	padding-bottom: 10px;
}
	
/* Footer Zone */

#footer {
}
.footer_list {
	overflow: hidden;
	float: left;
}
.footer_list li {
	margin: 0;
	padding-right: 5px;
	float: left;
	list-style:none;
	border-right: #ccc 1px solid;
	margin-right: 5px;
}
.footer_list li.last {
	border-right: none;
}
#footer .cr {
	float: right;
}
#bot_footer {
	clear: both;
}
/* Footer Zone ends */
