/**
 * @version $Id: layout.css 10387 2008-06-03 10:59:16Z pasamio $
 * @author Design & Accessible Team ( Cameron DUnn  )
 * @package Joomla
 * @subpackage Accessible-Template
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

/* General stuff */
body 
{
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	background: #661212 url(../images/bg-grad.gif) left top repeat-x;
	font-size: 0.9em;
	line-height: 150%;
	margin: 0 auto;
}

dl {font-size: 0.9em; line-height:135%;}
dt {font-weight:bold;}

img {border: none;}

.spacerdiv{clear: both; margin: 0; padding: 0;}

a, a:link, a:visited, a:active { color: #666; background: transparent; text-decoration: none;}
a:hover { color: #000; background: transparent; text-decoration: none;}

.inside {padding: 10px;}	/* adds spacing without affecting the layout */

.samplelink, .samplelink a
{
	font-size: 22px;
	color: #800;
	background: transparent;
}

#topmenu
{
	clear: both;
	float: left;
	width: 1048px;
	position: relative;
}

#topmenu ul
{
	float: left;
	width: 938px; 
	list-style: none;
	padding: 0 10px 0 100px;
	margin: 0;
	background: #261212;
}

#topmenu ul li
{
	display: inline;
	color: #fff;
	background: transparent;
}

#topmenu ul li a
{
	color: #ccc;
	background: transparent;
	padding: 0px 10px 0px 10px;
	margin: 0;
}

#topmenu ul li a:hover
{
	text-decoration: none;
	color: #fff;
	background: #500;
}


#topmenu li
{
	border-right: 3px solid #740b0b;
}

h1 {font-size: 1.75em;}

h2
{
	margin: 0;
	color: #fff;
	color: #c40b0b;
	background: transparent;
	font-size: 1.1em;
	padding: 0px;
}

h3
{
	margin: 0;
	color: #fff;
	background: transparent;
	font-size: 1.4em;
	padding: 3px;
}

h4
{
	margin: 0;
	color: #fff;
	background: transparent;
	font-size: 0.9em;
	padding-bottom: 10px;
}

h5
{
	color: #ff0;
	background: transparent;
	font-size: 1em;
	padding: 10px;
	margin: 0;
	font-weight: bold;
}

h6
{
	color: #fff;
	background: transparent;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	font-weight: bold;
}


/* Show the entire page at 1050px. 2px added for the border. */
#outerwrapper
{
	width: 1052px;
	margin: 0 auto;
}

#wrapper
{
	width: 1052px;
	margin-top: 0px;
	position: relative;
	background: transparent;
}

#logo
{
	z-index: 0;
	float: left;
	width: 554px;
	padding: 0;
	background: #000;
}

#logo img { display: block; border: 0; }

#righttop
{
	float: left;
	width: 496px;
	height: 176px;
	margin: 0;
	padding: 0;
	background: #740b0b url(images/right-top-bg.gif) repeat-x left top;
}

#phonenum
{
	float: right; 
	text-align: right; 
	padding: 10px 20px 0 0; 
	width: auto; 
	font-weight: bold; 
	font-size: 1.3em;
}

#cards
{
	clear: right;
	float: right; 
	text-align: right; 
	padding: 10px 20px 0 0; 
	width: auto;
}

#search
{
	clear: both;
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

#search label
{
	font-size: 0.9em;
	font-weight: normal;
	display: inline;
	color: #fff;
	background: transparent;
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
}

#search fieldset {border: 0; margin: 0; padding: 0;}

#search form input
{
	width: auto;			/* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 0;		/* set margin on left of form elements rather than right of label aligns textarea better in IE */
}

#search .searchbutton
{
	background: #fff url(../images/arrow_green.gif) no-repeat right top;
	color: #000;
	padding: 0 5px 0 0;
	border: 0;
	width: 25px;
	height: 24px;
	cursor: pointer;
	vertical-align: top;
}




#search fieldset {border: 0;}

#minicart img {display: inline;}

#minicart {clear: both; float: right; width: 320px; padding-top: 25px; padding-right: 10px; font-size: 0.9em;}

#minicart ul
{
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none;
	display: block;
	color: #fff;
	background: transparent;
}


#minicart a
{
	color: #fff;
	background: transparent;
	display: block;
}

#minicart li
{
	position: relative;
	float: right;
	width: auto;
	display: block;
	padding: 0 5px 0 5px;
}

#minicart ul li:hover
{
	text-decoration: underline;
	color: #fff;
	background: transparent;
}

/* ************* Contact Form ************* */

#contact form 
{
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	min-width: 400px;
	max-width: 500px;
	width: 500px; 
}

#contact form fieldset 
{
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 0;
}

#contact form fieldset legend 
{
	font-size: 1.1em;

}

#contact form label 
{ 
	display: block;
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
}

#contact form fieldset label:first-letter 
{	/* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;	/* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
					/* pseudo-class on legend elements, but do support it on label elements */
					/* we instead underline first letter on each label element and accesskey */
					/* each input. doing only legends would  lessens cognitive load */
					/* opera breaks after first letter underlined legends but not labels */
}

#contact form input, form textarea 
{
	width: auto;			/* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px;		/* set margin on left of form elements rather than right of label aligns textarea better in IE */
}

#contact textarea { overflow: auto; }

#contact form small 
{
	display: block;
	margin: 0 0 5px 160px;
	padding: 1px 3px;
	font-size: 88%;
}

#contact form br 
{
	clear:left;			/* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/* ************* End Contact Form ************* */


#header 
{
	width: 100%;
	text-align: left;
	padding: 0;
	margin-top: 4px;
	z-index: 10;
	position: relative;
}

#container
{
	float: left;
	width: 1048px;
	border: 1px solid #740b0b;
	border-top: 0px solid #740b0b;
}

.minitext {font-size: 0.7em; color: #888; background: transparent;}

#navcontainer 
{
	clear: both; 
	margin: 2px 0 5px 0;
	padding: 0;
	width: 100%;
	background: url(images/gradientbanner-1000px.gif) no-repeat bottom left;
	height: 26px;
}

#navcontainer ul
{
	padding: 0;
	margin: 0;
	height: 26px;
}

#navcontainer ul li
{
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 0;
	display: inline;
}

#navcontainer ul li a
{
	color: #800;
	background: transparent;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background: transparent;
}

#mainbody, #mainbody2
{
	float:left;
	width: 780px;
	font-size: 0.9em;
	background: transparent;
	padding-top: 15px;
}

#mainbody a, #mainbody2 a
{
	color: #fff;
	background: transparent;
}

#mainbody a:hover, #mainbody2 a:hover
{
	color: #fff;
	background: transparent;
}

.contentheading
{
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	background: transparent;
	padding-bottom: 10px;
}

.componentheadingblog
{
	color: #f00;
}

.blogblog
{
	width: 700px;
	border: 1px solid #740b0b;
	background: #261212;
	padding: 10px;
}

.blogblog a:hover {text-decoration: underline;}

.contentpaneopenblog a:hover {text-decoration: underline;}

.leadingblog
{

}

.contentheadingblog
{
	color: #ff0;
	background: transparent;
}

.iteminfo
{
	color: #aaa;
	font-size: 0.9em;
	background: transparent;
}

.leading_separatorblog, .article_separator
{
	background: #261212 url(../images/blog-separator.gif) no-repeat;
	height: 13px;
	width: 680px;
	display: block;
	border: 0;
	margin-bottom: 10px;
}

#left h3, #right h3
{
	color: #fff;
	background: #700;
	font-weight: normal;
	font-size: 1em;
	margin: 15px 0 0 0;
	padding: 0 3px 0 10px;
	width: 185px;
}

#left h4
{
	color: #fff; background: #700; margin: 15px 0 0 0; padding: 0 3px 0 10px; width: 185px;
}

#left
{
	float:left; 
	width: 198px; 
	background: transparent;
	padding: 0 50px 0 20px;
}

#right
{
	float: left;
	width: 178px;
	padding: 0 20px 0 20px;
	background: transparent;
}

#left ul, #right ul
{
	list-style: none;
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
	background: #261212;
	color: #fff;
}

#left ul li a, #right ul li a
{
	display: block;
	color: #fff;
	background: #261212;
	border-bottom: 1px solid #740b0b;
	margin: 0px 10px 5px 10px;
	padding-top: 5px;
	width: 178px;
}

#left ul li a:hover, #right ul li a:hover
{
	text-decoration: none;
	color: #fff;
	background: #500;
	width: 178px;
}

#left form
{
	font-size: 0.8em;
	background: #261212;
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
}

#left form li a
{
	padding: 0;
	display: block;
	color: #fff;
	background: transparent;
	border-bottom: none;
	margin: 0px 10px 0px 10px;
	width: 150px;
}

#left form li a:hover
{
	width: 150px;
}

#left form ul
{
	width: 180px;
	padding-top: 5px;
}

#left form input.inputbox, #left form input.button, #left form label
{
	margin-left: 10px;
}

#left form fieldset {border: 0; margin: 0; padding: 0;}

#content, #content2
{
	float:right; 
	width:360px;
	padding-left: 10px;
	text-align: left;
}

#rightsidebar, #rightsidebar2
{
	float:left; 
	width: 250px; 
	font-size: 0.9em;
}

#links {clear:both; font-size: 0.7em; text-align: center;}

#links h2 {color: #aaa; background: transparent;}

#links a {color: #aaa; background: transparent; padding: 0 10px 0 0; text-decoration: none;}

#links a:hover {color: #fff; background: transparent; text-decoration: underline;}

#links ul {list-style-type: none; margin: 0; padding: 0; width: 80%; padding: 0 10% 0 10%; text-align: center;}

#links li {display: inline; margin: 0; padding: 0;}

#footer {clear:both; font-size: 0.7em;}

/* ************* Footer Menu ************* */
#footer-left {float: left; text-align: left; width: 32%; padding-left: 10px; color: #aaa; background: transparent;}

#footer-left a {color: #aaa; background: transparent;}
#footer-left a:hover {color: #fff; background: transparent;}

#footer-left ul {margin: 0; padding: 0 0 0 30px; list-style: none;}

#footer-mid {float: left; text-align: center; width: 32%; font-size: 0.9em; color: #aaa; background: transparent;}
#footer-right {float: left; text-align: right; width: 32%; color: #aaa; background: transparent;}

.nav-foot-content{margin: 0; padding: 0;}

.nav-foot-content ul
{
	float: left;
	width: 32%;
	list-style-type: none;
}

.nav-foot-content li
{
	display: inline;
}

.nav-foot-content li a
{
	text-decoration: none;
	color: #aaa; 
	background: transparent;
}

.nav-foot-content li a:hover
{
	color: #fff;
	background: transparent;
	text-decoration: underline;
}
/* ************* End Footer Menu ************* */



/* ###################### general ###################### */
.unseen
{
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
	z-index: 200;
}

.stretcher 
{
	font-size: 0.9em;
	font-weight: normal;
}
.stretcher fieldset
{
	border: 0;	
}

.sectiontableheader
{
	color: #ff0;
	text-align: left;
	background: transparent;
	font-size: 1.1em;
}

/* ************* Contact Form ************* */

#qcontacts
{
	background: #261212;
	color: #fff;
	width: 600px;
	border: 1px solid #800;
	padding: 0 10px 10px 10px;
}

.marker
{
	clear: both;
	float: left;
	width: 120px;
	font-weight: bold;
}

#qaddress
{
	float: left;
	width: 375px;
	padding-bottom: 5px;
}

#contact-telephone
{
	clear: both;
}

.qcontacts_email
{
	clear: both;
	margin: 0;
	padding: 0;
	min-width: 400px;
	max-width: 500px;
	width: 500px;
}

.qcontacts_email fieldset 
{
	border-color: #bbb;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 0;
}

.qcontacts_email fieldset legend 
{
	font-size: 1.1em;

}

.qcontacts_email label 
{ 
	display: block;
	float: left; 
	width: 200px; 
	margin: 5px 0 0;
	text-align: right; 
}

.qcontacts_email fieldset label:first-letter 
{					/* use first-letter pseudo-class to underline accesskey, note that */
/*	text-decoration:underline;*/	/* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
					/* pseudo-class on legend elements, but do support it on label elements */
					/* we instead underline first letter on each label element and accesskey */
					/* each input. doing only legends would  lessens cognitive load */
					/* opera breaks after first letter underlined legends but not labels */
}

.qcontacts_email input, #emailForm textarea 
{
	width: auto;			/* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px;		/* set margin on left of form elements rather than right of label aligns textarea better in IE */
}

.qcontacts_email textarea { overflow: auto; }

.qcontacts_email small 
{
	display: block;
	margin: 0 0 5px 160px;
	padding: 1px 3px;
	font-size: 88%;
}

.qcontacts_email br 
{
	clear:left;			/* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#qcontact-but
{
	clear: both;
	width: 90%;
	text-align: right;
}

/* ************* End Contact Form ************* */
.contentpaneopenabout, .contentpaneopendelivery
{
	background: #261212;
	color: #fff;
	width: 80%;
	border: 1px solid #800;
	padding: 0 10px 10px 10px;
}

.contentpaneopenabout a, .contentpaneopendelivery a
{
	text-decoration: none;
}

.contentpaneopenabout a:hover, .contentpaneopendelivery a:hover
{
	text-decoration: underline;
}

.contentheadingabout, .contentheadingdelivery
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}
.productlist
{
	text-align:center;
	margin: 0 0 10px 0;
	width: 710px;
}
.productlist ul
{
	display: block;
	background: #800 url(../images/nav-gradient.gif) top left repeat-x;
	color: #aaa;
	height: 27px;
	padding: 5px 0 0 0;
	margin: 0;
}

.productlist ul li
{
	height: 32px;
	vertical-align: middle;
}

.productlist ul li a
{
	background-color: #f00;
}

.productlist ul li a:hover
{
	background-color: #f00;
	height: 32px;
	color: #f00;
}

.productlist li a {height: 27px; padding-top: 5px; background-color: #300;}

