@charset "UTF-8";

/*CSS Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Preston CSS*/

body {
	font: 62.5% Arial, Helvetica, sans-serif;
}
p {
	font-size: 1.2em;
	padding: 0px 20px 10px;
}
h1 {
	font-size: 2em;
	text-transform: uppercase;
	color: #3899D0;
	margin: 20px 20px 0px;
	letter-spacing: -1px;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #3899D0;
	letter-spacing: -1px;
	margin: 10px 20px 0px;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #3899D0;
	margin: 0px 20px;
}
li {
	font-size: 1.2em;
}
strong {
	font-weight: bold;
}
#wrapper {
	width: 900px;
	margin: 30px auto 0px;
	background: #CACACA;
}
#sidebar {
	float: left;
	width: 190px;
	padding: 10px 0px 10px 10px;
	/*background: url(../images/logo.jpg) no-repeat 10px 10px;*/
}
#adverts {
	float: left;
}
#nav { /* all lists */
	float: left;
	padding: 0px;
	background: #000000;
	width: 180px;
	margin: 0px 0px 10px;
}
#nav ul { /* all lists */
	list-style: none;
	float : left;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	width: 180px;
	margin-bottom: 2px;
	font-size: 1.2em;
}
#nav li li {
	margin-bottom: 0;
	font-size: 1em;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 180px;
	margin-top: -1.6em;
	background: url(none);
}

#nav li a {
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	background-color : white;
	text-transform: uppercase;
	padding: 2px 0px 2px 10px;
}
#nav li li a {
	color: #FFFFFF;
	background: #000000;
}
#nav li a:hover {
	color : white;
	background-color : #A7C855;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav_bottom {
	float: left;
	height: 150px;
	width: 180px;
}

#top_nav {
	float: left;
	width: 700px;
	background: url(../images/top_nav_bg.jpg) no-repeat left 10px;
	margin-bottom: 10px;
}

#top_nav ul {
	width: 690px;
	margin-top: 80px;
	background: #000 url(../images/nav_arrow.jpg) no-repeat right center;
	padding: 10px 0px;
	border-top: 1px solid #FFF;
}
#top_nav li {
	display: inline;
}
#top_nav li a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 10px;
}
#top_nav li a:hover {
	border-bottom: 1px solid #A7C855;
}
#error_header {
	background: url(../images/error_bg_880px.jpg) no-repeat left 10px;
	margin: 0px 10px 0;
	padding: 10px 0px 0px;
	height: 80px;
}
#error_wrapper {
	background: #FFFFFF;
	margin: 10px;
	padding: 0px 0px 20px;
}
#content_wrapper {
	width: 690px;
	float: left;
	min-height: 600px;
	background: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 0px 0px 20px;
}
#content_wrapper a, #error_wrapper a {
	color: #3899D0;
}
#content_wrapper a:hover, #error_wrapper a:hover {
	color: #900;
}
#content_wrapper a[rel=external]{
	background: url(../images/icon_external.gif) no-repeat right center;
	padding-right: 15px;
}
#content_wrapper a:hover[rel=external]{
	background: url(../images/icon_external-h.gif) no-repeat right center;
}
#content_wrapper #article_list li {
	display: block;
	margin: 10px 20px 0px;
	padding: 10px;
}
#content_wrapper #article_list li img {
	vertical-align: middle;
	padding: 0px;
	border: 1px solid #3899D0;
	margin-right: 20px;
}
#content_wrapper #article_list li a {
	vertical-align: baseline;
}
#content_wrapper form {
	margin: 20px 0px 0px;
	padding: 20px;
	background: #EEEEEE;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}
#content_wrapper form p {
	padding-top: 0px;
}
#content_wrapper input {
	width: 400px;
}
#content_wrapper textarea {
	width: 400px;
	height: 150px;
}
#content_wrapper label {
	font-weight: bold;
	width: 100px;
	float: left;
}

#content_wrapper #submit {
	text-align: left;
	padding-left: 120px;
}
#content_wrapper #submit input {
	width: 100px;
}
#frontpage_image_top, #frontpage_image_left, #frontpage_image_right, #frontpage_image_middle, #frontpage_image_bottom {
	float: left;
	background: #000;
	/*line-height: 0px;*/
}
#frontpage_image_top {
	border-bottom: solid 1px #cacaca;
}
#frontpage_image_left {
	border-right: solid 1px #cacaca;
}
#frontpage_image_center {
	float: left;
	border-right: solid 1px #cacaca;
}
#frontpage_image_bottom {
	border-top: solid 1px #cacaca;
}
#frontpage_video {
	float: left;
	background: #000;
}
#frontpage_bottom {
	float: left;
	width: 690px;
}
#frontpage_bottom div a{
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
#product_wrapper {
	width: 690px;
	float: left;
	background: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 0px 0px 20px;
}
#product_wrapper a {
	color: #3899D0;
}
#product_wrapper a:hover {
	color: #900;
}
#product_wrapper #intro_text {
	margin-bottom: 20px;
}
#product_wrapper #intro_text ul {
	margin-left: 20px;
	list-style: disc;
}
#product_wrapper table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
#footer {
	clear: both;
	text-align: center;
	background: #FFFFFF;
	padding: 10px 0px 0px;
}
#footer a {
	color: #3899D0;
}
#footer a:hover {
	color: #900;
}
#video {
	background: #000;
}
#dealer_table {
	border: 1px solid black;
	border-collapse: collapse;
	margin: 20px 20px 0px;
}
#dealer_table td {
	padding: 5px;
	border: 1px solid black;
}
#dealer_table th {
	padding: 5px;
	border: 1px solid black;
	background: #3899D0;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
#dealer_table td {
	font-size: 1.2em;
}
#product_focus {
	margin: 20px 10px 0px 10px;
	width: 670px;
}
#product_focus td.product_focus_image {
}
#product_focus td.product_focus_image img{
	border:solid 1px #A7C855;
	margin: 0px 0px 0px 10px;
}

#product_focus td.product_focus_text {
	font-size: 1.2em;
	padding: 0 10px 10px 10px;
	width: 20%;
}
#product_focus td.product_focus_text a{
}
.even {
	background: #CACACA;
}
.odd {
	background: #EEEEEE;
}
.highlight {
	background-color:#A7C855;
}
.highlight_text {
	color: #777;	
}
.catalogue_box {
	margin: 10px 20px 0px;
	float: left;
	clear: left;
	width: 650px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.feature_img {
	float: right;
	margin: 0px 20px 10px 10px;
	border-top: 1px solid #3899D0;
	border-bottom: 1px solid #3899D0;
	padding: 10px 0px;
	width: 150px;
}
.feature_img p {
	padding: 10px 0 0 0!important;
}
.product {
	border-top: 1px solid #3899D0;
	padding: 20px 0px;
}
.download_image {
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	background: url(../images/download-image-link.jpg) no-repeat 20px center;
}
.download_image_inside {
	height: 30px;
	line-height: 30px;
	background: url(../images/download-image-link.jpg) no-repeat left center;
	padding-left: 30px;
	font-size: 1.2em;
}
.product table p {
	font-size: 1em!important;
	padding: 0px!important;
}
.product_table_info_left {
	width: 69%;
	font-size: 2em;
	text-transform: uppercase;
	color: #3899D0;
	letter-spacing: -1px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 10px
}
.product_table_info_right {
	width: 30%;
	font-size: 2em;
	text-transform: uppercase;
	color: #3899D0;
	letter-spacing: -1px;
	font-weight: bold;
	padding-top: 20px;
}
.product_table_info_general {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #3899D0;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 20px 10px 0px 20px;
	vertical-align: bottom;
}

/*.product_focus {
	float: left;
	width: 33%;
	cursor: pointer;
}
.product_focus_image {
	float: left;
	padding: 0;
	border: 1px solid #A7C855;
	margin: 0px 10px 10px 20px;
}
.product_focus h3 img {
	vertical-align: baseline;
}
*/
/*.price_table td {
	width: 50%;
}*/

.price_info_table {
	table-layout:auto!important;	
}
.price_info_table td {
	font-weight: bold;
}
.price_info_table thead {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #3899D0;
	letter-spacing: -1px;
}
.price_info_elastic_table thead td{ 
	padding: 20px 0 0 0;
}
.price_info_elastic_table td {
	font-weight: bold;
}
.price_info_elastic_table thead {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #3899D0;
	letter-spacing: -1px;
}
.price_info_table thead td {
	padding: 20px 0 0 0;
}

.price_info, .price, .text, .package, .info, .size, .colour, .diameter {
	font-size: 1.2em;
}
.weight {
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.price_info, .colour {
	padding-left: 20px;
}
.package {
	padding-right: 10px;
	font-weight: bold;
}
.info_inside {
	padding-left: 20px;
	font-weight: bold;
	font-size: 1.2em;
}
.size {
	padding-right: 20px;
	font-weight: bold;
}
.product_description {
	padding-left: 20px!important;
}
.product_colour {
	padding-left: 20px!important;
}
.text {
	padding: 0px 20px;
}
.text ul li {
	font-size: 1em!important;
	list-style: disc!important;
	margin-left: 15px;
}
.tooltip{
	position:absolute;
	left:-2000px;
	background-color:#dedede;
	padding:5px;
	border:1px solid #fff;
	width:200px;
}
.tooltip p{
	margin:0;
	padding:0;
	color:#fff;
	background-color:#333;
	padding:2px 7px;
}
.video_link {
	height: 30px;
	line-height: 30px;
	background: url(../images/video-link.jpg) no-repeat left center;
	padding-left: 30px;
	margin-top: 18px;
	float: left;
}
.videoEntry {
	font-size: 1em;
	border-top: 1px solid #3899D0;
	padding-bottom: 20px;
}
.videoEntry img {
	float: right;
	margin: 20px 20px 0px;
	border: 5px solid #3899D0;
}
.videoEntry .video_link {
	margin-left: 20px!important;
}
.videoEntry .video_link p {
	padding: 0!important;
}
.ready_tied_rig {
	margin-top: 20px;
	table-layout: auto!important;
	border-collapse:separate!important;
	border-spacing: 1px!important;
}
.ready_tied_rig tbody td {
	font-size: 1.2em;
	padding: 5px;
}
.ready_tied_rig tbody th {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	background-color:#FFF;
}
.ready_tied_rig thead {
	color:#FFF;
	text-transform: uppercase!important;
	font-size: 1.4em;
	background: #3899D0;
}
.ready_tied_rig thead th {
	font-weight: bold;	
	padding: 5px;
}
.line_info thead th{
	padding: 20px 0 0;
	/*font-size: 1.2em!important;*/
}
.line_info th{
	font-weight: bold;
	/*font-size: 1.2em!important;*/
}
.loading {
	background: url(../images/loadingAnimation.gif) no-repeat center center;
	height: 50px;
}
.clearer {
	line-height: 1%;
	clear: both;
}

#about #content_wrapper, #contact #content_wrapper, #index #content_wrapper {
	background: #FFFFFF url(../images/front_corner_bottom.jpg) no-repeat right bottom;
}
#information #content_wrapper ul {
	margin: 10px 20px 20px;
}
#information #content_wrapper li {
	list-style: disc;
}
