* {
	padding:0px;
	margin:0px;
	font-family:georgia, Arial;

}

html {
	overflow-y:scroll;
}

body {
	background:url('/css/images/tile.jpg');
}

h1 
{
	margin-bottom:20px;
}

p {
	margin-bottom:15px;
}

input {
	padding:0px;
	margin:0px;
	border:none;
}

#container {
	margin:auto;
	width:797px;
	background:#fff;
	padding:5px;
}

#header {
	width:797px;
	height:130px;
	background:url('/css/images/header.jpg');
	display:block;
	font-size:8pt;
}

/*.homeLink a {
	display:block;
	float:left;
	height:100px !important;
	width:300px !important;
	text-decoration:none;
}*/

.homeLink 
{
	float:left;
}

.iconLink 
{
	padding-top:13px;
	height:90px;
	display:block;
	font-weight:bold;
	width:300px;
}

#headerContent {
	display:block;
	padding-left:490px;
	padding-top:30px;
	background-color:Transparent;
}

#header .searchArea {
height:23px;
	/*padding-left:620px;
	padding-top:2px;*/
}

.searchArea input {padding-left:5px;}

#header .tel {
height:20px;
padding-left:190px;

/*padding-top:53px;*/
font-weight:bold;
}

#header .email {
height:20px;
padding-left:170px;
/*padding-top:6px;*/
}

#header .email a:link, #header .email a:link {
	color:#666633;
}
#header .email a:hover {
	color:#000;
}

#summary 
{
		font-size:8pt;
		color:#fff;
		margin:15px 15px 0px 0px;
		float:right;
		font-weight:bold;
}

#body {
background:url('/css/images/fake.jpg');
}

#lCol {
	width:272px;
	float:left;
	background:url('/css/images/lcol.jpg');

}

#nav {
	height:473px;
	background:url('/css/images/nav.jpg');
	background-repeat:no-repeat;
	padding:30px 0px 0px 10px;
}

#nav a:link, #nav a:visited {
	line-height:33px;
	width:218px;
	height:33px;
	display:block;
	background:url('/css/images/nav_link.jpg');
	text-decoration:none;
	color:#666633;
	margin-bottom:1px;
	border-top:1px solid #A9A47F;
	font-weight:bold;
	font-size:9pt;
	padding-left:33px;
}

#nav a:hover {
	color:#F0EBCD;
	background:url('/css/images/nav_hover.jpg');
}

#news {
padding:25px 15px 25px 15px;
font-size:8pt;
}

#news img 
{
	width:240px !important;
}

#rCol {
	width:525px;
	float:right;
	background:#626262;
}

.breadcrumbs 
{
	color:#fff;
	background:none;
	padding:5px 0px 0px 5px;
}

#homeImage {
	height:263px;
}

#homeText 
{
	padding:0px 25px 25px 25px;
}

#content {
	min-height:699px;
	background:url('/css/images/rcol.jpg');
	background-repeat:no-repeat;
	color:#fff;
	/*margin:25px;*/
}

#content a:link, #content a:visited {color:#FA4100;}
#content a:hover {color:#fff;}


#textContent 
{
	padding:20px;
}

#footer {
	width:777px;
	height:48px;
	font-size:8pt;
	background:url('/css/images/footer.jpg');
	color:#5F5F5F;
	padding:10px;
}

#footer a:link, #footer a:visited {
	color:#5F5F5F;
	text-decoration:none;
}

#footer a:hover {
	color:#A2A07A;
	text-decoration:underline;
}

/* product views */

#viewOptions {display:block;font-size:9pt;margin-top:10px;}
#viewOptions .leftOptions {float:left;width:240px;height:35px;text-align:left;display:none;}
#viewOptions .rightOptions  {float:right;width:240px;height:35px;text-align:right;padding-right:22px;}

#viewGrid {font-size:9pt;color:#666633;}
#viewGrid a {color:#666633 !important;}
#viewGrid img {border:none;}
#viewGrid .image {padding:5px;width:150px;height:150px;}
#viewGrid .productWrapper {width:474px;height:190px;display:block;float:left;border:1px solid #762B0E;margin-left:25px;margin-bottom:20px;background:#FCF5DB;}
#viewGrid .productTop {width:464px;background:#C3BD9B;float:left;font-weight:bold;padding:5px;border-bottom:1px solid #762B0E;}
#viewGrid .productLeft{float:left;width:160px;height:130px;}
#viewGrid .productRight{float:left;width:314px;height:130px;}
#viewGrid .productBottom{float:left;width:319px;padding-left:155px;text-align:center;}

#viewList {font-size:9pt;}
#viewList a {color:#fff !important;}

/* product display */

#productHolder {background:#FCF5DB;border:1px solid #762B0E;width:485px;margin-left:20px;}
#productTitle {background:#C3BD9B;color:#666633;border-bottom:1px solid #762B0E;padding:5px;height:20px;}
#productTitle h1 {font-size:12pt !important;}

#productLeft {padding:5px;width:150px;float:left;}
#productLeft img {width:150px;}
#productRight {padding:5px;color:#000;font-size:10pt;float:left;}

/* basket */

.table_header 
{
	background:#C3BD9B;
	font-weight:bold;
}

.data_row 
{
	background:#FCF5DB;
}
.data_row2 
{
	background:#FCF5DB;
}

.basket td 
{
	padding:4px !important;
	color:#000;	
}

.basket a 
{
	color:#000;
}

.table_footer 
{
	background:#FCF5DB;
}

/* slide out menus */

#Menus {position:relative;	background:#C1BB99;}
.menuContent .options 
{	
	width:200px;
	border-top: 5px solid #832C11;
	border-bottom: 5px solid #832C11;
	padding: 0px;
	background:#C1BB99;
}

.menuContent .options a:link, .menuContent .options a:visited 
{	padding: 0px 0px 0px 8px;
	font-style:normal; 
	font-weight:normal;
	color: #666633 !important;
	display: block;
	text-decoration: none;
	border-bottom:none;
}

.menuContent .options a:hover 
{	text-decoration: none;
	color: #fff !important;
}

/* ############# */


.clear {clear:both;}
.floatLeft {float:left;}

.search input {
background:#F7EFC1;
border:1px solid #C6C6C6;
display:inline;
width:180px;
height:18px;
float:left;
font-size:9pt;
margin-right:20px;
}

.button {
background:url('/css/images/button.jpg');
background-repeat:repeat-x;
height:20px;
line-height:16px;
display:inline;
color:#fff;
font-size:8pt;
font-weight:bold;
border:1px solid #C6C6C6;
float:left;
}

.buttonContact {
background:url('/css/images/button.jpg');
background-repeat:repeat-x;
height:20px;
line-height:16px;
display:inline;
color:#fff;
font-size:8pt;
font-weight:bold;
border:1px solid #C6C6C6;
width:90px;
margin:5px 0px 0px 2px;
}

.search {width:90px;}

.red {color:#ff0000;}
.red li {margin-left:15px;}

.white {color:#fff;}
.white li {margin-left:15px;}

.small {font-size:9pt;}

.field {width:200px;}

.input input 
{
	border:1px solid #777;
	width:270px;
	padding:1px;
	margin:1px;
}

.input textarea 
{
	border:1px solid #777;
	width:270px;
	height:200px;
	padding:1px;
	margin:1px;
	overflow-y:hidden;
}
