

.hide {
	text-indent: -9999px;
}
/* Use this trick to make elements invisible in CSS-enabled browsers. The element will be visible to users of text browsers, screen readers, etc. The number is randomly chosen as one considered big enough to always keep the object hidden off the screen. */

img {
	border: 0;
	display: block;
}
/* Use this trick to make all images render as block-level elements rather than inline elements. Because block-level elements exist in their own box and are followed by a carriage return. Also declare all image borders as 0 here so we don't have to add the code into all image tags. */
.inline {display: inline;}
/* Use this trick for images that we DO want to display inline */

html{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 500;
	background: #666 url(../images/background_grid.gif);
	text-align: center;
}
/* Restating stuff for html as stated in body: an IE 6.0 fix from xml.com. */
/* Text align left: IE6 Windows bug fix. */

/* Coding short forms: Always clockwise starting at the top: top, right, bottom, left. But, if vertical and horizontal margins are the same, you can group them: top-bottom then left-right. */

body{
	font-size: 80%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-align: center;
}
/* Font choices: Tahoma because it was created for online use. Arial for old Windows systems. Helvetica for old Unix systems. Multi-name fonts must be enclosed in quotations. */

p, td, ul, ol, li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
}
/* Be kind to Netscape 4: Old browsers fail to understand inheritance so we must be more specific for them. */

#wrapper {
	margin:auto;
	width:980px;
	text-align: center;
}
#container{
	border: #fff solid 1px;
	background: #000;
	padding: 20px 90px 30px 90px;
	margin: 10px;
	text-align: left;
}
#logo {
	position: relative;
	width: 100%;
	height: 95px;
	background: #000 url(../images/logo.gif) top center no-repeat;
}
#navigation {
	position: relative;
	width: 100%;
	z-index:100;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	background: #000;
}

/* ================================================================ 
BEGIN DROPDOWN MENU
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* colours
Orange #69c
Blue #369
Dark blue #003
Grey #666
Dark grey #333
Red #600
Dark red #300 
*/

.menu { height:20px; font-size:100%; }
/* width:890px; */

/* hack to correct IE5.5 faulty box model
* html .menu {width:891px; w\idth:890px;} */

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0; margin:0; list-style-type:none;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {display:inline; float:left;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block; float:left; font-size:100%; text-decoration:none; color:#fff; height:28px; border:1px solid #fff; border-width:1px 0; background:#000; padding-left:28px; padding-right:28px; line-height:29px;}

/* style the second level background DARK GREY */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#333 url(../images/drop.gif) bottom right no-repeat;}

/* style the second level hover DARK RED */
.menu ul ul a.drop:hover{background:#300 url(../images/drop.gif) bottom right no-repeat;}

.menu ul ul :hover > a.drop {background:#300 url(../images/drop.gif) bottom right no-repeat;}

/* style the third level background GREY */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#666;}

/* style the third level hover DARK RED */
.menu ul ul ul a:hover {background:#300;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0; width:170px; border-top:1px solid #fff;}

/* another hack for IE5.5 */
* html .menu ul ul {top:28px;t\op:29px;}

/* position the third level flyout menu */
.menu ul ul ul{left:169px; top:-1px; width:170px;}

* html .menu ul ul ul{left:170px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-170px;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}


/* style the second level links DARK GREY */
.menu ul ul a, .menu ul ul a:visited {background:#333; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:148px;border-width:0 1px 1px 1px;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:171px;w\idth:150px;}

/* style the top level hover GREY */
.menu a:hover {color:#fff; background:#666; position:relative;}

/* style the second level hover DARK RED */
.menu ul ul a:hover {color:#fff; background:#300; position:relative;}

.menu li:hover, .menu ul ul li:hover {position:relative;}

/* style the top level hover GOLD */
.menu :hover > a {color:#c1a35b; background:#000;}

/* style the second level hover DARK RED */
.menu ul ul :hover > a {color:#fff;background:#300;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,

.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

hr.line {
	color: #fff;
	height: 1px;
}
/* ================================================================ 
END DROPDOWN MENU
=================================================================== */
#middle  {
	position : relative;
	background : #000;
	overflow: hidden;
}

#content_full {
	width : 768px;
	background : #000;
}

#content_left {
	width: 458px;
	background : #000;
}

#right {
	float: right;
	width:310px;
	background : #000;
	margin-top: 20px;
}

#footer, #links {
	background: transparent;
	clear:left;
	color: #fff;
	font-size: 85%;
	text-align: center;
	font-weight: normal;
}

h1, h1.logowhite {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
} /* The Phark trick - Displays a text version of the company name offscreen for text readers. Visual browsers see the logo instead. */

h1 a:link, h1 a:visited	{
	display: block;	
	width: 100%;
	height: 95px;
	background: url(../images/logo.gif) top center no-repeat;
	}
h1.logowhite a:link, h1.logowhite a:visited	{
	background: url(../images/logo_white.gif) top center no-repeat;
	}	


h2, h3, h4, h5 {
	font-weight: normal;
	color: #fff;
}
h3 {
	padding-top: 20px;
}
#content_full h2 {
	text-align: center;
}
h2.hidden {
	color: #000;
	font-size: 1px;
}

a { text-decoration: underline; }
a:link { color: #fff; }
a:visited { color: #999; }
a:hover { color: #c1a35b; }
a:active { color: #c1a35b; }
/* Must use this order LVHA: Link, Visited, Hover, Active. Or some browsers will ignore one or another of them. */


#content a.slideshow {
	font-size: 80%;
}
#content li {
	padding-bottom: .5em;
}

#content p.passagetext {
	font-weight:bold;
}


#content p.note {
	font-size: 90%;
}

#content, #content_full span.note {
	font-size: 85%;
}

#content p.center, #content_full p.center {
	text-align: center;
}
#content p.slideshow, #content_full p.slideshow {
	text-align: center;
}

#content p.highlight {
	text-align: center;
	font-weight: bold;
}

table {
	width: 100%;
}
td p {  
	vertical-align: bottom;
	text-align: center;
}
td.caption {  
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}

td a {  
	text-align: center;
	text-decoration: none;
}

img.framed {
	/*border: #69c groove 6px;*/
	border: #fff solid 1px;
	display: inline;
}

img.border {
	border: #fff solid 1px;
	display: inline;
	margin-bottom: 5px;
}
img.noborder {
	display: inline;
	margin-bottom: 5px;
}
#content_full .onwhite {
	color: #000;
}
.content_testimonial {
	width: 330px;
	background : #222;
	border : 1px solid #fff;
	padding : 10px;
	margin: 20px;
}

.right_testimonial {
	float : right;
	width : 330px;
	background : #222;
	border : 1px solid #fff;
	padding : 10px;
	margin: 20px;
} 
.content_testimonial p, .right_testimonial p {
	font-family: Times;
	font-style: italic;
	font-size: 110%;
}

table.form {
	width: 100%;
	border: solid #fff 1px;
	background-color: #222;
}

td.title {
	text-align: center;
	padding: 4px;
	vertical-align: top;
	font-size: 110%;
}
td.form_title {
	text-align: right;
	padding: 4px;
	vertical-align: top;
}
td.form_field {
	text-align: left;
	padding: 4px;
	background-color: #222;
	vertical-align: top;
}
td.form_submit {
	text-align: center;
	padding: 4px;
	width: 100%;
	background-color: #333;
}


#sales-left {
	float:left;
	width:450px;
	height: 400px;
	background : transparent;
}
#sales-right {
	float:right;
	width:300px;
	min-height: 400px;
	background : transparent;
	border: #fff solid 1px;
}
p.sale_item {
	text-align: right;
	font-weight: normal;
}
p.sale {
	padding: 0 20px;
}
span.sale_category {
	font-weight: bold;
	color: #999; 
}
span.sale_info {
	font-weight: bold; 
}
span.sale_regular {
	font-weight: normal;
	color: #fff;
	text-decoration: line-through;  
}
span.sale_price{
	font-weight: bold;
	color: #c1a35b; 
}
img.sales {
	border: #fff solid 1px;
}

.inline_arrow {
	display: inline;
	vertical-align:bottom;
	}


/* ADMIN start */

div.contentbox { 
	background-color: #fff;
	border: 2px solid #000;
	color: #000;
}
div.contentbox table {				
	background-color: #fff;
}
div.contentbox table tr td {				
	color:#000;
	font-size:80%;
}
div.contentbox p {				
	color:#000;
	text-align: left;
}
div.contentbox a, div.contentbox a:visited {				
	color:#000;
	font-size:100%;
}
div.contentbox a:hover {				
	color:#c1a35b;
	font-size:100%;
}

input, textarea, select, img { margin: 4px; }

#emailPass, #emailtext { visibility: hidden; }

div.navigationbox ul li {
	text-align:left;
}
div.contentbox h2 {
	color: #c1a35b;
}			
div.contentbox table tr td.theading {
	font-weight: bold;
	color: #c1a35b;
	border-bottom: 2px solid #666;
}

td {
	vertical-align: top;
	padding: 4px;
}
td.currency {
	text-align:right;
}

.zebra { background-color: #e8e6e6; }
.zebra2 { background-color: #fff; }

.id { font-weight: bold; }

.ra { 
	text-align: right;
	font-weight: bold;
	color: #555;}

.la { text-align: left; }

/* ADMIN end */