/* $Id: style.css,v 1.0 2008/12/08 04:26:00 katz Exp $ */
/***  Richard Anderson Ltd, a Glazier project   ***/

* {
	margin:0;
    	padding:0;
	-moz-outline:none; /* remove mozilla outline on focus for all elements */
	outline:0;
}
html {
	height: 100%;
}
body {
	background:#333 url(images/main_bg.jpg) repeat top left;
	font-size:12px;
	font-family: "Times New Roman",Times,serif;
	color:#FFF;
	text-align:center;
	min-width:1200px;
	overflow:auto;

}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#ffffcc;
}
.clear-both {
	clear:both;
}
.clear {
	clear:both;
	margin:0px 0 12px 0;
	border-top:1px solid #fff;
}
img { 
	padding:0;
	border:0;
}
font {
	color:#fff5bd!important;
}
h1, h2, h3, h4 {
	color:#ffffcc;
}
h1, h2.title{
	font-size:22px;
	font-weight:lighter;
	margin:0;
}
h2 {
	color:#999999;
	font-family:"Times New Roman",Times,serif;
	font-size:18px;
	font-weight:lighter;
	margin:0;
}
hr {
  height: 1px;
  border: 1px solid #000;
}



/*** THE STRUCTURE ***/
#wrap-container {
	position:relative;
	text-align:left;
	overflow: hidden;
	width:100%;
}
#container {

}
#header {
	width:100%;	
	height:160px;
	display:block;
}
#bg-content-wrapper {
	width:100%;
	background:url(images/content_bg.png) repeat;
	overflow: hidden;
	float:left;
}
#content-wrapper {	
	max-width:1191px;
	width:1191px;
	width:auto!important;
	min-height:445px;
	height:445px;
	float:left;
	height:auto!important;
	padding:0px!important;
}

#logo {
	width:369px;
	height:51px;
	position:absolute;
	top:60px;
	left:790px;
}

#nav {
	clear:both;
	height:30px;
	background:#000;
	width:100%;
	display:block;
	background:url(images/nav.png) repeat-x;
}
/*** 3 COLUMN LAYOUT FOR OSCOMMERCE ***/
#wrap3  {
	width:1170px;
	min-height:340px;
}
#wrap3  #right3 {
	width:234px;
	min-height:340px;
	float:right;
}
#wrap3  #right3 .squeeze {
	padding:26px 6px 6px 6px;
}
#wrap3  #right3 .squeeze ul li {
	list-style-type:none;
}
#wrap3  #left3 {
	width:288px;
	min-height:340px;
	float:left;
}
#wrap3  #left3 .squeeze {
	padding:6px;
}
#wrap3  #mid3 {
	width:648px;
	min-height:340px;
	float:left;
}
#wrap3  #mid3 .squeeze {

	padding:26px 6px 6px 6px;
}
/** FORM STYLES **/
form input {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	padding:2px;
}

/*** SEARCH BOX ***/
.search-box-input-wrap {
	width:133px;
	height:18px;
	background:url(images/search_box.png) no-repeat top left;
	display:block;
}
.search-box-input {
	height:12px;
	line-height:10px;
	font-size:10px;
	margin:2px 0px 0px 5px;
	width:105px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:0px;
	padding:0px;
}


.image-search {
	position:absolute;
	top:223px;
	left:120px;
	*top:208px;
}


/** PAGE STYLES ***/

.page #left {
	position:absolute;
	width:746px;
	height:445px;
	border-right:1px solid #FFF;

}

.page  #right {
	position:absolute;
	max-width:399px;
	left:745px;
}
.page  #right .node{
	position:relative;
	margin:80px 0px 0px 30px;
	height:320px;
	width:420px;
	padding:4px;
	overflow-y:auto;
}

/** DEFAULT STYLES ***/
.default  a {
	color:#fff9bb!important;
	font-weight:bold;
}
.default  a:hover{
	color:#fff!important;
	font-weight:bold;
}
.default  h1, .default  h2, .default  h3, .default  h4{
	color:#fff9bb!important;
}
.default #left {
	position:relative; 
	width:896px;
	min-height:445px;
	height:445px;
	height:auto!important;
	border-right:1px solid #FFF;
	float:left;
	font-family:Georgia,serif;
	font-size:11px;
}
.default #left  .squeeze{
	padding:10px;
}

.default  #right {
	position:relative;
	float:right;
	max-width:249px;
	min-height:445px;
	height:445px;
	height:auto!important;
	font-family:Georgia,serif;
	font-size:11px;
}
.default #right  .squeeze{
	padding:10px;
}

#footer {
	width:100%;	
	height:200px;
	display:block;
	clear:both;
	color:#FFF;
	background:url(images/footer_bg.png) repeat;
	font-size:11px;
}
/*** STYLE LISTS ***/
ol li {
	margin:0px 0px 0px 20px;
}

/*** Menu Styles ***/
ul.menu li, li.leaf {
	list-style-type:none;
	list-style-image:none;
	padding:2px 0px 2px;
}
/** Main Navigation -- see superfish ***/


/*** Primary Links ***/

ul.primary li a:link, ul.primary li a:visited {
	background-color:#333;
	border-color:#CCCCCC #CCCCCC #EEEEEE;
	color:#FFF;
}
ul.primary li.active a, ul.primary li a:hover {
	background-color:#000;
	border-color:#CCCCCC #CCCCCC #EEEEEE;
	color:#FFF;

}
/*** Secondary Links ***/
ul.secondary a.active , ul.secondary a:hover{
	border-bottom:2px solid #FFF;
}

/*** FORM Styles ***/
form input {
	border:0px solid #000;
}
form input:hover {
	border:0px solid #ccc;
}

/** Table Styles **/


tr.even, tr.odd {
  background-color: #000;
  border-bottom: 0px solid #ccc;
}
tbody {
  border-top: 0px solid #ccc;
}
tbody th {
  border-bottom: 0px solid #ccc;
}


table td, table th{
	padding:4px;
	background:none;
}
tr.selected td {
	background:#333;
}
div.error, tr.error {
	background:none;
	border:0;
	color:#fff;
	padding:10px;
}
.block-region {
	background-color:#000;
	border:1px solid #FFF;
}

/** HIDE COLLAPSED ITEMS ON NODE FORM ***/
#node-form  fieldset.collapsed {
	display:none;
}

/** BOTTOM CONTENT ***/
.field-type-nodereference{
	display:none;
}
.footer_text_one {
	position:absolute;
	margin:10px 0px 0px 20px;
	width:400px;
	height:200px;
}

/** MAILING LIST **/
.mailing_list {
	margin:10px 0px 0px 30px;
	width:350px;
	height:130px;
	float:left;
}
.mailing_list form label {
	display:inline;
	float:left;
	width:100px;
	margin:3px 0px 3px 0px;
}
.mailing_list form input {
	margin:3px 0px 3px 0px;
}
#footer {

}
#footer  table  {
	margin:0px 0px 0px 20px;
	border:0;
	padding:0;
}
#footer  table th {
	border:0!important;
}
#footer  table tr {
	border:0!important;

}
#footer  table  td{
	background:none;
	border:0!important;
	padding:8px;
	width:400px;
	height:174px;
	vertical-align:top;
}
#footer  table  td p, #footer  table  td h1,  #footer  table  td h2,  #footer  table  td h3{
	padding:0px 5px 0px 5px;
}
.footer_text_two{
	position:absolute;
	margin:10px 0px 0px 390px;
	width:400px;
	height:200px;
}
.footer_text_two img {
	padding:0px 0px 0px 50px;
}
.footer_text_three{
	position:absolute;
	margin:10px 0px 0px 810px;
	width:400px;
	height:200px;
}

#left .footer_text_one, #left .footer_text_two, #left .footer_text_three {
	position:relative;
	margin:0px 0px 0px 0px!important;
	width:auto!important;
	height:auto!important;
}

.footer-message {
	position:absolute;
	margin:10px 0px 0px 20px;
}

/** FOOTER IMAGES **/
ul.footer-products {
	width:1191px;
	height:120px;
	overflow:hidden;
	margin:0px 0px 0px 5px;
}
ul.footer-products li {
	list-style-type:none;
	float:left;

	padding:15px 10px 5px 10px;
}
img.footer-image {
	width:120px;
	height:79px;
	border:1px solid #fff;
}

table td.smallText  img , table td.productListing-data  img {
	border:0px solid #fff;
}

/** CATALOG ***/

.catalog-left {
       width:400px;
       float:left;
}
.catalog-left a img {
        margin-top:8px;
	border:2px solid #FFF!important;
}

.catalog-right {
       width:210px;
       float:right;
}
.catalog-right a {
	color:#FFCCCC;
}

.category-description-side {
	width:200px;
	height:auto;
	min-height:100px;
	position:absolute;
	top:300px;
 	left:944px;
}
.main-product-image a img {
	width:180px;
	height:230px;
}
.category-box h3 {
	margin:0px 0px 0px 5px;
}
.category-box ul{
	margin:-10px 0px 0px 10px;

}
.category-box ul li{
	list-style-type:none;
	line-height:20px;
}
.category-box ul li.subcat{
	margin:0px 0px 0px 8px;
}

.product-name {
	margin:5px 0px 8px 0px;
	font-size:14px;
	float:left;
}

.product-price {
	float:right;
    font-size:14px;
	margin:0px 70px 8px 0px;
}
