@charset "utf-8";
/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}



#container {
	width: 975px;
	margin: 0px auto;
	text-align: center;
}
#header {
	height:136px;
	background-image: url(../images2/header_background.png);
	background-repeat:no-repeat;
}
#cart {
	height:25px;
	padding-top:50px;
	padding-left:0;
	text-align:right;
 float:right;

	margin-right:50px;
	font: bold   Arial, Helvetica, sans-serif;
	font-size:14px;
	 color:#c1cad0;
	 clear:right;
	
}
#cart a {
color:#ceac0f; 
text-decoration:none; 
font-weight:bold;

}
#page-navigation
{
	background: url("images/bg_page_navigation2.png") no-repeat 0% 0%;
	padding: 0px 0px 0px 20px;
	margin-left:150px;

}
#nav {
  position: relative;
	height: 39px;
  padding: 0px;
	margin: 0px;
  overflow: hidden;
}

#nav li {
  float: left;
  list-style: none;
}

#nav li.back {
 background: url(../images/page_nav_hover.png);
  width: 2px; 
	height: 40px;
  z-index: 8;
  position: absolute;
}

#nav li a {
	background: url("/website/images/page_nav_default.png") no-repeat 50% 69%;
	font:  1.2em "Trebuchet MS", Arial,Georgia, sans-serif;
	color: #666666;
	text-decoration: none;
  top: 12px;
  z-index: 10;
  display: block;
  float: left;
  height: 40px;
  position: relative;
  overflow: hidden;
	padding: 0px 15px 0px 15px;
}


#nav li.current_page_item a, #nav li.current_page_parent a {
  color: #666633;

}

#nav li a:hover, #nav li a:active, #nav li a:visited {
  border: none;

}
#page {
	background-image: url(../images2/page_background.png);
	background-repeat:repeat-y;
	text-align:left;

}
#splash {
	width:897px;
	margin-left:39px;
	text-align:left;
}
#breadcrumb {
background-image:url(../images2/breadcrumb_background.png);
background-repeat:repeat-x;
	width:897px;
	margin-left:39px;
	height:73px;
	text-align:left;
}
#breadcrumb p {
	font:  .9em  Arial, Helvetica, sans-serif;
letter-spacing:2px;
	color:#666666;
	padding-left:10px;
	padding-top:6px;
}
#content {
	width:897px;
	margin-left:39px;
	padding-bottom:0px;
	text-align:left;
	background-color:#FFFFFF;
}
hr {
  border:0;
  border-top: 1px solid #CCCCCC;
  height: 0;
  background: #CCCCCC;
  clear:both;
}


.gap {
	width: 728px;
	height:1px;
	margin-left:39px;
	display:inline;
	background-color:#CCCCCC;
}

.left-column {
	float:left;
	width:208px;
	padding-left:10px;
	overflow:hidden;
}
.feedback {
	margin:0 !important;
	padding:0 !important;
	float:left;
}
.right-column {
	float:right;
	width:509px;
	background-image:url(../images/shadow_verticle.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	padding-left:40px;
	overflow:hidden;
}
#footer {
height:61px;
	background-image: url(../images2/footer_background.png);
	background-repeat:no-repeat;
	padding-top:25px;
}
.footer-links {
font:  1.5em/100% "Myriad Pro Cond", Geneva, sans-serif;
letter-spacing:2px;
	color:#FFFFFF;

}
.copyright {
margin-top:50px;

}



/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    content: ".";
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/* Page content
------------------------------------------------------*/



#content h1
{
	font: bold 1.6em "Trebuchet MS", Arial, sans-serif;
	color: #3E1843;
	margin: 0px 10px 10px 0px;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #DED2E8;
}

#content h1 span
{
	color: #7e8157;
}
#content h1.category_header {
text-transform:uppercase;
font-size:14px;
background-color:#FF6600;
height:16px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 5px 8px;
	color:#FFFFFF;
	font-stretch:condensed;
	
}
#content h2
{
	font: bold 1.3em/140% Arial, Tahoma, sans-serif;
	color: #3E1843;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #DED2E8;
}

#content h2 span
{
	color: #ca4d0f;
}

#content h2.posted
{
	font: bold 1.0em/140% Arial, Tahoma, sans-serif;
	color: #7f865a;
	margin: -15px 0px 20px 0px;
	text-transform: none;
	xtext-align: right;
}

#content h3
{
	font: bold .9em/140% Arial, Tahoma, sans-serif;
	color: #3E1843;
	margin: 20px 0px 10px 0px;
	border-bottom: 1px solid #DED2E8;
	clear:both;
}
#content h3 span
{
color: #7e8157;
}
#content p {

	margin: 0px 8px 10px 8px;
	padding-left:9px;
}
#content p strong
{
	color: #ca4d0f;
}
#content p.small
{
font-size:10px;
line-height:normal;
}
#content img
{
	
	background-color: #efefef;
	margin: 0px 0px 0px 0px;

}

#content a
{
	color: #7C8FAD  ;

}
#content a:hover
{
	color: #ceac0f     ;

}
#content ul 
{
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 40px;
	list-style-type: none;
	width:150px;
	
}

#content ul li
{
	border-bottom: 1px solid;
	margin-top:8px;
}
#content ul li a
{ 
text-decoration:none;
line-height:20px;
font:Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
}
.list-links
{
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
	
}
.list-links li
{
	border-bottom: 1px solid  ;
}
/* Page footer
------------------------------------------------------*/

#footer p
{
	font: normal 1.0em/150% Arial, tahoma, sans-serif;
	color: #A2A2A2 ;
	text-decoration: none;
	margin: 0px;
}

#footer a
{
	color: #45371b;
}

/**  Rounded Box **/
div.inner {   margin: 0; background: #fff; padding: 10px; border:0; zoom:1;}

div.outer {   margin-top: 0px; margin-right:0px; float:left; clear:none;  background: #D6DFC8; padding: 5px; width:100%;  }

	/** columns **/
	div#left-col, div#mid-col {float:left; margin-right:12px;}
	div#mid-col {width:508px;}
	div.right-col {width:677px !important; margin-right:0px !important;}
	div#left-col{width:208px;}
	div.full-col {width:100% !important; margin-right:0px !important; padding:0;}


div.box {
float:left;
width:203px;

margin-top:10px;
padding:10px;


}
div.box h2 {
	height:45px;
}

div.box2 {
float:left;
width:203px;

margin-top:10px;
padding:10px;
background-color: #E6E6FF;

}
div.comment {

width:450px;


padding:2px;
background-color: #E6E6FF;

}
input.cart_button
{

   font-family:Arial,sans-serif;
   font-weight:bold;
   color:#FFFFFF;
   width:110px;
   height:20px;
   background-color: #66CC00;
  border-style:none;
 
}

	/* tables */
	table.table-short {width:650px; 	margin:0px 0 0 0px; border-collapse:collapse; font: normal 1.3em/150% Arial, tahoma, sans-serif;	}
	table.table-long {width:740px; margin-left:-10px }
	table.table-short td, table.table-long td {border-top:1px solid #dfdfdf; font-size:0.9em; 	padding:10px 0; margin:0; color:#666;}
	table.table-short thead td, table.table-long thead td {font-weight:bold; border:0;}
	table.table-short thead td, table.table-short tfoot td, table.table-long thead td, table.table-long tfoot td {border:none;}
	table.table-short td:first-child, table.table-long td:first-child {text-align:left; padding:0 0 0 10px;}
	table.table-short tfoot, table.table-long tfoot {border-top:1px solid #ccc;}
	
	table.table-short tr.odd, table.table-long tr.odd {	background:url(../../admin/images/bg_tableRow.gif) repeat-x 0px 1px;	}
	
	td.col-chk {width:40px;}
	td.col-first {font-weight:bold; width:200px;}
	td.col-second a {color:#508db8; font-weight:bold;}
	td.col-second a:hover {text-decoration:none; color:#333;}
	
	td.row-nav {width:110px;}
	a.table-edit-link, a.table-delete-link, a.table-users-link {color:#666; text-decoration:none; display:inline-block; margin-right:10px; padding-left:20px; height:16px; text-align:right;}
	a.table-edit-link:hover, a.table-delete-link:hover , a.table-users-link:hover {color:#000;}
	a.table-delete-link {margin-right:0px !important; background:url(../../admin/images/icon-delete.gif) no-repeat;}
	a.table-users-link {margin-right:0px !important; background:url(../../admin/images/group_edit.png) no-repeat;}
	a.table-edit-link {background:url(../../admin/images/icon-edit.gif) no-repeat;}
	
	/** forms **/
	form.middle-forms {padding:5px; color:#3a4043; margin-right:10px;}
	form.middle-forms p {margin:10px 0;}
	form.middle-forms h3 {color:#1d8895; font-weight:bold; font-size:150%; margin-bottom:10px;}
	
	form.middle-forms fieldset {padding-top:10px;}
	form.middle-forms fieldset ol li {padding:5px;}
	form.middle-forms fieldset ol li.even {background:#f3f3f3;}
	
	form.middle-forms fieldset ol li input/*,form.middle-forms fieldset ol li textarea*/ {
	padding:5px; border:1px solid #dedede; background:url(../../admin/images/bg-textbox.gif) repeat-x #fff;}
	form.middle-forms fieldset ol li input[type="radio"], form.middle-forms fieldset ol li input[type="checkbox"] {border:none; background:none;}
	input.txtbox-short {width:122px;}
	input.txtbox-middle {width:190px;}
	input.txtbox-long, form.middle-forms fieldset ol li textarea {width:305px;}
	
	form.middle-forms fieldset ol li label {float:left; margin-right:15px; display:block;}
	form.middle-forms fieldset ol li label.field-title {font-weight:bold; width:100px; padding-top:3px;}
	
	
	span.form-confirm-inline, span.form-error-inline {display:inline-block; padding-left:20px;  margin-left:10px; height:16px;}
	span.form-confirm-inline {color:#72a101; background:url(../../admin/images/icon-confirm.gif) no-repeat;}
	span.form-error-inline {color:#a10101; background:url(../../admin/images/icon-error.gif) no-repeat;}
	
	a.heading-link {color:#cae6ed; text-transform:capitalize; font-size:0.9em; font-weight:normal; display:inline-block; padding-left:15px; text-decoration:none;}
	a.heading-link:hover {color:#fff;}
	
	.align-left {float:left;}
.align-right {float:right;}

/** header userbox **/
	p#userbox {float:right; color:#c1cad0; padding:5px 0px 0px 18px; margin:0; font-size:14px;}
	p#userbox a {color:#ceac0f; text-decoration:none; font-weight:bold;}
	p#userbox a:hover {color:#fff;}
	p#userbox small {display:block; margin-top:5px; color:#8d9599; font-size:0.9em;}
	
	div#top {margin-bottom:0px; z-index:1; margin-right:50px;}
	
	/** button stylings **/
div.inner-nav {clear:both; margin:10px 0;}
div.inner-nav a, a.button {display:inline-block; background:url(../../admin/images/bg-buttons-left.gif) no-repeat; text-decoration:none; height:21px; padding:0 0 0 15px; color:#fff; font-weight:bold;
font-size:9pt;}
div.inner-nav a:hover, a.button:hover {}
div.inner-nav a span, a.button span {display:block; color:#FFFFFF; background:url(../../admin/images/bg-buttons-right.gif) no-repeat right; padding:0 15px 0 0; line-height:21px;}
a.button {margin:0 10px; }

.align-left {float:left;}
.align-right {float:right;}



.slideshow { float:left; background-color:#FFFFFF; padding:0; margin:0; }

