@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(img/BG_greygrad.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left bottom;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#bggrad_blue {
	padding: 0px;
	position: absolute;
	width: 50%;
	height: 600px;
	background-image: url(img/BG_bluegrad.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow: hidden;
	top: 50px;
	z-index: 2;
	left: 0px;
}
#bggrad_orange {
	padding: 0px;
	position: absolute;
	width: 50%;
	height: 600px;
	background-image: url(img/BG_orangegrad.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow: hidden;
	top: 50px;
	z-index: 1;
	margin: 0px;
	left: 50%;
}
#wrapper {
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 568px;
	width: 900px;
	background-color: #FFFFFF;
	z-index: 5;
	position: relative;
	visibility: visible;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #949597;
	border-right-color: #949597;
	border-left-color: #949597;
}






#banner {
	margin: 0px;
	padding: 0px;
	height: 70px;
}

#nav {
}
ul#tabnav { /* general settings */
	text-align: left; /* set border COLOR as desired */
	list-style-type: none; /* THIRD number must change with respect to padding-top (X) below */
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #890034;
}




ul#tabnav li { /* do not change */
	display: inline;
}

ul#tabnav li a { /* settings for all tab links */
	background-color: #890034; /* set unselected tab background color as desired */
	color: #FFFFFF; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}

ul#tabnav a:hover { /* settings for hover effect */
	color: #FFFFFF;
	background-color: #94cae2;
}

body#home li.home, body#faq li.faq, body#fitting li.fitting, body#order li.order, body#contact li.contact { /* settings for selected tab */
	background-color: #890034; /* set selected tab background color as desired */
	color: #FFFFFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #890034;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}


body#home li.home a, body#faq li.faq a, body#fitting li.fitting a, body#order li.order a, body#contact li.contact a { /* settings for selected tab link */
	background-color: #890034; /* set selected tab background color as desired */
	color: #FFFFFF;
}
#content {
	height: 470px;
	overflow: auto;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content_2COL {
	height: 470px;
	overflow: auto;
	float: left;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 700px;
}
#links_2COL {
	height: 470px;
	overflow: auto;
	float: left;
	width: 180px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-repeat: repeat-x;
}


h1 {
	color: #890034;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	color: #890034;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: #890034;
	font-size: 12px;
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #890034;
}

td {
	vertical-align: top;
}
ul#rightlinks {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}
ul#rightlinks li {
	list-style-type: none;
}
ul#rightlinks li a {
	list-style-type: none;
	background-color: #94cae2;
	text-decoration: none;
	list-style-position: outside;
	color: #FFFFFF;
	display: block;
	margin: 2px;
	padding: 4px;
	border-left: 20px solid #f5863e;
	font-weight: bold;
}
ul#rightlinks li a:hover {
	background-color: #94CAE2;
	text-decoration: none;
	color: #FFFFFF;
	border-left: 10px solid #f5863e;
}


#footer {
	font-size: 9px;
	line-height: normal;
	font-style: normal;
	text-align: center;
	vertical-align: top;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
	z-index: 4;
	position: relative;
	border-right: 2px solid #949597;
	border-left: 2px solid #949597;
	border-bottom: 2px solid #949597;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

#footerline {
	border-top: 2px solid #890034;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.question {
	color: #890034;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
/* Normal Bubble */
div.bubble {
	width: 500px;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 2px solid #94cae2;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	top: 5px;
	font-style: normal;
	background-color: transparent;
	background-image: url(img/bluetip.png);
	background-repeat: no-repeat;
	background-position: 0px 0;
}
#banner img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
caption {
	text-align: left;
	color: #890034;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
#postage {
	width: 650px;
	border: 0;
}

#postage td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #890034;
	padding: 3px;
}
#quantity {
	width: 650px;
	border: 0;
}
#quantity td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #890034;
	padding: 3px;
}
#alternatives_table {
	width: 650px;
	border: 0;
}
#alternatives_table  td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #890034;
	padding: 3px;
}
#trade {
	font-size: 12px;
	width: 650px;
	border: 0;
}
#trade   td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #890034;
	padding: 3px;
}

.tableheader {
	background-color: #890034;
	color: #FFFFFF;
	font-weight: bold;
}
.crosses {
	font-weight: bold;
	color: #890034;
	text-align: center;
	vertical-align: middle;
	width: 90px;
}
#contact_left {
	height: 470px;
	overflow: auto;
	float: left;
	padding-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 600px;
}
#contact_right {
	height: 470px;
	overflow: auto;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 270px;
	padding-left: 10px;
}
	#login {
	background-color: #FFFFFF;
	width: 600px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(img/banner_900.jpg);
	background-repeat: no-repeat;
	background-position: 180px 10px;
}
