/* @override 
	http://adrewittdesign.co.uk/css/main.css
*/

/* @group Colours */

.primary-1 { background-color: #964C09 }
.primary-2 { background-color: #724820 }
.primary-3 { background-color: #643103 }
.primary-4 { background-color: #CA803B }
.primary-5 { background-color: #CA9361 }

.secondary-a-1 { background-color: #966709 }
.secondary-a-2 { background-color: #725720 }
.secondary-a-3 { background-color: #644303 }
.secondary-a-4 { background-color: #CA9A3B }
.secondary-a-5 { background-color: #CAA761 }

.secondary-b-1 { background-color: #961C09 }
.secondary-b-2 { background-color: #722C20 }
.secondary-b-3 { background-color: #641003 }
.secondary-b-4 { background-color: #CA4F3B }
.secondary-b-5 { background-color: #CA6F61 }

.complement-1 { background-color: #07515C }
.complement-2 { background-color: #154046 }
.complement-3 { background-color: #02363D }
.complement-4 { background-color: #359EAD }
.complement-5 { background-color: #55A2AD }

/* @end */


body {
    color : #0f5085;
    margin-top : 0px;
	background: #fff;
	font: 14px/3ex Georgia, "Times New Roman", Times, serif;
}

form fieldset {
    background-color : #e6e6e6;
}

form legend {
    font-weight: bold;
    font-variant: small-caps;
    color: #fff;
    background-color: #07515c;
    padding: 2px 6px;
    margin-bottom: 8px;
  }

form label {
	padding-left: 22px;
    display: inline;
    float: none;
  }

form label.flX {
    display : inline;
    float : none;
    font-weight : normal;
    line-height : normal;
	margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 100px;
  }

form label.fl {
	background-repeat: no-repeat;
	background-position: 3px 0px;
	padding-left: 22px;
    display : block;
    float : left;
    font-weight : normal;
    line-height : normal;
	margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
  }

form label.flBlank {
	background-image: url(/css/blank.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	padding-left: 22px;
    display : block;
    float : left;
    font-weight : normal;
    line-height : normal;
	margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
}

form label.flComplete {
	background-image: url(/css/complete.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	padding-left: 22px;
    display : block;
    float : left;
    font-weight : normal;
    line-height : normal;
	margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
}

form label.flCaution {
	background-image: url(/css/caution.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    color: #FF0000;
    line-height : normal;
	margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
}

form label.flRequired {
	background-image: url(/css/required.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    line-height : normal;
	margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
}

form input.formInputText {
    color: #666666;
    background-color: #fff;
    padding: 2px;
    border: solid 1px #006600;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 15px;
  }


form input.formInputText:hover {
    background-color: #0002bf;
    border: solid 1px #ff6666;
    color: #fff;
  }


form input.formInputText:focus {
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #ff6666;
  }


form select.formSelect {
    font-size: .8em;
    color: #666666;
    background-color: #fff;
    padding: 2px;
    border: solid 1px #006600;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 20em;
  }


form select.formSelect:hover {
    background-color: #0002bf;
    border: solid 1px #ff6666;
    color: #fff;
  }


form select.formSelect:focus {
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #ff6666;
  }


.highlight {
	color: #f50019;
}


a:link, a:visited, a:active {
    font-weight: normal;
    text-decoration: none;
    color: #00aeef;
    padding-right: 0.3em;
    padding-left: 0.3em;
}


a:hover, a.current:link, a.current:visited {
    font-weight: normal;
    color: #008ecf;
    text-decoration: none;
    padding-right: 0.3em;
    padding-left: 0.3em;
  }


a.product:link, a.product:visited, a.product:active {
	padding: 2px;
	font-weight: bold;
	font-size: 1.0em;
	color: #74fffd;
}


a.product:hover, a.product.current:link, a.product.current:visited {
    color: #fff;
	font-weight: bold;
	font-size: 1.0em;
}

ul {
    list-style: disc outside;
  }

ul.sb2 {
    list-style: disc outside;
	padding-left: 18px;
	margin-top: -10px;
}

ul.sb2 li {
	padding-bottom: 4px;
}

.ulMainNav {
    margin: 0px;
    padding: 0px;
    clear: both;
}

.ulMainNav li.noborder {
	border-style: none;
}

.ulMainNav li {
    display: inline;
    list-style-type: none;
	float: right;
	clear: none;
}

.ulMainNav a:link, .ulMainNav a:visited, .ulMainNav a:active {
	height: auto;
	width: auto;
	text-align: right;
    color: #163e70;
	padding: 5px 0 2px;
	display: block;
	margin: 0px 0 0px 40px;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
}


.ulMainNav a:hover, .ulMainNav a.current:link, .ulMainNav a.current:visited {
	color: #00aeef;
}

a.portfolio_nav_prev {
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0 10px 0 0;
    color: #0b4d83;
}

.portfolio_nav_prev a:link, .portfolio_nav_prev a:visited, .portfolio_nav_prev a:active {
    color: #0b4d83;
}

.portfolio_nav_prev a:hover, .portfolio_nav_prev a.current:link, .portfolio_nav_prev a.current:visited {
	color: #0b4d83;
}

a.portfolio_nav_next {
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0 10px 0 0;
}

.portfolio_nav_next a:link, .portfolio_nav_next a:visited, .portfolio_nav_next a:active {
    color: #264b7a;
}

.portfolio_nav_next a:hover, .portfolio_nav_next a.current:link, .portfolio_nav_next a.current:visited {
	color: #00aeef;
}


.ulSubNav {
    margin: 0px;
    padding: 0px;
    clear: both;
	font-size: .9em;
  }


.ulSubNav li {
    display: inline;
    float: left;
    list-style-type: none;
}


.ulSubNav a:link, .ulSubNav a:visited, .ulSubNav a:active {
	display: block;
	height: auto;
	width: auto;
	text-align: center;
    color: #0f5085;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
	padding: 5px 0 2px;
}


.ulSubNav a:hover, .ulSubNav a.current:link, .ulSubNav a.current:visited {
	color: #00aeef;
}

.ulSideNav {
    margin: 0px;
	text-align: right;
    padding: 0px;
    clear: both;
  }


.ulSideNav li {
    display: list-item;
    float: none;
    list-style-type: none;
}


.ulSideNav a:link, .ulSideNav a:visited, .ulSideNav a:active {
	display: block;
	width: 174px;
	color: #fbcb6c;
	margin: 0px 0px 4px 0px;
	padding: 0px 26px 2px 0px;
	font-weight: bold;
	font-size: 1.0em;
}


.ulSideNav a:hover, .ulSideNav a.current:link, .ulSideNav a.current:visited {
    color: #fff;
	font-weight: bold;
	font-size: 1.0em;
	background: url(/images/curnav.png) no-repeat 182px;
}

div.jumpNav {
	height: auto;
	margin: 0; padding:0;
}

div.navtab {
	float: left;
	width: 124px; height: 40px;
	margin: 0;
	}

div.navtab a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-align: center;
	color: #c00;
	font-weight: bold;
	font-size: 0.8em;
	cursor: pointer;
	background: url( '../images/wg/buttons.jpg' ) -200px 0px no-repeat;
	}
div.navtab span {
	display: block;
	margin:0; padding: 10px 10px 0 16px;
	}
div.navtab a:hover {
	color: #c00;
	background: url( '../images/wg/buttons.jpg' ) 0 0px no-repeat;	}
div.navtab a:active {
	color: #f76369;
	background: url( '../images/wg/buttons.jpg' ) 0 0px no-repeat;	}

.ulJumpNav li {
    list-style-type: none;
	float: left;
	width: 123px;
	height: 30px;
	text-align: center;
	padding-top: 5px;
}

.liJumpNav {
    list-style-type: none;
	float: left;
	width: 123px;
	height: 30px;
	text-align: center;
	color: #c00;
	font-weight: bold;
	font-size: 0.8em;
	padding-top: 5px;
	cursor: pointer;
	background: url(../images/wg/buttons.jpg) no-repeat -200px -5px;
}

.liJumpNavX {
    list-style-type: none;
	float: left;
	width: 123px;
	height: 30px;
	color: #c00;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
	background: url(../images/wg/buttons.jpg) no-repeat 0 -5px;
}

.ulJumpNav a:link, .ulJumpNav a:visited, .ulJumpNav a:active  {
	display: inline;
	text-align: center;
	color: #c00;
	font-weight: bold;
	font-size: 1.0em;
}


.ulJumpNav a:hover, .ulJumpNav a.current:link, .ulJumpNav a.current:visited {
	display: inline;
	text-align: center;
	color: #c00;
	font-weight: bold;
	font-size: 1.0em;
}


h1 {
    text-align: left;
	color: #00aeef;
	padding-top: 0;
	margin-top: 0px;
	font-weight: bold;
	font-style: normal;
	margin-left: 40px;
	margin-right: 0;
	padding-bottom: 14px;
	font-size: 14px;
}

h1.clear {
    clear: both;
    font-size: 1.2em;
    text-align: left;
	color: #00aeef;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 40px;
}

h2 {
	clear: both;
    font-size: 1.1em;
    text-align: left;
	color: #00aeef;
	margin-bottom: 0;
	margin-left: 40px;
	margin-right: 0;
}

h2.prodhead {
	padding: 6px 0px 2px 6px;
	margin: 0 0 6px;
	color: #00aeef;
}

h3 {
    font-size: 1.2em;
    text-align: left;
	color: #00aeef;
	margin-right: 0;
	margin-left: 40px;
}

h3.clear {
    clear: both;
    font-size: 1.2em;
    text-align: left;
	color: #00aeef;
	margin-right: 0;
	margin-left: 40px;
}

h4 {
    font-size: 1.2em;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
	color: #00aeef;
	margin-left: 40px;
}

hr {
	color: #8ed7bc;
	padding: 1px;
	margin: 10px;
	background-color: #8ed7bc;
}

.uptightImg {
    clear: both;
	padding: 0;
	margin: -3px 0px 3px 1px;
	display: block;
	float: none;
}

.floatImgLeft {
    clear: both;
    float: left;
    padding: 3px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }


.floatImgRight {
    clear: both;
    float: right;
    padding: 3px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
	border-style: none;
}


p.error {
    background-color : #ff0000;
    font-weight: bold;
    color : #ffffff;
    font-size: 1.2em;
    padding: 3px;
  }


p.debug {
    background-color : #0000C0;
    font-weight: bold;
    color : #FFFF00;
    font-size: 1.2em;
    padding: 3px;
  }


table.form {
    font-size: 0.75em;
    background-color : #FFFFC0;
  }


.sold {
    color: #FF0000;
    text-decoration: line-through;
  }

p {
	margin-left: 40px;
	margin-right: 0;
	margin-top: 0;
}

p.sidebarp {
	margin-left: 0px;
	margin-right: 0px;
}

p.small {
    font-size: 10px;
	height: 38px;
	margin: 0;
	padding: 0;
}
  
a.linkset2 {
    font-weight: normal;
    text-decoration: none;
    color: #1609f9;
    padding-right: 0.3em;
    padding-left: 0.3em;
}

p.highlight {
    color : #028752;
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
}

p.clear {
    clear: both;
	margin: 0;
	padding: 0;
}

p.central {
	text-align: center;
	margin: 0;
	padding: 0;
}

p.quotesig {
	color: #0b4d83;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.9em;
}

blockquote {
	color: #10b3f0;
	padding: 0;
	margin: 30px 0 0;
	#font: italic 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: italic;
}

blockquote p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/* extracted styles*/

