﻿body 
{
    background-color:#000;
    color:#fff;
    font-size:76%;
    font-family:Verdana;
}
a 
{
    color:#ccc;
    text-decoration:underline;
}
.content a:hover 
{
    background-color:#333;
    color:#e0e0e0;
}
a img
{
    border:0px none;
}
.centred
{
    text-align:center;
}
.outerWrap
{
    width:100%;
    text-align:center;
}
.innerWrap
{
    width:750px;
    margin:0px auto;
    text-align:left;
}
.topLogo
{
    width:750px;
    height:115px;
    margin:0px;
}
.frameTop 
{
    width:750px;
    height:20px;
    background-image:url(../images/common/frame-top.gif);
    background-position:center bottom;
    background-repeat:no-repeat;
    margin-top:3.833em;
}
.content 
{
    width:750px;
    background-image:url(../images/common/frame-sides.gif);
    background-position:center;
    background-repeat:repeat-y;
    padding:0px;
    padding-bottom:1.5em;
    margin-bottom:-1.5em;
}
* html .content 
{
    height:1px;
    margin-bottom:0em;
}
.content-inner
{
    padding:0px 30px;
}
.content h1
{
    margin-top:0em;
    font-size:1.167em;
    background-color:#431A01;
	padding:0.333em 0.667em;
	border-top: solid 1px #5B2501;
	border-bottom:solid 1px #5B2501;
}
* html .content h1
{
    margin-bottom:0em;
}
.content ul, .content p, .content h3
{
    margin-top:1.5em;
    margin-bottom:1.5em;
    line-height:1.5em;
}
.content p.compact
{
    margin-top:0em;
}
.content h2
{
    font-size:1.25em;
    border-top:dotted 1px #5B2501;
    padding-top:0.75em;
    margin-top:1.5em;
    margin-bottom:1em;
}
.content h2 img
{
    float:left;
    border-top:0.25em solid black;
    margin-right:2em;
    margin-bottom:1em;
}
.content input.textbox, .content textarea, .content select
{
    border-top:solid 2px #5B2501;
    border-left:solid 2px #5B2501;
    border-bottom:solid 2px #9D4E07;
    border-right:solid 2px #9D4E07;
}
.content input.button
{
    background-color:#743706;
    color:#fff;
    border-top:solid 2px #9D4E07;
    border-left:solid 2px #9D4E07;
    border-bottom:solid 2px #5B2501;
    border-right:solid 2px #5B2501;
}
.content ul.spec li
{
	position:relative;
	margin:0em;
	padding-left:0em;
	list-style-type:none;
}
* html .content ul.spec li
{
	padding-left:10em;
}
.content ul.spec li strong
{
	color:#000;
	display:block;
	float:left;
	left:0em;
	background: url(../images/common/dotdotdotdot.gif) repeat-x left 1.0em;
	white-space: nowrap;
	width:9.636em;
	overflow:hidden;
}
* html .content ul.spec li strong
{
	left:-10em;
}
.content ul.spec li strong span
{
	color:#fff;
	font-style:normal;
	background-color:#000;
	padding:0 0.2727em 0 0;
}
.content table 
{
    border:1px solid #431A01;
    margin-bottom: 1em;
}
.content table.address
{
    float:right;
    width:42%;
    margin:1em 0 1em 1em;
}
* html .content table.address
{
    margin:1.5em 0 0 1em;
}
.content table.address th 
{
    background-color:#2C1001;
}
.content caption 
{
    display:none;
}
.content td, .content th 
{
    padding:0.5em 0.75em;
    text-align:center;
    vertical-align:top;
}
.content td.L
{
    text-align:left;
}
.content th.R
{
    text-align:right;
}
.content td 
{
    background-color:#220C01;
}
.content tr.shaded td 
{
    background-color:#2C1001;
}
.content th 
{
    background-color:#431A01;
}
.content fieldset 
{
    clear:both;
    position:relative;
    border:1px solid #431A01;
    background-color:#220C01;
    padding:1.5em 1.5em 1em 1.5em;
}
* html .content fieldset 
{
    padding-top:2em;
}
.content fieldset legend 
{
    position:absolute;
    top:-0.5em;
    left:1em;
    font-size:1.167em;
    font-weight:bold;
}
.content fieldset.alt
{
    border-color:#336699;
    background-color:#002244;
}
.content label
{
    width:120px;
    display:block;
    float:left;
}
.content p.help
{
    /* same as width of label */
    margin-left:120px;
}
.buttons 
{
    padding-left:123px;
}
.content .product
{
    clear:both;
}
.content .product:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .content .product
{
    height:1%;
}
.frameBtm
{
    width:750px;
    height:20px;
    background-image:url(../images/common/frame-btm.gif);
    background-position:center top;
    background-repeat:no-repeat;
}
* html .frameBtm
{
    margin-top:-20px;
}
.nav
{
	position:absolute;
	/*background: url(../images/common/rosewood-bg.jpg) no-repeat top left;*/
    background-color:#431A01;
	top:133px;
	width:730px;
	text-align:left;
	z-index:1;
	margin:0em 10px 0em 10px;
	font-weight:bold;
	border-top: solid 1px #5B2501;
	border-bottom:solid 1px #5B2501;
}
* html .nav 
{
    margin-top:0.5em;
}
.nav ul
{
	padding:0.25em 0em 0.333em 0em;
	margin:0em;
	font-size:1.0em;
	text-indent:0em;
}
.nav li
{
	color:#fff;
	font-weight:normal;
	display:inline;
	padding:2.25em;
}
.nav li a
{
	color:#DDB469;
	display:inline;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
}
.nav li a:hover
{
	color:#fff;
	text-decoration:underline;
}
.copyright
{
    text-align:center;
    margin-top:1em;
    font-size:0.833em;
    color:#9D4E07;
}
.copyright a
{
    color:#9D4E07;
}
.copyright a:hover
{
    color:#9D4E07;
}