/*
CSS Document
created for sol-deck.com
February 2009
by Chris Stanyon - http://www.stanyon.co.uk
*/

/*
Colour Scheme
	#503319 - Brown
	#754e25 - Light Brown
	#637540 - Green
	#bacb91 - Pale Green
	#eee3d5 - Cream
	#c7572c - Orange
*/

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

html {
	overflow-y: scroll;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:2.2em;
	background-color:#eee3d5;
	color:#503319;
	border-top:10px solid #bacb91;
}

p {
	margin-bottom:2.2em;
}

#outer {
	width:800px;
	margin:0px auto;
}

#header {
	background: url(gfx/header.jpg) no-repeat;
	height:119px;
	border-bottom:1px solid #637540;
}

#header h1, #header h2 {
	display:none;
}

#translation {
	float:right;
	margin:10px 10px 0px 0px;
}

#content {
	border-top: 10px solid #eee3d5;
	border-bottom: 10px solid #eee3d5;
	background: url(gfx/bg.gif) repeat-y;
}


#navigation {
	float:left;
	width: 170px;
	margin-right:10px;
}

#rightcol {
	float:right;
	width:600px;
	padding:0px 10px;
}

#rightcol a {
	color:#637540;
}

#rightcol a:hover {
	color:#c7572c;
}

#footer {
	clear:both;
	border-top:1px solid #637540;
	color:#637540;
	padding:10px 0px;
	line-height:1em;
}

#footer a {
	color:#637540;
}

#footer a:hover {
	color:#c7572c;
}
 
h2 {
	color: #637540;
	font-size:1.2em;
	font-weight:bold;
	line-height:0.6em;
	margin-bottom:0.7em;
}

h3 {
	color: #637540;
	font-size:1.2em;
}

/*Navigation Bar*/

#navigation ul {
	list-style-type:none;
	font-weight:bold;
}




#mainmenu {
	padding-left:15px;
}

#mainmenu a {
	text-decoration:none;
	color:#637540;
	padding-left:10px;
}

#mainmenu a:hover {
	color:#754e25;
	background: url(gfx/navbullet2.gif) no-repeat 0px 4px;
}

#mainmenu .active {
	color:#503319;
	background: url(gfx/navbullet.gif) no-repeat 0px 4px;
}

#mainmenu li {
	margin-top:1em;
}




#submenu {
	padding-left:20px;
}

#submenu a {
	color:#637540; /*754e25;*/
	font-size:0.8em;
}

#submenu .active {
	color:#503319;	
	background: url(gfx/navbullet.gif) no-repeat 0px 4px;
}

#submenu li {
	margin-top:0em;
	line-height:1.5em;
}

.bulletlink {
	background: url(gfx/navbullet.gif) no-repeat 0px 4px;
	margin-left:25px;
	padding-left:10px;
	text-decoration:none;
	font-weight:bold;
}

.productlist h3 {
/*	margin-top:2em;*/
/*	border-bottom: 1px solid #637540;*/
}

.productlist p {
	margin-left:15px;
}

.faq_q {
	font-weight:bold;
	color:#637540;	
	margin-bottom:0px;
}

.faq_a {
	margin-left:25px;
}


.sizingtable {
	text-align:center;
/*	border:1px solid #637540;*/
	width:100%;
	margin:20px auto;

}

.sizingtable td {
	border:1px solid #637540;
	padding:2px;
}