/* CSS Document */

/* DOCUMENT INFORMATION -----------------------------------

TITLE:			Default screen display styles
LAST UPDATED:	11 September 2007
AUTHOR:			Daniel Thompson <dt@cleverclover.co.uk>

-- CONTENTS -----------------------------------------------

	=1:		[HTML & BODY, UNDOHTML]
	=2:		[LINKS]
	=3:		[COMMON ELEMENTS]
	=4:		[TOP ELEMENTS]
	=5:		[NAVIGATION]
	=6:		[MAIN COLUMN]
	=7:		[SIDEBAR COLUMN]
	=8:		[FOOTER]
	=9:		[LISTS]
	=10:	[FORMS]
	=11:	[IMAGES]
	=12:	[MISC]
	=13:	[CARDS]
	=14:	[ORDERS]
	
-----------------------------------------------------------

NOTES:	Default CSS Template for CleverClover.com..
		Contains a list of default CSS styles for a generic
		site. Uses verdana 10pt by default with an 11pt line
		height.

/*	=1:	[HTML & BODY] -------------------------------------*/
* { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
h1, h2, h3, h4, h5 { padding: 0px; }




body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

body.clientarea {
	background-image: url('../images/bgBODY-x_client.gif');
	background-color: #b26868;
}



#container {
	position: relative;
	margin: 0px auto;
	width: 794px;
}

/* SEO - TEXTBOX
   Description: CSS and positioning of home page text box
*/

#textbox {
	position: absolute; 
	bottom: 0px;
	left: 0px;
	width: 794px;
	background-color: #fff;
	border: 1px solid #CCC;
}

#textbox a, #textbox a:visited {
	color: #000050;
	text-decoration: none;
}
#textbox a:hover {
	text-decoration: underline;
}

#textbox h2 {
 	font-size: 10pt;
	font-weight: bold;
	color: #0000C0;
	border-bottom: 1px solid #0000C0;
}

.floatRight {
	float: right;
}
/*	=2:	[LINKS] -------------------------------------------*/	
/* NOTES: remember LoVe HAte */

a, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a.external {
	color: #8fce17;
	font-weight: bold;
	text-decoration: none;
}

a.external:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8fce17;
}

a.redLink, a.redLink:visited {
	color: #963232;	
}

/*	=3:	[COMMON ELEMENTS] ---------------------------------*/	

.clearBoth {
	clear: both;
}

fieldset {
	margin: 2px;
	padding: 2px;
}

legend {
	color : #0000FF;
}


h1 {
	font-size: 17px;
	margin: 15px 10px 15px 10px;
}

h2 {
	font-size: 16px;
	margin: 15px 7px 15px 7px;
}

h3 {
	font-size: 15px;
	margin: 3px 3px 3px 10px;
	padding: 0px;
}

h4 {
	padding: 0px;
	margin: 5px 0 2px 10px;
	font-size: 9pt;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 8px 0px 12px 10px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

span.subheader {
	font-size: 8pt;
	float: right;
	margin: 0 3px;
	display: block;
	line-height: 6pt;
}

option {
	padding-right: 5px;
}

.smallTxt {
	font-size: 8pt;
	margin: 0;
}

p.smallTxt {
	line-height: 12pt;
}

p.verySmallTxt {
	font-size: 7pt;
}

.normal { font-weight: normal; }

p.shippingAva {
	background-color: #fbff8c;
	border: 2px solid #993333;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	font-style: italic;
}

input.bad, select.bad, textarea.bad {
	border: 1px solid #d00;
	padding: 1px;
}

input.good, select.good, textarea.good {
	border: 1px solid #0d0;
	padding: 1px;
}

blockquote {
	background-image: url('../images/quote_open.gif');
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	display: block;
	margin-left: 10px;
	padding: 0px 25px 0px 25px;
}

blockquote span {
	background-image: url('../images/quote_close.gif');
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	clear: both;
}

/*	=4:	[TOP ELEMENTS] ------------------------------------*/

#header {
	background-image: url(../images/header_bg.png);
	height: 116px;
	width: 797px;
	background-repeat: no-repeat;
	
}

#header.clientarea {
	background-image: url(../images/header_bg_client.gif);
}

	#header img#logoH {
		padding-left: 14px;
		padding-top: 51px;
	}

/*	=5:	[NAVIGATION] --------------------------------------*/	

#topNav {
	height: 28px;
	line-height: 38px;
	text-align: left;
	font-size: 11px;
	
}

#topNav ul {
	list-style-type:none;
	margin-left:10px;
}	


#topNav li {
	float:left;
}

#divider {
	margin-top:15px;
	margin-left:15px;
}		



#topbg {
	background:url(../images/nav_bg.png);
	background-repeat:no-repeat;
	width:794px;
	height:70px;
	padding-top:12px;
}	
	#topNav a.vButton, #topNav a.vButton:hover {
		color: #fff;
	}
	
	#topNav input {
		font-size: 11px;
		margin: 0 2px;
	}

	#topNav a {
		font-weight: bold;
	}
	
	#topNav a:hover {
		color: #79b1cd;
		text-decoration:none;
		
	}

#custNav {
	height: 37px;
	float: left;
	margin-left:12px;

}

	#custNav a {
		text-decoration: none;
	}
	
	#custNav a:hover {
		color: #993333;
		text-decoration: none;
	}
	
	#custNav table td {
		height: 37px;
		padding: 0px;
		vertical-align: middle;
		margin-right:25px;
	}
	
/*	=6:	[MAIN COLUMN] -------------------------------------*/	


/* ---- START NEW HOME PAGE STYLES ---- */
.lhc {
	float: left;
	width:274px;
	position: relative;
    margin-left:22px;
}

.rhc {
	float:left;
	width:422px;
	position:relative;
	margin-left:22px;
}	



	*html .mainArea1 {
				margin-left:5px;
			}	

.mainAreaServiced {
	float: left;
	position: relative;
	background: url('../images/amends/main_bannerServiced.png') no-repeat -1px;
	width: 761px;
	height: 319px;
	margin: 3px 6px 3px 6px;
}

.mainArea1 .infoBox1 {
	position: absolute;
	bottom: 78px;
	left: 18px;
}

#mainInfo {
	width:440px;
	height:260px;
	float:left;
	margin-top:50px;
	margin-left:310px;
	}
	
	*html #mainInfo {
				width:440px;
				height:260px;
				float:none;
				margin: 0 0 0 0;
				position:absolute;
				top:50px;
				left:310px;
			 }
			

#mainInfoAbout {
	width:435px;
	height:360px;
	float:left;
	margin-top:60px;
	margin-left:95px;
}

	*html #mainInfoAbout {
		float:none;
		margin:0 0 0 0;
		position:absolute;
		top:20px;
		left:320px;
		}
	
#mainInfoServiced {
	width:390px;
	height:260px;
	float:right;
	margin-top:50px;
	margin-right:15px;
}

#mainInfoTestamonials {
	width:720px;
	height:350px;
	float:left;
	margin-top:70px;
	margin-left:25px;
}

#caseStudies {
	float: left;
	position: relative;
	background: url('../images/case_head.png') no-repeat ;
	background-position:top;
	width: 758px;
	height: auto;
	margin-top:8px;
	margin-left:10px;
	padding-top:70px;
	color:#474747;
}	

#aboutUs {
	float: left;
	position: relative;
	background: url('../images/about_head.png') no-repeat ;
	background-position:top;
	width: 758px;
	height: auto;
	margin-top:8px;
	margin-left:10px;
	padding-top:70px;
	line-height:18px;
	color:#474747;
}	

#aboutUs p {
	margin-left:8px;
	text-align:justify;
}	

#aboutUs span {
	font-weight:bold;
	font-size:20px;
}	

#testimonials {
	float: left;
	position: relative;
	background: url('../images/testimonials_head.png') no-repeat ;
	background-position:top;
	width: 758px;
	height: auto;
	margin-top:8px;
	margin-left:10px;
	padding-top:70px;
	line-height:18px;
	color:#474747;
}

#testimonials p {
	margin-left:8px;
	text-align:justify;
}

#testimonials img {
	margin-left:8px;
	padding-bottom:10px;
}

#enquiry {
	float: left;
	position: relative;
	background: url('../images/contact_head.png') no-repeat ;
	background-position:top;
	width: 758px;
	height: auto;
	margin-top:8px;
	margin-left:10px;
	padding-top:70px;
	line-height:18px;
	color:#474747;
}

#enquiry p {
	margin-left:8px;
	text-align:justify;
}

#enquiry img {
	margin-left:8px;
	padding-bottom:10px;
}		

#priceGuide {
	float: left;
	position: relative;
	background: url('../images/price_head.png') no-repeat ;
	background-position:top;
	width: 758px;
	height: auto;
	margin-top:8px;
	margin-left:10px;
	padding-top:70px;
	line-height:18px;
	color:#474747;
}

#priceGuide p {
	margin-left:8px;
	text-align:justify;
}	

		
	
#bottomButs {
	float:left;
	margin-left:8px;
	}	
	
	*html #bottomButs {
			float:none;
			margin-top:50px;
		
			}
			
#contactBut {
	margin-left:85px; 
	margin-top:320px; 
	float:left;
	}
	
	*html #contactBut {
			margin:0 0 0 0;
			float:none;
			position:absolute;
			top:325px;
			left:80px;
			}
	

.row1 {
	color: #32659A;
	font-weight: bold;
}	
.row2 {
	color: #32659A;
	font-weight: normal;
}
.row3 {
	color: #b55;
	font-weight: normal;
	font-style: italic;
}
.row3 h4, .row3 h4 a, .row3 h4 a:hover {
	color: #b55;
}

.priceLink {
	position: absolute;
	bottom: 22px;
	left: 280px;
}

.infoButton1 {
	float:left;
	margin-top:10px;
}

#flashInnerContainer {
	text-align: center;
}

#noFlash {
	margin: 3% auto;
	font-weight: normal;
}
#noFlash img {
	margin: 0px auto;
}

.mainArea2 {
	float: left; 
	width: 765px; 
	height: 240px;
	background-image: url('../images/amends/solutions_banner.jpg');
	background-repeat: no-repeat;
	margin: 3px 6px 8px 6px;
}

.mainArea2 .infoBox2 {
	float: left;
	width: 382px;
	height: 240px;
	position: relative;
}


.mainArea2 .infoBox2 h1 {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.mainArea2 .infoBox2 h1 a.simpleGreen {
	color: #98CB00;
}
.mainArea2 .infoBox2 h1 a.bespokeBlue {
	color: #3398CC;
}

.mainArea2 .infoBox2 ul {
	position: absolute;
	top: 35px;
	left: 25px;
	width: 380px;
	margin: 0px;
	padding: 0px;
}

.mainArea2 .infoBox2 ul li {
	font-size: 9pt;
}

.mainArea2 .infoBox2 .infoButton2 {
	position: absolute;
	bottom: 15px;
	right: 100px;
	width: 100px;
	height: 50px;
}

/* ---- END NEW HOME PAGE STYLES ---- */


/* ---  NEW CONTENT STYLES ---  */
.solutionBox1 {
	position: relative;
	float: left;
	width: 488px;
	height: 221px;
	background-image: url('../images/amends/simple_banner.gif');
	background-repeat: no-repeat;	
	margin: 20px 6px 3px 10px;
}
.solutionBox1 h1 {
	position: absolute;
	top: 15px;
	left: 15px; 
	font-size: 16pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.solutionBox1 ul {
	position: absolute;
	top: 55px;
	left: 25px;
	width: 448px;
	margin: 0px;
	padding: 0px;
}
.solutionBox1 ul li {
	font-size: 9pt;
	font-weight: bold;
}

.solutionBox1 .button {
	position: absolute;
	bottom: 30px;
	right: 60px;
}


.caseStudyBox {
	position: relative;
	margin: 0px auto;
/*	float: left;  */
	width: 400px;
	height: 217px;
	background-image: url('../images/amends/casestudy_bg.gif');
	background-repeat: no-repeat;	
/*	margin-left: 60px;
	margin-top: 25px; */

}

.caseStudyBoxSml {
	position: relative;
	float: left;
	width: 311px;
	height: 140px;
	background-image: url('../images/amends/casestudy_bgsml.gif');
	background-repeat: no-repeat;	
	font-size:10px;
	
}

.caseStudyBox h1 {
	position: absolute;
	top: 15px;
	left: 15px; 
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.caseStudyBoxSml h1 {
	position: absolute;
	top: 15px;
	left: 15px; 
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.caseStudyBox ul {
	position: absolute;
	top: 55px;
	left: 25px;
	width: 300px;
	margin: 0px;
	padding: 0px;
}
.caseStudyBox ul li {
	font-size: 9pt;
	font-weight: bold;
}


.caseStudyBox .downloadButton {
	position: absolute;
	bottom: 25px;
	right: 20px;
}

.caseStudyBoxSml .downloadButton {
	position: absolute;
	bottom: 10px;
	right: 10px;
}



.caseinfo {
	float: left;
	margin: 40px 6px 0px 8px;
}

.caseinfoSml {
	
	float: left;
	margin: 30px 6px 0px 8px;
}

.caseinfo .caseimg {
	float: left;
	padding: 3px;
}
.caseinfo .casetxt p {
	
	clear:both;
	margin: 0px;
	padding: 4px;
	width: 200px;
}

.caseinfoSml .caseimg {
	float: left;
	padding: 3px;
}
.caseinfoSml .casetxt p {
	
	clear:both;
	margin: 0px;
	padding: 4px;
	width: 180px;
}


/* ---  END NEW CONTENT STYLES ---  */




#flashCont {
	margin: 240px auto;
	position: relative;
	width: 1px;
	height: 1px;
}

#growingFlash {
	border: 1px solid #cad6e2;
	width: 0;
	height: 0;
	position: absolute;
	background-color: #fff;
	top: 150px;
	left: 50%;
}

#growingFlash img#killMe {
	margin: 20% auto;
}


div.crossBar {
	height: 34px;
	width: 780px;
	margin: 0 0 0 0;

	
}

div.crossBar big {
	font-size: 9pt;
}

table.customerInput td.request {
	font-weight: bold;
	text-align: right;
	width: 230px;
	padding-right: 5px;	
}

table.customerInput td.request span.note {
	font-weight: normal;
	font-size: 8pt;
}

#errorBar {
	margin-top: 5px;
	background: url('../images/error_topbar1.gif') no-repeat;
}

#messageBar {
	margin-top: 5px;
	background: url('../images/feedback_topbar.gif') no-repeat;
}

#normalTopBar {
	background: url('../images/divider.png') no-repeat;
	background-position:bottom;
	
}

#vestTopBar {
	background: url('../images/top_green.gif') no-repeat;
}

#diyTopBar {
	background: url('../images/red_topbar.gif') no-repeat;
}

div.crossBar p {
	line-height: 32px;
	font-size: 8pt;
	margin: 0px;
	padding: 0px 7px 0px 7px;
}

#errorBar p, #messageBar p {
	text-align: center;
}

#errorBar b, #messageBar b {
	text-decoration: underline;
}



table#vestTbl {
	margin: 0 auto;
	border-collapse: collapse;
	border: #cccccc 1px solid;
}

table#vestTbl th {
	background-color: #f3f3f3;
	color: #43a2d0;
	border-bottom: 0px solid #fff;
	text-align: left;
}

table#vestTbl tr.row1 {
	background-color: #fcfcfc;
	
}

table#vestTbl tr.row1 td {
	border-bottom: 0px solid #b8dac9;
}

table#vestTbl tr.row2 {
	background-color: #f7f7f7;
}

table#vestTbl tr.row2 td {
	border-bottom: 0px solid #fff;
}

table#vestTbl tr.row2 td.bottom {
	border-bottom: 0px solid #404040;
}



table#diyTbl {
	margin: 2px auto;
	border-bottom: 3px solid #f2f5fa;
}

table#diyTbl.mini {
	width: 50%;
	float: right;
	margin: 5px;
}

table#diyTbl.mini td { padding: 5px; }

table#diyTbl th {
	background: #993333 url(../images/diytbl_hdr.gif) top left repeat-x;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
	height: 20px;
	padding: 5px;
}

table#diyTbl td {
	padding: 0px;
}

table#diyTbl tr.row1 {
	background-color: #f5f5f5;
}

table#diyTbl tr.row1 td, table#diyTbl tr.row3 td {
	border-bottom: 1px solid #ecd9d9;
}

table#diyTbl tr.row2 {
	background-color: #fdfdfd;
}

table#diyTbl tr.row3 {
	background-color: #FFF;
}

table#diyTbl tr.row2 td {
	border-bottom: 1px solid #ecd9d9;
}

table#diyTbl tr td.clear {
	background-color: #fff;
	border-bottom: 0;
}








#basketHolder {
	position: relative;
	z-index: 3;
	float: right;
	margin-right: 2px;
}

#basketEl {
	position: absolute;
	width: 198px;
	line-height: 32px;
	font-size: 8pt;
	height: 29px;
	padding: 0;
	padding-left: 50px;
	top: 0;
	right: 0;
	background: url('../images/short_bas_bg.gif') top left no-repeat;
}

#basketClose {
	padding: 10px 12px;
	float: right; 
}

#basketOpen {
	padding: 10px;
	float: right; 
}

#basketItems {
	position: absolute;
	padding: 0px 7px 13px 7px;
	width: 230px; /* 236 */
	font-size: 8pt;
	z-index: 4;
	top: 29px;
	right: -4px;
	background-color:transparent;
	color: #666666;
	
}

#basketMid {
	padding: 9px 8px 5px 8px;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#bMidBg {}

#basketItems table {
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
}

#basketItems table td {
	padding: 3px;
	margin: 0;
	text-align: left;
	font-weight: normal;
	width: 25%;
}

#basketItems table td.lbord {
	border-left: 1px solid #e9e9e9;
}

#basketItems table td.bbord {
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

#basketItems table td.rbord {
	border-right: 1px solid #e9e9e9;
}

#basketItems table td.more {
	width: 50%;
}

#basketItems table tr.pending td {
	font-style: italic;
}

#basketItems table tr.row1 td {
	background-color: #f5f5f5;
}

#basketItems table tr.row2 td {
	background-color: #fafafa;
}

#basketItems table thead td {
	font-weight: bold;
	border-bottom: 2px solid #f2f2f2;
}

#basketItems table tfoot td {
	font-weight: bold;
	border-top: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
}

#basketBot {
	height: 7px;
	background: #fff url('../images/basket_bottom.gif') bottom left no-repeat;
}

#priceDisclaimer {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
}

#normalTopBar a {
	text-decoration: none;
}


.box {
	position: relative; 
	width: 250px; 
	height: 251px;
	padding: 2px;
}

.footer {
	position: absolute;
	bottom: 10px;
	right: 5px;
}

p {
	padding: 4px;
}

.catalogueItem {
	width: 177px; 
	height: 107px; 
	background: url('../images/template_frame.gif') no-repeat;
	padding: 6px 0px 2px 4px;
}

.catalogueItem p {
	font-size: 11px;
	padding: 2px;
	margin: 0px;
}

#addressSelect {
	width: 97%;
	margin: 0 auto;
	line-height: 12pt;
}

#addressSelect td {
	width: 33%;
}

#addressSelect thead td {
	background-color: #f0f5fa;
	height: 20px;
	padding: 3px;
	font-weight: bold;
}

#addressSelect tbody td {
	border-bottom: 1px solid #c7d4e0;
	padding-bottom: 5px;
	vertical-align: top;
}

/*	=7:	[SIDEBAR COLUMN] ----------------------------------*/	

.newsBox {
	float: right;
	width: 260px;
	height: 283px;
	background: url('../images/amends/news_bg.jpg') no-repeat;
}

.newsBox ul {
	margin: 50px 10px 10px 20px;
	padding: 0px;
	list-style-image: url('../images/amends/widget.gif');
}

.newsBox li {
	width: 220px;
	height: auto;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #efefef;
}

.newsBox a:hover { text-decoration: underline; }


/*	=8:	[FOOTER] ------------------------------------------*/	

#footer {

	float:left;
	height: 42px;
	font-size: 11px;
	line-height: 26px;
	padding-right: 7px;
	padding-left: 7px;
	margin-left: 7px;
	width: 766px;
	clear: both;
}

#footer .fLeft a {
	font-size: 10px;
	color: #224467;
	text-decoration: none;
}

#footer .fLeft a:hover {
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #224467;*/
}

/*	=9:	[LISTS] -------------------------------------------*/	

ul { 
	margin: 0px;
	margin-left: 20px;
	padding: 4px 2px;
	text-align: left;
}

li {
	padding: 1px;
}

ul.podList li {
	margin-left: 20px;
}

/*	=10: [FORMS] ------------------------------------------*/

form {margin: 0px;}

form.login {
	font-size: 11px;
	color: #666666;
}

form.login th {
	font-weight: bold;
	text-align: right;
}

form.login td, form.login td {
	padding-top: 4px;
	padding-bottom: 4px;
}

.stdTable, .stdTable td  {
	padding: 2px;
	text-align: center;
}

.stdTable th {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px 3px 5px 3px;
}

.stdTable td.title {
	text-align: right;
}

.stdTable td.description {
	text-align: left;
}

.stdTable p {
	text-align: left;
}

/*   --------------  VBUTTON   --------------   */
a.vButton {
	height: 22px;
	margin: 2px;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	width: 120px; 
	display: block;
	float: left;
	background: url('../images/v_button.gif') top left no-repeat;
}

a.vButton.compact {
	height: 16px;
	line-height: 16px;
	font-size: 8pt;
	width: 80px;
	background: url('../images/v_button_s.gif') top left no-repeat;
}

a.vButton.center {
	float: none;
	margin: 2px auto;
}

a.vButton.minute {
	width: 40px;
}

a.vButton.tiny {
	width: 55px;
}

a.vButton.small {
	width: 70px;
}

a.vButton.medium {
	width: 100px;
}

a.vButton.large {
	width: 140px;
}

a.vButton span.vButEnd {
	float: right;
	position: relative;
	left: 3px;
	height: 22px;
	width: 22px;
	line-height: 22px;
	display: block;
	background: url('../images/v_button_right.gif') top left no-repeat;
}

a.vButton span.vButEnd.blank {
	background: url('../images/v_button_right_blank.gif') top left no-repeat;
}

a.vButton.compact span.vButEnd {
	height: 16px;
	line-height: 16px;
	width: 16px;
	background: url('../images/v_button_s_right.gif') top left no-repeat;
}

a.vButton.compact span.vButEnd.blank {
	background: url('../images/v_button_s_right_blank.gif') top left no-repeat;
}

a.vButton span.vButEnd img {
	margin: 2px auto;
}



/*   --------------  VBUTTON  (END) --------------   */



.cardPod p.prodSpec {
	float: right;
	color: #963232;
	font-size: 8pt;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 80px;
}

/*	=11: [IMAGES] -----------------------------------------*/	

img.cornerMe { margin: 5px 0px 0px 0px; float:left; }
img {border: 0px; display: block;}	
img.inline { display: inline; }


img.frame { border: 1px solid #000; padding: 2px; }

/*	=12: [MISC] -------------------------------------------*/	

.floatL { float: left; }
.floatR { float: right; }
.right { text-align: right; }
.left { text-align: left; }
.centre { text-align: center; }
.block { display: block; }

/*	=13: [CARDS] -------------------------------------------*/	

#mainResults {
	width: 90%;
	margin: 10px 0 5px 40px;
	border: 1px solid #CCC;
	clear: both;
}

#mainResults.orders td {
	padding: 10px;
}

#mainResults tr td {
	padding: 2px;
	text-align: center;
}

#mainResults tr.header td {
	background: url('../images/leftnavheaderbg.gif') top left repeat-x;
	border-bottom: 1px solid #ffbd91;
	font-weight: bold;
	height: 14px;
}

#mainResults td.address {
	text-align: left;
	font-size: 9pt;
}

#mainResults tr.header td a {
	color: #000;
}

#mainResults tr.cardrow td {
	border-bottom: 1px solid #CCC;
}

#mainResults tr.row1 td {
	background: url('../images/table_back1.gif') bottom repeat-x;
}

#mainResults tr.row2 td {
	background: url('../images/table_back2.gif') bottom repeat-x;
}

#mainResults tr.row1:hover td {
	background: url('../images/table_back1_hover.gif') bottom repeat-x;
}

#mainResults tr.row2:hover td {
	background: url('../images/table_back2_hover.gif') bottom repeat-x;
}

#mainResults tr.cardrow img {
	border: 1px solid #ccc;
}

#mainResults tr#loading td {
	position: relative;
}

#mainResults tr td img {
	display: inline;
}

#mainResults tr#loading td div {
	width: 700px;
	font-weight: bold;
	text-align: center;
}

.resultBox {
	width: 90%;
	margin: 5px 0 0 40px;
}

.resultBox .viewResults {
	float: right;
}

.resultBox .viewPage {
	float: left;
}

/*	=14: [ORDERS] -------------------------------------------*/	

#tblOrders {
	margin: 5px 0 5px 40px;
	clear: both;
}

#tblOrders tr td {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

#tblOrders tr.header td {
	font-weight: bold;
}

#tblOrders .label {
	width: 80px;
	font-weight: bold;
	float: left; 
}

#tblOrders .info {
	float: left;
	font-weight: normal;
}

#tblOrders tr.row1 td {
	background: url('../images/table_back1.gif') bottom repeat-x;
	cursor: pointer;
}

#tblOrders tr.row2 td {
	background: url('../images/table_back2.gif') bottom repeat-x;
	cursor: pointer;
}

#tblOrders tr.row1:hover td {
	background: url('../images/table_back1_hover.gif') bottom repeat-x;
}

#tblOrders tr.row2:hover td {
	background: url('../images/table_back2_hover.gif') bottom repeat-x;
}

table.order {
	width: 715px;
	margin: 5px 0 5px 30px;
}

table.order img {
	display: inline;
}

table.order tr td {
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 10px;
}

table.order tr td.topline {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	font-size: 1px;
	vertical-align: bottom;
}

table.order tr td.largeheader {
	font-size: 115%;
	font-weight: bold;
	padding: 5px !important;
	background: #ccc;
} 

table.order tr td.items {
	padding: 10px 0 10px 0;
}

table.order tr.itemheader {
	font-weight: bold;
}

table.order tr td table {
	width: 100%;
}

table.order tr td table tr td {
	border: 0;
	padding: 0;
}

table.order td.split {
	font-size: 1px;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

.rightAlign {
	text-align: right;
}


/*  CONTENT PODS  ************************************/

#contentPod {
	float: left;
	width: 778px;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background: #FFFFFF url('../images/logo_bg.jpg') no-repeat;
	background-position: top right;
}

#contentPod p {
	padding: 10px;
}

#contentPodNoBG {
	float: left;
	min-height: 546px;
	width: 778px;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background-color: #fff;
	clear: both;
}

#contentPodNoBG  p {
	padding: 10px;
}

#buyBay {
	float: right;
	width: 202px;
	margin: 5px;
	text-align: center;
	padding-bottom: 10px;
	background: #d5dae0 url('../images/pay_pod_bottom.gif') bottom left no-repeat;
}

#buyBayTop {
	width: 202px;
	height: 10px;
	background: #d5dae0 url('../images/pay_pod_top.gif') bottom left no-repeat;
}


/* HOMEPAGE ******************************************/
#content {
	float: left;
	width: 794px;
	height:auto;
	padding: 0px 0px 0px 7px;
	background:url('../images/homeBk.png') repeat-y ;
	margin: 0px;
}

#custSignIn {
	margin: 2px auto;
}


#homeContent {
	float: left;
	width: 778px; 
	clear:both;
	background-color: transparent;
}

.homeBtm {
	float:left;
	width:794px;
	height:22px;
	background:url('../images/homeBkbottom.png') no-repeat;
}	




#moreInfo, .moreInfo {
	position: absolute;
	bottom: 1px;
	right: 15px;
}

#homeMainContent {
	float: left;
	background: url('../images/homecontent_bg.jpg') no-repeat;
	background-position: top right;
}

#normContent {
	float: left;
	background: url('../images/homecontent_bg.jpg') no-repeat;
	background-position: top right;
}

#leftContent {
	float: left;
	width: 565px;
}

#rightContent {
	float: left;
	width: 205px;
}

#fullContent {
	float: left;
	width: 768px;
	margin-left: 5px;
}

.catPod {
	margin: 5px;
	float: left;
	padding: 5px;
	line-height: 22px;
	width: 236px;
	height: 26px;
	background: url('../images/category_pod.gif') no-repeat;
}

.cardPod {
	margin: 5px;
	float: left;
	padding: 5px;
	width: 236px;
	height: 130px;
	position: relative;
	z-index: 2;
	background: url('../images/card_pod_bg.gif') no-repeat;
}

.cardPod img.pPreview {
	padding: 5px;
}

.cardPod p {
	padding: 10px;
}

.cardPod table.podButtons {
	position: absolute;
	bottom: 5px;
	width: 236px;
}

.cardPod table.podButtons td {
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
}

div.buttonBar {
	width: 94%;
	padding: 20px;
}

br.clear {
	clear: both;
}

.marginSides { margin: 0 5px; }
.marginVerts { margin: 5px 0; }
.margin { margin: 5px; }

.red { color: #9a332e; }
.green {color: #339966;}
.blue {color: #2d5883;}
.grey {color: #999999;}
.lightblue {color: #3399cc;}

.simpleGreen { color: #98CB00; }
.bespokeBlue { color: #3398CC; }
.simpleRed   { color: #993333; }

.vestRed { color: #963232; }
.vestGreen { color: #349966; }
.vestBlue { color: #4785c2; }
.tandBlue { color: #006699; }

.fRight {float: right; position: relative;}
.fLeft {float: left;}


.bgred { background-color: #FF8080; }
.bgred2 { background-color: #FFC0C0; }
.bgblue { background-color: #C0C0FF; }
.bggreen { background-color: #B1E7B1; }
.bggreen2 { background-color: #E1FFE1; }

.collapse { width: 1%; }
.fixed { width: 50px; }
.narrow { width: 80px; margin-right:3px;}
.expand { width: 99%; }
.medium { width: 110px; margin-right:5px; margin-bottom:8px; }




/*-----------------Changes dec 2008---------------------*/



#breadBar {
	background-color:#96a7b9;
	width:772px;
	height:17px;
	padding: 0px 0px 6px 8px;
	color:#383838;
	margin-bottom:5px;
}

#designOwn {
	float:left;
	width:274px;
	height:53px;
	background:url('../images/design_own.png') no-repeat;	
	margin-top:8px;
	margin-bottom:8px;
}	

#designOwn img {
	float:right;
	margin-top:12px;
	margin-right:8px;
}

#fiveReasons {
	float:left;
	width:274px;
	height:53px;
	margin-top:8px;
	margin-bottom:8px;
}	

.slidingInfo {
	width:274px;
	height:25px;
	background-color:#f3f3f3;
	margin-top:8px;
	cursor:pointer;
	position: relative;
}

.slidingInfo .arrow {
	float:right;
}

.slidingInfo .title{
	float:left;
}				

#accordianArea .element {
  width: auto;
  clear: both;
}

.nextStep {
	clear: both;
	float: left;
	width:274px;
	margin-top:6px;
	cursor:pointer;
	
}


.nextStep span {
	font-weight:bold;
	color:#1d56a6;
}

.nextStep p {
	float:left;
	line-height:20px;
}

#payment {
	float:left;
	width:274px;
	height:29px;
	background:url('../images/payment.png') no-repeat;
	margin-top:10px;	
}	

#payment a {
	float:right;
	margin-top:6px;
	margin-right:5px;
}

.solution {
	float:left;
	width:442px;
	margin-top:8px;
}

.solution img {
	
	margin-top:5px;
}

.solution p {
	float:left;
	margin-left:8px;
	color:#474747;
	line-height:18px;
}	


.selfSolutionHead {
	float:left;
	height:52px;
	width:442px;	
	background:url('../images/self_head.png') no-repeat;	
}

.selfSolutionHead a {
	float:right;
	margin-top:7px;
	margin-right:10px;
}

.solutionHead {
	float:left;
	height:52px;
	width:442px;	
	background:url('../images/serviced_head.png') no-repeat;	
}


.solutionHead a {
	float:right;
	margin-top:7px;
	margin-right:10px;
}		


#selfInfo {
	float:left;
	height:159px;
	width:212px;	
	background:url('../images/self_info.png') no-repeat;	
}

#selfInfo a {
	float:left;
	margin-top:115px;
	margin-left:20px;
}	

#servicedInfo {
	float:left;
	height:159px;
	width:212px;	
	background:url('../images/serviced_info.png') no-repeat;	
}

#servicedInfo a {
	float:left;
	margin-top:115px;
	margin-left:20px;
}

.but {
	float:right;
	margin-top:12px;
	margin-right:8px;
	margin-bottom:10px;
	cursor:pointer;
}

#accordianArea {
	position:relative;
	top:0px;
	left:0px;
}	

.bottom {
	width:1000px;
	float:left;
	margin-left:20px;
	margin-top:20px;
}

.simple {
	float:left;
	width:367px;
	background:url('../images/simplehead.png') no-repeat top ;	
	padding-top:51px;
	margin-right:10px;
}

.simple img {
	margin-left:20px;
	margin-top:10px;
}	

.bespoke {
	float:left;
	width:367px;
	background:url('../images/bespokehead.png') no-repeat top ;	
	padding-top:51px;
}

.bespoke img {
	margin-left:20px;
	margin-top:10px;
}	

#loginBut {
	width:29px;
	height:21px;
	padding:0 0 0 0;
	
}		

				
#messageBox2 {
	text-align: left;
	width: 75%;
	margin: 5px auto;
	border: 1px solid #0076bf;
	background-color: #f3f3f3;
	padding: 2px;
}	
	