/*
	Colour scheme:

	Dark Hue	A7A37E
	Mid Hue	E6E2AF
	Light Hue	EFEBCA
	Lightest	F4F1D8
	Menu Colour	506865
	Darkest	00362F
	Background	506865
*/


/** DIVs*/

div.bigbox {
	background: #FFFFFF;
	margin: 1em;
	border:2px solid #E6E2AF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	min-width: 780px;
}

div.pullout {
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 80%;
	
	background: #F4F1D8;
	background-image: -moz-linear-gradient(top, #F4F1D8, #E5E1C8);
	background-image: -webkit-linear-gradient(top, #F4F1D8, #E5E1C8);
	background-image: -ms-linear-gradient(top, #F4F1D8, #E5E1C8);	
	
	border:2px solid #A7A37E;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


/** Product Header **/

div.product_header {
	padding: 2em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

table.product_header {
	width: 100%;
	padding: 2em;
	border: 2em;
	border-collapse: collapse;
}

span.listprice {
	margin-right: 0;
	margin-left: 4em;
	padding: 0px;
	float:right;
	width: 17em;
	
	background: #F4F1D8;
	background-image: -moz-linear-gradient(top, #F4F1D8, #CCC996);
	background-image: -webkit-linear-gradient(top, #F4F1D8, #CCC996);
	background-image: -ms-linear-gradient(top, #F4F1D8, #CCC996);
	
	border:2px solid #A7A37E;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


/** Tables */

table.infoTable {
	width: 80%;
	padding: 0px;
	border: none;
	border: 2px solid #A7A37E;
	border-collapse: collapse;
	align: centre;
}

table.infoTable td {
	font-size: 0.9em;
	border: 1px solid #A7A37E;
	background-color: #F4F1D8; 
	vertical-align: middle;
	padding: 7px;
	font-weight: bold;
}

table.infoTable th {
	font-size: 0.9em;
	color: #ffffff;
	border: 1px solid #A7A37E;
	background-color: #506865; 
	vertical-align: middle;
	padding: 7px;
	font-weight: bold;
}

table.specTable {
	width: 80%;
	padding: 0px;
	border: none;
	border: 3px solid #506865;
	border-collapse: collapse;
	align: centre;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

table.specTable td {
	font-size: 0.9em;
	color: #506865;
	border: 1px solid #506865;
	background-color: #F4F1D8; 
	vertical-align: middle;
	padding: 7px;
	font-weight: bold;
}

table.specTable th {
	font-size: 0.9em;
	color: #ffffff;
	border: 1px solid #506865;
	background-color: #A7A37E; 
	vertical-align: middle;
	padding: 7px;
	font-weight: bold;
}

/** Tabbed Interface **/
div.TabView {
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 80%;
}

div.TabView div.Tabs {
  height: 30px;
  overflow: hidden;
}

div.TabView div.Tabs a {
  float: left;
  display: block;
  width: 150px;
  text-align: center;
  height:      30px;
  line-height: 32px;
  vertical-align: middle;
  background: url('images/tabs.png') no-repeat 0px 0px;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #F4F1D8;
}

div.TabView div.Tabs a.Active {
  background: url('images/tabs.png') no-repeat 0px -32px;
  color: #ffffff;
}

div.TabView div.Tabs a:hover {
  background: url('images/tabs.png') no-repeat 0px -64px;
  color: #00362F;
  outline: none;
}

div.TabView div.Pages {
  clear: both;
  background: #F4F1D8;
  border:2px solid #A7A37E;
  height: 350px;
  overflow: hidden;
}

div.TabView div.Pages div.Page {
  height: 100%;
  padding: 0px;
  overflow: scroll;
}

div.TabView div.Pages div.Page div.Pad {
  padding: 3px 18px;
}

/** Paragraphs **/

hr {
	width: 80%;
	height: 4px;
	position: relative;
	left: -10%;
	style: dashed;
	border: none;
	color: #A7A37E;
	background-color: #A7A37E;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background: #506865; 
}

h1-tight, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-stretch: condensed;
	margin: 0px;
	color: #506865;
}

h1-tight {
	font-size: 2.2em;
	padding-top: 0px;
}

h1 {
	font-size: 2.2em;
	padding-top: 1.1em;
}

h2 {
	font-size: 1.4em;
	padding-top: 0.7em;
}

h3 {
	font-size: 1.0em;
	padding-top: 0.5em;
}

page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	color: #ffffff;
}

p.list_price_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	color: #00362F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
} 

p, ol, ul, li {
	line-height: 140%;
}

ol, ul, li {
	margin-bottom: 0.8em;
}

a {
	color: #506865;
}

/* Hover on normal links (don't hover on simple anchors) */
a[href]:hover {
	text-decoration: none;
	outline: #A7A37E solid thin;
	-moz-outline-radius: 0.5em;
	background: #EFEBCA;
	color: #00362F;
}

a img.nohighlight { border:0 }

/* Hover on links in img class -- no highlight */
a.img:hover {
	text-decoration: none;
	outline: none;
	background: none;
}

/* Hover on image in link */
a:hover img {
	text-decoration: none;
	outline: #A7A37E solid 3px;
	background: none;
}

/* Hover on links in gallery id */
#gallery img {
	text-decoration: none;
	outline: none;
	background: none;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;	
}

#gallery img:hover {
	text-decoration: none;
	outline: none;
	background: none;
		
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	
	-webkit-box-shadow: 0px 0px 30px gray;
	-moz-box-shadow: 0px 0px 30px gray;
	-o-box-shadow: 0px 0px 30px gray;
	-ms-box-shadow: 0px 0px 30px gray;	
}


/* Hover on gallery link (no border)*/
a:hover img.gallery {
	text-decoration: none;
	background: none;
}

/* Hover on links in img class -- no highlight */
a.img.nohighlight, a.img.nohighlight:link, a.img.nohighlight:visited, a.img.nohighlight:hover {
	text-decoration: none;
	outline: none;
	background: none;
	border: 0 none;
}

a.nohighlight, a.nohighlight:link, a.nohighlight:visited, a.nohighlight:hover {
	text-decoration: none;
	outline: none;
	background: none;
	border: 0 none;
}

a:hover img.nohighlight {
	text-decoration: none;
	outline: none;
	background: none;
}

/** HEADER */

div.header {
	width: auto;
	float: left;
}

#header {
	padding-left: 8px;
	padding-right: 8px;
	background-color: #00362F;
	border-bottom: 4px solid #A7A37E;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}

#header h1 {
	margin: 0px;
	font-size: 2.2em;
}

#header h2 {
	margin: 0px;
	font-size: 1em;
}

/** MENU */

#menu {
	padding: 0em 0em 3px 0em;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-smooth: always;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}

#menu li {
	display: inline;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}

#menu a {
	display: inline-block;

	margin: 0px 0px 0px 0px;
	padding: .2em 1em .3em 1em;
	
	background-color: #506865;
	background-image: -moz-linear-gradient(top, #91ABA7, #475F5C);
	background-image: -webkit-linear-gradient(top, #91ABA7, #475F5C);
	background-image: -ms-linear-gradient(top, #91ABA7, #475F5C);
	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

#menu a:hover {		
	background-color: #EFEBCA;
	background-image: -moz-linear-gradient(top, #FFFFDE, #CCC996);
	background-image: -webkit-linear-gradient(top, #FFFFDE, #CCC996);
	background-image: -ms-linear-gradient(top, #FFFFDE, #CCC996);
	
	outline: none;
		
	color: #00362F;
		
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	
	-webkit-transform: translate(0, -0.4em) scale(1.05, 1.4);
	-moz-transform: translate(0, -0.4em) scale(1.05, 1.4);
	-o-transform: translate(0, -0.4em) scale(1.05, 1.4);	
	-ms-transform: translate(0, -0.4em) scale(1.05, 1.4);
}

#home .home, #news .news, #products .products, #downloads .downloads, #register .register, #guides .guides, #users .users, #where_to_buy .where_to_buy, #contact .contact, #forum .forum
{
	background-color: #A7A37E;
	background-image: -moz-linear-gradient(top, #D1CDA6, #8A8662);
	background-image: -webkit-linear-gradient(top, #D1CDA6, #8A8662);
	background-image: -ms-linear-gradient(top, #D1CDA6, #8A8662);
	
	//outline: #00362F solid thin;
}


/** SUB-MENU */

#sub_menu {
	padding: 0.8em 0em 3px 0em;
}

#sub_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#sub_menu li {
	display: inline;
}

#sub_menu a {
	display: inline-block;
	
	margin: 0px 0px 0px 0px;
	padding: 0em 1em 0.1em 1em;
	
	background-color: #506865;
	background-image: -moz-linear-gradient(top, #91ABA7, #475F5C);
	background-image: -webkit-linear-gradient(top, #91ABA7, #475F5C);
	background-image: -ms-linear-gradient(top, #91ABA7, #475F5C);	
	
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

#sub_menu a:hover {		
	background-color: #EFEBCA;
	background-image: -moz-linear-gradient(top, #FFFFDE, #CCC996);
	background-image: -webkit-linear-gradient(top, #FFFFDE, #CCC996);
	background-image: -ms-linear-gradient(top, #FFFFDE, #CCC996);
		
	outline: none;
	color: #00362F;
	
	-webkit-transform: translate(0, -0.2em) scale(1.05, 1.4);
	-moz-transform: translate(0, -0.2em) scale(1.05, 1.4);
	-o-transform: translate(0, -0.2em) scale(1.05, 1.4);
	-ms-transform: translate(0, -0.2em) scale(1.05, 1.4);
}

#sub_menu_a .sub_menu_a, #sub_menu_b .sub_menu_b, #sub_menu_c .sub_menu_c, #sub_menu_d .sub_menu_d, #sub_menu_e .sub_menu_e, #sub_menu_f .sub_menu_f, #sub_menu_g .sub_menu_g, #sub_menu_h .sub_menu_h, #sub_menu_i .sub_menu_i, #sub_menu_j .sub_menu_j
{
	background-color: #A7A37E;
	background-image: -moz-linear-gradient(top, #D1CDA6, #8A8662);
	background-image: -webkit-linear-gradient(top, #D1CDA6, #8A8662);
	background-image: -ms-linear-gradient(top, #D1CDA6, #8A8662);
		
	//outline: #00362F auto solid thin;
	//outline-radius: 0.5em;
	//-webkit-outline-radius: 0.5em;
	//-moz-outline-radius: 0.5em;
	//-ms-outline-radius: 0.5em;
}


/** CONTENT */

#content {
	clear: both;
	margin: 0.5em 0px;
	padding: 0.5em 0px 1em 0px;
	min-height: 400px;
}

#content h2 {
}

#full {
	float: left;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}

#left {
	float: left;
	width: 70%;
	padding-left: 2%;
	padding-right: 2%;
}

#right {
	float: left;
	width: 22%;
	padding-left: 2%;
	padding-right: 0%;
	border-left: 1px dashed #A7A37E;
}

#flash {
	border: 4px solid #A7A37E;
	background-color: #506865;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#flash_right {
	float: right;
	border: 4px solid #A7A37E;
	background-color: #506865;
	margin: 1em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

p.pullout_quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	font-style: italic;
	text-align: center;
	color: #506865;
}

/** FOOTER */

#footer {
	clear: both;
	background-color: #00362F;
	border-top: 4px solid #A7A37E;
	border-bottom-left-radius: 10px;
	-webkit-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-webkit-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

p.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	font-size: .75em;
	color: #A7A37E;	
}

/** Customer Registration Pages */
.formBox {
	margin-left: 5%; /* IE issue. Can't just set margin-right: 10% */
	width: 90%;
	margin-top: 2em;
	padding-bottom: 5px;
	clear: both;
}

.formBox table {
	width: 100%;
}

.formBox table tr th {
	width: 30%;
	text-align: right;
	font-weight: normal;
	color: #000000;
}

.formBox table td {
	width: 70%;
	font-weight: normal;
	color: #000000;
}

.messageBox {
	margin-left: 5%; /* IE issue. Can't just set margin-right: 10% */
	width: 90%;
	margin-top: 2em;
	padding-bottom: 5px;	
}

