@charset "utf-8";
/* CSS Document */


/* Set Up All Defaults for Site --------------------------------------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	background:#b7afa6;
}

#container {
	background:#FFFFFF;
	padding:20px;
	width:800px;
	border:1px solid #CCCCCC;
	margin:0 auto 0 auto;
}

.clearLeft {
	clear:left;
}

img {
	border:none;
}

/* Left Column --------------------------------------------------------  */

#colL {
	width:200px;
	float:left;
}

/* Right Column  -------------------------------------------------------- */

#colR {
	margin:0 0 0 220px;
}

/* Navigation Box, Links and Site Name -------------------------------------------------------- */

#navBox {
	background:#2F528E;
	padding:20px 0 20px 0;
}

#navBox h1 {
	font-size:32px;
	text-align:right;
	float:left;
	margin:0 0 0 25px;
	color:#FFFFFF;
	display:inline;
	line-height:140%;
}

#colL #quick, #colL #quick2 {
	background:#ACBDE0;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 5px 10px;
	color:#FFFFFF;
}

#colL #quick {
	margin:2px 0 0 0;
}

#colL #quick2 {
	margin:0 0 2px 0;
}

#colL #newsL {
	font-weight:bold;
}

#colL #newsR {
	font-weight:bold;
	color:#b11a0f;
}

#news {
	padding:20px 10px 20px 10px;
	margin-bottom:20px;
	background:#2F528E;
	color:#FFFFFF;	
}

.date {
	font-weight:bold;
}

#news p {
	margin:0;
}

#colL #news ul {
	background:#2F528E;
	padding:0;
	font-size:10px;
	font-weight:normal;
}

#colL ul {
	background:#E3ECFB;
	padding:10px 0 10px 20px;
	margin:0 0 0 0;
	font-weight:bold;
	line-height:200%;	
}

#colL li {
	padding:0;
	margin:0 0 10px 0;
	font-size:14px;
	list-style:none;
}

#colL li a:link {
	color:#000000;
	text-decoration:none;
}

#colL li a:visited {
	color:#000000;
	text-decoration:none;
}

#colL li a:hover {
	color:#666666;
	text-decoration:none;
}

#colL li a:active {
	color:#000000;
	text-decoration:none;
}


#news a:link {
	color:#FFFFFF;
	text-decoration:underline;
}

#news a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

#news a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#news a:active {
	color:#FFFFFF;
	text-decoration:none;
}


#news ul a:link {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
}

#news ul a:visited {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
}

#news ul a:hover {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

#news ul a:active {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

/* Top Image and Header -------------------------------------------------------- */

#header {
	background:url('../images/img3.jpg') no-repeat;
	height:212px;
	color:#FFFFFF;	
	padding:20px 0 0 0;
}

#header #slogan {
	margin:0 0 50px 260px;
	font-size:28px;
	line-height:140%;
}

#compName {
	margin:0 0 0 225px;
	font-size:16px;
	line-height:140%;
}

#compName2 {
	margin:0 0 0 225px;
	font-size:20px;
	line-height:140%;
}

/* Main Content Area -------------------------------------------------------- */

h2 {
	font-size:14px;
}

h2.red {
	border-bottom:2px solid #CC0000;
	width:180px
}

h3 {
	font-size:14px;
	margin-bottom:15px;
}

#contentFloat {
	float:left;
	width:380px;
}

#contentFloat a {
	display:block;
}

.imgAndText {
	margin-bottom:20px;
	padding:10px 0 0 0;
}

.imgAndText img {
	float:left; 
	clear:left;
	margin-right:10px;
}

.imgAndText p{
	margin:10px 0 0 0;
}

.imgAndText a:link {
	color:#b11a0f;
	text-decoration:none;
}

.imgAndText a:visited {
	color:#b11a0f;
	text-decoration:none;
}

.imgAndText a:hover {
	color:#b11a0f;
	text-decoration:underline;
}

.imgAndText a:active {
	color:#b11a0f;
	text-decoration:none;
}

#contentFloat #top {
	clear:none;
}

#redBlock {
	margin-left:20px;
	margin-bottom:20px;
	float:left;
}

#redBlock table {
	padding:0;
	border-collapse:collapse;
	width:170px;
}

#redBlock th {
	background-image:url('../images/img5.jpg');
	height:10px;
}

#redBlock td {
	background-image:url('../images/img7.jpg');
	padding:0 10px 0 10px;
}

#redBlock #bottom {
	background-image:url('../images/img6.jpg');
}

h4 {
	font-weight:bold;
	margin:0;
}


/* Bottom Navigation  -------------------------------------------------------- */

#bottomNav {
	clear:left;
	width:100%;
	margin:60px 0 0 0;
	padding:10px 0 10px 0;
	text-align:center;
	border-top:1px solid #CCCCCC;
	color:#666666;
}

#bottomNav li {
	list-style-type:none;
	padding:0;
	margin:0;
	display:inline;
	margin:0 10px 0 10px;
}

#websolveLink {
	text-align:center;
}

#bottomNav li a:link, #websolveLink a:link{
	color:#666666;
	text-decoration:none;
}

#bottomNav li a:visited, #websolveLink a:visited {
	color:#666666;
	text-decoration:none;
}

#bottomNav li a:hover, #websolveLink a:hover {
	color:#CCCCCC;
	text-decoration:none;
}

#bottomNav li a:active, #websolveLink a:active{
	color:#CCCCCC;
	text-decoration:none;
}

/* Index Page Specific ------------------------------ */

#topImages {
	padding:10px 0 10px 0;	
}

#topImages img{
	border:1px solid #8F847B;
	margin:0 10px 0 0;
}


/* Catalogue Pages ---------------------------------- */

h2.catName {
	width:270px;
	float:left;
	margin-top:10px;
}

h2.pageNumber{
	margin-left:270px;
	text-align:right;
	color:#CCCCCC;
	margin-top:10px;
}

#colL .miniBasket {
	text-align:center;
	padding:10px;
}

#colL .miniBasket img{
	position:relative;
	bottom:-5px;
}

#colL .miniBasket a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	margin-left:5px;
}

#colL .miniBasket a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-size:13px;
	font-weight:bold;
}

#tbl_catalogue {
	width:100%;
}

#tbl_catalogue td {
	text-align:center;
	width:25%;
	padding-top:20px;
	vertical-align:top
}

#tbl_catalogue td img{
	border:1px solid #8F847B;
}

#pageLinks{
	width:100%;
	text-align:center;
	padding:40px 0 10px 0;
}


#pageLinks a:link {
	color:#666666;
	text-decoration:underline;
}

#pageLinks a:visited {
	color:#666666;
	text-decoration:underline;
}

#pageLinks a:hover {
	color:#CCCCCC;
	text-decoration:none;
}

#pageLinks a:active {
	color:#CCCCCC;
	text-decoration:none;
}


.slct_addqty {
	width:50px;
	margin-right:4px;
	position:relative;
	bottom:6px;
}

.btn_add {
	margin-top:4px;
}

#pageLinks a {
	margin:0 3px 0 3px;
}


/* Basket  -------------------------------------------------------- */

#tbl_basket {
	margin:20px auto 0 auto;
	width:450px;		
}

#tbl_basket th{
	border-bottom:1px solid #000000;
	padding-top:5px;
	padding-bottom:5px;
	background:#2F528E;
	color:#FFFFFF;
}

#tbl_basket td{
	padding:5px;
	text-align:center;	
	border-bottom:1px dashed #CCCCCC;
}

#tbl_basket .total td{
	background:#2F528E;
	color:#FFFFFF;
	border:none;
}

#tbl_basket td img{
	border:1px solid #8F847B;
}

.btn_order {
	text-align:center;
	padding-top:20px;
}

/* Confirm ------------------------------------------------------- */

fieldset{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
}

#register_form label {
	display:block;
	text-align:right;
	float:left;
	width:125px;
	margin:0 5px 0 0;
	line-height:22px;
	vertical-align:middle;
}

legend {
	color:#000000;
	font-weight:bold;
}

.errorText {
	color:#FF0000;
}

.thankyou {
	text-align:center;
	font-size:16px;
	font-weight:bold;
}