
/**********************************************************
	TAGS
**********************************************************/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 20px 0px 0px 20px;
	}

p {
	padding-top: 0px;
	padding-bottom: 5px;
	}

h1 {
	font-size: 140%;
	color: #C00000;
	margin-top: 10px;
	margin-bottom: 0;
	}

h2 {
	font-size: 110%;
	color: #333333;
	margin-top: 0;
	margin-bottom: 5px;
	}
	
h3 {
	font-size: 140%;
	color: #333333;
	margin-top: 0;
	margin-bottom: -8;
	padding: 0;
	}
	
h4 {
	font-size: 90%;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #C00000;
	}
	
input, select, textarea {
	font-size: 85%;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
form {
	padding: 0;
	margin: 0;
	}

td {
	padding: 0;
	}

table {
	border-outset: 0;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	}

img {
	font-size: 70%;
	color: #666;
	}

.res {
	font-size: 70%;
}

.total {
	font-size: 120%;
}

/**********************************************************
	LAYOUT
/*********************************************************/

#header_top {
	width: 90%;
	height: 37px;
	}

#print_header {
	margin-top: 10px;
	width: 90%;
}

#logo {
	}
	
#strapline {
	padding-top: 9px;
	padding-right: 10px;
	}
	
#header_btm {
	display: none;
	width: 100%;
	height: 90px;
	background: #C00000;
	}
	
#top_nav {
	background: #C00000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0;
	color: white;
	font-size: 70%;
	font-weight: bold;
	}
	
#header_div {
	height: 1px;
	background: url("/images/www/div_white.gif") repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
#header_intro {
	width: 500px;
	padding: 0 5px 10px 10px;
	color: white;
	font-size: 75%;
	line-height: 140%;
	}

#header_contact {
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	width: 200px;
	color: #F5CA02;
	font-size: 80%;
	font-weight: bold;
	line-height: 140%;
	}
	
#header_orders {
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	width: 200px;
	color: #F5CA02;
	font-size: 70%;
	line-height: 140%;
	}

#body_main {
	width: 100%;
	background: #FFF;
	}
	
#side_nav {
	display: none;
	width: 150px;
	height:100%;
	background: #C2C2C2;
	border-bottom: 2px #C00000 solid;
	border-left: 2px #C00000 solid;
	border-right: 2px #C00000 solid;
}

#search {
	padding: 3px;
	font-size: 70%;
	}

#search_title {
	font-size: 110%;
	color: #000;
	font-weight: bold;
	}

#cat {
	width: 150px;
	background: #F5CA02;
	border-top: 2px #C00000 solid;
	}

#cat_link {
	font-size: 70%;
	color: #C00000;
	padding: 3px;
	font-weight: bold;
	}

#cat_link_on {
	font-size: 70%;
	color: #000;
	padding: 3px;
	font-weight: bold;
	}

#subcat {
	width: 150px;
	background: #C00000;
	border-top: 2px #C00000 solid;
	}

#subcat_link {
	font-size: 70%;
	color: #FFFFFF;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
	}
	
#subcat_link_on {
	font-size: 70%;
	color: #FFFFFF;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
	}

#content_area {
	width: 90%;
	font-size: 70%;
	background: #FFF;
	}

#fp_left {
	width: 430px;
	}
	
#fp_right {
	width: 135px;
	background: #E1DDDD;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#fp_logo {
	margin-bottom: 3px;
	border: 1 px solid yellow;
	}

#fp_feature_item {
	width: 430px;
	padding-top: 10px;
	margin-bottom: 10px;
	}
	
#fp_feature_text {
	font-size: 70%;
	line-height: 130%;
	}

#catalogue_header {
	width: 555px;
	height: 40px;
	margin-top: 10px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: #E6E6E6;
	}

#catalogue_title_area {
	padding: 5px;
	color: #000;
	border-bottom:1px solid black;
	}
	
#catalogue_title {
	font-size: 125%;
	font-weight: bold;
	}

#catalogue_logo {
	display:none;
	}
	
#order_advert_message {
	background: url("/images/www/icon_warning.gif") no-repeat left top;
	font-size:70%;
	width: 560px;
	padding: 4px 10px 2px 20px;
	margin-top: 5px;
	border: 1px solid red;
	font-weight: bold;
	color: red;
	}
	
#order_error {
	font-weight: bold;
	color: red;
}

#order_ok {
	font-weight: bold;
	color: green;
}

#results {
	width: 555px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#no_results {
	width: 555px;
}

#no_results_border {
	width: 555px;
	border-top: 1px solid black
}

#sub_introduction {
	width: 555px;
	padding:15px 0px 0px 0px;
}

#sub_introduction_no_results {
	width: 555px;
	padding:15px 0px 0px 0px;
	border-top: 1px solid black;
}

#no_results_txt {
	padding: 15px 5px 10px 5px;
	font-weight: bold;
}

#product_nav {
	width: 555px;
	height: 22px;
	border: 1px solid black;
	text-align: center;
	background: #F7F7F7;
	display:none;
	}
	
#product_nav_right{
	padding: 5px;
	}

#product_nav_left{
	padding: 5px;
	}
	
#bodytext{
	width: 400px;
	text-align: top;
	line-height: 140%;
}
	
#footer {
	width: 730px;
	height: 40px;
	background: #C00000;
	margin-top: 30px;
	border-top: 5px solid #F5CA02;
	}
	
#footer_homepage {
	width: 730px;
	height: 40px;
	background: #C00000;
	margin: 0;
	border-top: 5px solid #F5CA02;
	}

#footer_copy{
	
	font-size: 70%;
	padding: 15px 10px 10px 10px;
	color: white;
	}
	
#footer_links{
	font-size: 70%;
	padding: 15px 10px 10px 10px;
	color: white;
	}

tr.image_product{
	page-break-inside:avoid;
}

/**********************************************************
	LINKS
**********************************************************/

a:link {
	text-decoration: underline; color: #009;
	}
a:visited {
	text-decoration: underline; color: #009;
	}
a:active {
	text-decoration: underline; color: #C00;
	}
a:hover {
	text-decoration: underline; color: #C00;
	}
	
a.nav:link {
	text-decoration: none; color: #FFF;
	}
a.nav:visited {
	text-decoration: none; color: #FFF;
	}
a.nav:active {
	text-decoration: underline; color: #FFF;
	}
a.nav:hover {
	text-decoration: underline; color: #FFF;
	}
	
a.sidenav:link {
	text-decoration: none; color: #C00000;
	}
a.sidenav:visited {
	text-decoration: none; color: #C00000;
	}
a.sidenav:active {
	text-decoration: underline; color: #C00000;
	}
a.sidenav:hover {
	text-decoration: underline; color: #C00000;
	}
	
a.sidenav_on:link {
	text-decoration: none; color: #000;
	}
a.sidenav_on:visited {
	text-decoration: none; color: #000;
	}
a.sidenav_on:active {
	text-decoration: underline; color: #000;
	}
a.sidenav_on:hover {
	text-decoration: underline; color: #000;
	}

a.subnav:link {
	text-decoration: none; color: #FFFFFF;
	}
a.subnav:visited {
	text-decoration: none; color: #FFFFFF;
	}
a.subnav:active {
	text-decoration: underline; color: #FFFFFF;
	}
a.subnav:hover {
	text-decoration: underline; color: #FFFFFF;
	}