/* 

Key Colours			Dark			Light
----------------------------------------------------------------------

*/

/* CSS Reset  (from http://meyerweb.com/eric/tools/css/reset/)
---------------------------------------------------------- */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Typography
---------------------------------------------------------- */

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 77%; /* This is where you set your desired font size. The line-heights and vertical margins are automatically calculated from this. The percentage is of 16px (0.75 * 16px = 12px). */
	line-height: 1.4;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia", Helvetica, sans-serif;
	font-weight: normal;
	color: #2e7aba;
	}

h1 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0.5em;
	}

h2 {
	font-size: 18px;
	margin-bottom: 0.15em;
	}

h3 {
	font-size: 14px;
	line-height: 1;
	color: #3B3B3B;
	margin: 0.8em 0 0.4em 0;
	}

h4 {
	font-size: 12px;
	line-height: 1.25;
	margin-bottom: 1.25em;
	}

h5 {
	font-size: 1em;
	margin-bottom: 1.5em;
	}

h6 {
	font-size: 1em;
	}

p {
	margin: 0 0 1.5em 0;
	}

p:last-child {
	margin-bottom: 0;
	}

p img {
	margin: 0 1.5em 0 0;
	padding: 0;
	}

img {
	margin: 0;
	}

ul, ol {
	margin:0 1.5em 1.5em 1.5em;
	}

ul {
	list-style-type: circle;
	}
	
#content ul {
	margin: 1.3em;
}

#content ul li{
	margin-top: 0.5em;
	padding-left: 3em;
	list-style-type: circle;
	list-style-position: inside;
}
ol {
	list-style-type: decimal;
	}

dl {
	margin: 0 0 1.5em 0;
	}

dl dt {
	font-weight: bold;
	}

dd {
	margin-left: 1.5em;
	}

abbr, acronym {
	border-bottom: 1px dotted #666;
	}

address {
	font-style: italic;
	margin-top: 1.5em;
	}

del {
	color:#666;
	}

a:focus, 
a:hover {
	color: #e42626;
	}

a {
	color: #e42626;
	}

blockquote {
	color: #666;
	font-style: italic;
	margin: 1.5em;
	}

strong {
	font-weight: bold;
	}

em, dfn {
	font-style: italic;
	}

dfn {
	font-weight: bold;
	}

pre, code {
	margin: 1.5em 0;
	white-space: pre;
	}

pre, code, tt {
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 1.5;
	} 

tt {
	display: block;
	line-height: 1.5;
	margin: 1.5em 0;
	}

table {
	margin-bottom: 1em;
	}

th {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	}

td {
	border-bottom: 1px solid #ccc;
	}

th, td {
	padding: 0.2em;
	}

input, textarea, select {
	background: #f5f5f5;
	border: 1px solid #aaa;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	}

input:focus, textarea:focus, select:focus {
	background: #fff;
	border: 1px solid #666;
	}

textarea {
	font-size: inherit;
	}

input.inputButton {
	background: #ccc url(images/button_background.png) repeat-x left top;
	border: 1px solid #000;
	color: #333;
	font-weight: bold;
	font-family: inherit;
	margin: 0 0 0 0;
	overflow: visible;			/* fix for IE6 double padding on buttons */
	padding: 0 0.2em;
	text-align: center;
	width: auto;	
	cursor: pointer;			/* fix for IE6 double padding on buttons */
	}
.product_search_form input.inputText 
{
    width: 180px;
}
.product_search_form input.inputButton 
{
    background: transparent url(images/search.png) no-repeat left top;
    border: none;
    width: 30px;
    height: 26px;
    text-indent: -9999px;
}
/* Containers
---------------------------------------------------------- */

body#mongoose {
	background-color: #fff;
	color: #333;
	padding: 0;
	}
.container_outer 
{
    background: transparent url(images/bg_top.png) no-repeat top left;
    width: 1000px;
    padding: 5px 0 0 0;
    margin: 0 auto;
	margin-top: 30px;  
 
}
.container_inner
{
    background: transparent url(images/bg_bottom.png) no-repeat bottom left;
    width: 1000px;
    padding: 0 0 10px 0;
    margin: 0 auto;
    float: left;
}
#container {
	background: #fff url(images/bg_middle.png) repeat-y bottom left;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1000px;
	float: left; /* Theme: width = 950px */
	}

#content_container {
	background: transparent;
	clear: both;
	float: left;
	padding: 35px 7px;
	width: 986px; /* Theme: the width needs to be repeated here or IE bugs out */
	}

#content {
	background: #fff;
	margin: 0 18px;
	min-height: 300px;
	padding: 0 18px;
	color: #7e7d7d;
	}

#content.two_column {
	background: transparent url(images/sidebar.png) no-repeat top right;
	float: left;
	width: 620px;
	}
#content.two_column_sales {
	background: transparent;
	float: left;
	width: 680px;
	padding: 0 0 0 18px;
	margin: 0;
    height: 830px;		
	}
#content.two_column_left {
	background: transparent;
	float: left;
	width: 620px;
	}	
#sidebar {
	float: left;
	margin: 0 18px 0 0;
	padding: 0 18px;
	width: 224px;
	color: #686767;
	font-size: 14px;
	font-family: "Georgia", Helvetica, sans-serif;
	}
/*#sidebar.sticky 
{
    position: fixed;
}*/
.sales_image 
{
    background: transparent url(images/aluminium-range.jpg) no-repeat top left;
    float: left;
    width: 240px;
    height: 83px;
}	
.home_font 
{
    font-family: "Georgia", Helvetica, sans-serif;
}
.home_images 
{
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    width: 1200px;
}
.home_images p 
{
    margin: 12px 0 0 0;
    float: left;
}
.home_images .left_image, .home_images .right_image
{
    width: 240px;
    float: left;
}

.left_home, .right_home
{
    width: 520px;
    float: left;
}
.left_home 
{
    padding: 0 20px 0 0;
}
.right_home img 
{
    padding: 0 0 0 30px;
    
}
.left_home img
{
    float: left;
    padding: 0 20px 0 0;
}
.right_home img 
{
    float: left;
}
.left_home .left_image img, .right_home .right_image img 
{
    padding: 0!important;
}
/* Header
---------------------------------------------------------- */

#header {
	background: transparent;
	color: #333;
	clear: both;
	min-height: 72px;
	width: 986px;
	padding: 0 7px;
    overflow: hidden;	
	}

#header #logo {
	width: 300px;
	}

#header #logo a {
	background: #aaa url(images/logo.png) no-repeat top left; /* Theme: hook up their logo here */
	color: #333;
	display: block;
	font-size: 3em;
	height: 72px;
	line-height: 1;
	overflow: hidden;
	text-indent: -9999px;
	width: 300px;
	}
.login_status 
{
    background: transparent url(images/login.png) no-repeat top left;
    width: 192px;
    height: 29px;
    position: absolute;
    top: -2px;
    left: 745px;
    padding: 8px 0 0 60px;
}
.login_status a
{
    color: #686767!important;
    text-decoration: none!important;
}
.header_inner img
{
    float: left;
    z-index: 1;
    
}
.shopping_cart 
{
    background: transparent;
    width: 222px;
    height: 29px;
    position: absolute;
    top: -2px;
    left: 745px;
    padding: 8px 0 0 45px;
}
.shopping_cart_links 
{
    float: left;
}
.shopping_cart_links a 
{
    color: #686767!important;
    text-decoration: none!important;   
}
.shopping_cart_links.wishlist a 
{
    background: transparent url(images/wishlist.png) no-repeat top left;
    width: 16px;
    height: 16px;
    padding: 0 5px 0 22px;
}
.shopping_cart_links.cart a 
{
    background: transparent url(images/shopping_cart.png) no-repeat top left;
    width: 16px;
    height: 16px;
    padding: 0 5px 0 25px;
    margin: 0 0 0 5px;
}
.header_inner 
{
    min-height: 200px;
}
.shop_link 
{
    font-family: "Georgia",Helvetica,sans-serif;
    color: #7E7D7D;
    text-align: right;
    margin: -25px 40px 30px 0;
    
}
.shop_link a 
{
    text-decoration: none;
}
.sales_path h1
{
    font-family: "Georgia",Helvetica,sans-serif;
    font-size: 13px;
    line-height: 13px;    
    margin: -25px 0 15px 0;    
}
.sales_path a
{
    font-family: "Georgia",Helvetica,sans-serif;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
}
#sitemappath 
{
    margin: -50px 0 35px 0;
}
#sitemappath a 
{
    text-decoration: none;
    color: #7E7D7D;
}
.article_summary 
{
    float: left;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #CFCFCF; 
}
/* Footer
---------------------------------------------------------- */

#footer {
	font-family: "Georgia", Helvetica, sans-serif;
	background: transparent url(images/footer_bg.jpg) no-repeat top center;
	clear: both;
	padding: 6px 18px;
	text-align: right;
	width: 966px;
	}

#footer p {
	margin: 3px 0 0 0;
	color: #7e7d7d;
	font-size: 10px;
	text-align: center;
	}

/* Menu
---------------------------------------------------------- */

#nav {
	/* R.A.D. Theme */
	background: transparent url(images/menu.png) no-repeat top left;
	clear: both;
	float: left;
	width: 987px;
	height: 108px;
	margin: -18px 7px 0 7px;
	z-index: 10;
	float: left;
	font-size: 12px;
	}
#nav ul 
{
    float: left;
    width: 100%;
    margin: 0 0 0 38px;
}
#nav ul li 
{
    float: left;
    list-style-type: none;
}
#nav ul li.link 
{
    margin: 25px 34px 0 0;
    cursor: pointer;
    padding: 20px 0;
}

#nav ul li.link.logo
{
    width: 205px;
    margin: 10px 40px 0 0;
    height: 80px;
}
#nav ul li a 
{
    color: #686767;
    text-decoration: none; 
      
}
#nav ul li a:hover 
{
    color: #2E7ABA;
}
#nav ul li.link.logo a 
{
    width: 155px;
    height: 80px; 
    display: block;    
}
.blue_link, .blue_link:hover
{
    color: #2E7ABA!important;
}
.red_link, .red_link:hover
{
    color: #E42626!important;
}
/* Search Paging
---------------------------------------------------------- */

.search_paging {
	clear: both;
	padding: 0.5em 0;
	text-align: right;
	display: none;
	}

.search_paging span,
.search_paging a {
	padding: 0 0.2em;
	}

/* Forms
---------------------------------------------------------- */

.form fieldset {
	border: 1px solid #333;
	}

.form legend {
	color: #000;
	font-size: 1.5em;
	padding: 0 0.2em;
	}

fieldset {
	padding: 17px;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
	}

legend {
	font-style: oblique;
	font-weight: bold;
	}

.required,
.optional,
.buttons {
	clear: both;
	padding: 0.25em 0;
	}

.form label {
	clear: both;
	display: block;
	}

.form .required label {
	font-weight: bold;
	}

.form span label,
.form p label {
	display: inline;
	font-weight: normal;
	}

.dynamic_error {
	background: transparent;
	clear: both;
	color: #f00;
	float: left;
	}

.form .buttons input {
	float: left;
	margin-left: 0.5em;
	}

.form p input {
	vertical-align: middle;
	}

.form .list input {
	margin: 0 0.5em 0 0;
	vertical-align: middle;
	}

input.inputText {
    background: url("images/bg-input.gif") repeat-x scroll 0 0 transparent;
    height: 20px;
    padding: 5px 0 0 4px;
    width: 60%;
	}

textarea.inputTextArea {
	height: 10em;
	overflow: auto;
	width: 99%;
	}
#ctl00_ctl00_cph_content_tbFilter 
{
    width: 100px;
    height: 12px;
    margin: 6px 0 0 0;
}
.product_options_callout 
{
    background: #eee;
    border: 1px solid #BFBFBF;
    padding: 7px 8px 5px 8px;
    width: 130px!important;
    color: #8F8F8F;
    text-align: left;
    z-index: 1300;
    display: none;
    position: absolute;
}
/* Dashbar
---------------------------------------------------------- */

.media_gallery_items {
	float: left;
	padding: 10px 19px;
	width: 840px;
	}

.two_column .media_gallery_items {
	padding: 10px;
	width: 560px;
	}

.media_gallery_items .media_item_container {
	background: #eee;
	float: left;
	min-height: 120px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 120px;
	}

.media_gallery_items .media_item_container:hover {
	background: #ccc;
	}

.media_gallery_items .media_item_container img {
	margin: 0;
	}

.media_gallery_items .media_item_container .media_item {
	height: 80px;
	}

#flashcontent {
	margin: 0 auto;
	width: 320px;
	}

/* Dashbar
---------------------------------------------------------- */

#mongoose_dashbar {
	background-color: #000000;
	color: #ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0.75em;
	text-align: right;
	width: 1172px;
	}

#mongoose_dashbar a {
	color: #ffffff;
	}

/* Editlinks
---------------------------------------------------------- */

.editlinks {
	background-color: #000;
	clear: both;
	padding: 0.5em;
	text-align: right;
	}

.editlinks a {
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 1em;
	}
	
	
/* File Directory
---------------------------------------------------------- */
.file_table{
    border: solid 1px #aaa;
}
.file_directory{
    width: 100%;
    margin: 0;
}
.file_directory tr th{
    background: #D6E46D;
}
.file_directory tr:hover td{
    background: #E8F0AC;
}
.file_directory tr td{
    vertical-align: middle;
    line-height: 20px;
}
.file_directory tr td a{
    text-decoration: none;
    color: #333;
}
.file_directory tr td a:hover{
    text-decoration: underline;
}
.directory_file_breadcrumb{
    font-size: 16px;
    font-style: italic;
}
.directory_file_view{
    padding: 10px;
}
.download_file a{
    float: right;
    width: 200px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    background: url('images/download.png') no-repeat right;
    padding: 0 32px 0 0;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}
.directory_file_view .required label{
    font-weight: bold;
    width: 100px;
    display: block;
    float: left;
}
.directory_back a{
    float: right;
    width: 200px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    background: url('images/back.png') no-repeat right;
    padding: 0 32px 0 0;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

/*Builder ------------------------*/
.builder 
{
    float: left;
    width: 230px;
    height: 432px;
    position: relative;
    margin: 20px 0;
}
.builder img
{
    position: absolute;
    top: 0px; 
    left: 0px;
}
.product_options_callout {
    background: #fff;
    border: 1px solid #BFBFBF;
    color: #8F8F8F;
    display: none;
    padding: 7px 8px 5px;
    position: absolute;
    text-align: left;
    width: 130px !important;
    z-index: 1300;
    float: none!important;
    clear: none;
    min-height: 200px;
}
.product_options_type 
{
    background: transparent url(images/option_bg.jpg) repeat-x top left;
    float: left;
    clear: both;
    width: 100%;
    margin: -560px 0 0 0;
    vertical-align: middle;
}
.product_options_option 
{
    float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin: auto;
    height: 120px;
    padding: 2px 0 0 0;
    text-align: center;
    width: 148px;
    margin: 0 4px 0 0;
}
.product_options_option.selected 
{
    border-top: 2px solid #E42626;
    padding: 0;
}
#browse_products 
{
    float: left;
}
.product_options_image_wrap 
{
    color: #8F8F8F;
    padding: 7px 8px 5px;
    position: absolute;
    text-align: left;
    width: 130px !important;
    float: left;
}
.product_options_image 
{
    padding: 1px 0 0 2px;
}
.product_options_image, .product_options_callout_image
{
    margin: auto;
    float: none;
    text-align: center;
    display: block;
}

.product_options_callout_image 
{
    float: none;
    height: 110px;
    width: 110px;
}
.product_builder_title 
{
    text-align: left;
    font-weight: bold;
    margin: 10px 0;
}
.product_summary 
{
    border-top: 1px solid #dfdfdf;
    padding: 10px;
    margin: 10px 0 15px 0;
    float: left;
    clear: both;
    width: 600px;
    /*background: #EFEFEF;*/
}
.product_section 
{
    float: left;
    clear: both;
}
#product_link 
{
    float: left;
}
#product_price 
{
    float: left;
}
.add_to_cart input, .add_to_cart a
{
    background: transparent url(images/black-cart.jpg) no-repeat bottom left;
    color: #000;
    border: none!important;
    padding: 0 0 0 22px!important;
    float: left;
    height: 25px;
    margin: 20px 20px 0 0;
}
.add_to_cart, .add_to_wishlist, .enquire_about_product 
{
    float: left;
}
.add_to_cart a, .add_to_wishlist a, .enquire_about_product a
{
    padding: 0 0 0 28px!important;
    text-decoration: none;
}
.add_to_cart .product_view, .enquire_about_product .product_enquire
{
    height: 17px;
}
.add_to_wishlist input, .add_to_wishlist a
{
    background: transparent url(images/black-wish.jpg) no-repeat top left;
    color: #000; 
    border: none!important;
    padding: 3px 0 0 20px;
    float: left;
    height: 18px;
    margin: 20px 20px 0 0;
}
.enquire_about_product input, .enquire_about_product a
{
    background: transparent url(images/black-enquire.jpg) no-repeat bottom left;
    color: #000; 
    border: none!important;
    padding: 0 0 0 20px;
    float: left;
    height: 25px;
    margin: 20px 20px 0 0;
}
#product_image 
{
    padding: 10px 10px 10px 0;
    width: 120px;
}
#product_description, #product_image, #product_section
{
    float: left;
}
#product_description, .product_tfp
{
    width: 450px;
    clear: none;
}
#product_link 
{
    float: left;
    clear: both;
}
#product_description 
{
    padding: 10px 0 0 0;
}
.product_text 
{
    float: left;
    width: 450px;
}
#product_section 
{
    float: left;
    width: 100%;
}
.download_specs 
{
    margin: 15px 0;
    float: left;
}
.product_images 
{
    width: 200px;
    float: left;
    padding: 10px 10px 10px 0;
}
#main_image {
    margin-bottom: 5px;
    padding: 0;
    text-align: center;
    width: 200px;
}
/*#product_options {
    float: left;
    width: 300px;
}*/
.related_products 
{
    float: left;
    clear: both;
    margin: 25px 0 0 0;
}
.related_products ul 
{
    margin: 0!important;
    list-style-type: none;
}
.related_products ul li 
{
    list-style-type: none!important;
    margin: 10px 0!important;
    padding: 0!important;
    float: left;
    clear: both;    
}
.related_products ul li a 
{
    line-height: 35px;
    float: left;
}
.related_products ul li a img 
{
    float: left;
    padding: 0 10px 0 0;
}
#product_details 
{
    float: left;

}
.item_description 
{
    float: left;
    width: 410px;
    padding: 5px 0 10px 0;
}
.add_to_cart_view 
{
    float: left;
    clear: both;
}
.add_to_cart_view label 
{
    font-weight: bold;
    float: left;
    line-height: 25px;
    margin: 0 10px 0 0;
}
#product_details .product_price.builder_price
{
    float: left;
    clear: both;
    margin: -540px 0 20px 0;
}
.product_options_option_view 
{
    float: left;
    margin: 10px 0;
}
.product_options_option_view .product_options_name 
{
    width: 140px;
    float: left;
}
#yeah 
{
    float: left;
    clear: both;
    margin: -530px 0 0 0;
}
.add_to_cart_view #yeah
{
    margin: 0!important;
}

#product_details .product_price 
{
    float: left;
    margin: 10px 0;
    clear: both;
    margin: 15px 0 25px 0;
}
#shopping_cart_content 
{
    float: left;
    width: 100%;
}
#shopping_cart_content table 
{
    width: 100%;
}
#shopping_cart_content table tr td
{
    vertical-align: top;
}
.cost_total 
{
    font-weight: bold;
}
.shopping_cart_buttons 
{
    float: left;
    margin: 10px 0 15px 0;
    float: right;
    width: 300px;
}
.shopping_cart_buttons a 
{
    float: left;
    padding: 0 0 0 25px;
}
.shopping_cart_buttons a.print 
{
    background: transparent url(images/print.jpg) center left no-repeat;
    margin: 0 0 0 15px;
}
.shopping_cart_buttons a.back_shopping
   {
    background: transparent url(images/back.jpg) center left no-repeat;
    margin: 0 0 0 15px;
} 
.shopping_cart_buttons a.checkout
   {
    background: transparent url(images/checkout.jpg) center left no-repeat;
    margin: 0 0 0 15px;
} 
.not_compatible 
{
    position: absolute;
    float: none;
    top: 1px;
    left: 7px;    
}
.not_compatible_hover 
{
    position: absolute;
    float: none;
    top: 0;
    left: 6px;   
}
