/***************/
/* main layout */
/***************/
body { background:url(../images/bg.gif) repeat-y; margin: 0; padding: 0; /* backgrounds? */ }

#bodyWrapper { width:952px; margin:auto;}

/* specific link colours for this site */
a         { color: #3a6070; text-decoration: none; }
a:link    { color: #3a6070; text-decoration: none; }
a:visited { color: #3a6070; text-decoration: none; }
a:hover   { color: #3a6070; text-decoration: underline; }
a:active  { color: #3a6070; text-decoration: underline; }

.whiteText { color:#FFFFFF; }

/*******************/
/* header elements */
/*******************/

#contentBg {
	width:100%;
	background-color:#FFFFFF;
	}

#header {  }
#headerTitle {
	float:left;
	width:314px;
	padding:10px 0px 12px 15px;
	font-size:1.7em;
	}
#headerPhone {
	float:right;
	width:189px;
	padding:10px 0px 12px 100px;
	font-size:1.4em;
	letter-spacing:-1px;
	}

#logo { float: left; }

ul#navVert { margin:0; padding:0; margin:10px 0px 0px 0px;}
ul#navVert li { list-style:none; margin:0; padding:0; margin-bottom:1px;}
ul#navVert li a {}
ul#navVert li a:link { color:#000; text-decoration:none; }
ul#navVert li a:visited { color:#000; text-decoration:none; }
ul#navVert li a:hover { color:#A0BDCB; text-decoration:none; }
ul#navVert li a:active { color:#A0BDCB; text-decoration:none; }

ul#nav      {  }
ul#nav li   { float: left; margin-right: 10px; }
ul#nav li a { display: block; }

ul#subNav { margin:0; padding:0; margin-left:2px; font-size:75%;}
ul#subNav li {}
ul#subNav li a {color:#6f9bad;}
ul#subNav li a:link { color:#6f9bad;}
ul#subNav li a:visited {color:#6f9bad;}
ul#subNav li a:hover {color:#ea85af;}
ul#subNav li a:active {color:#ea85af;}

#sideContainer {
	width:164px;
	float:left;
	}

.sideTitle { 
	background:url(../images/side_title_bg.gif) repeat-y;
	padding:2px 0px 4px 10px;
	}
.sideGreyBox {
	font-size:90%;
	width:136px;
	background:#E9E9E9;
	border: 0;
	padding:2px 0px 4px 10px;
	margin-top:12px;
	}
.submit { 
	margin:10px 0px 0px 96px;
	}
.sideText {
	font-size:90%;
	width:141px;
	padding:4px 0px 4px 5px;
	}

/********************/
/* content elements */
/********************/
#mainContentArea {
	width:659px;
	float:left;
	margin:15px 0px 0px 0px;
	padding-bottom:15px;
	}

.boxContent {
	background-color:#f1f5f8;
	padding:0px 20px 10px 20px;
	}

#smlBoxleft {
	float:left;
	width:320px;
	}
#smlBoxRight {
	float:left;
	width:320px;
	margin-left:19px;
	}

/*********/
/* items */
/*********/

.newsItemArea { margin-bottom:20px; background-color:#0033FF;}
.item              { margin-bottom: 20px; }
.item .image   { float:left; border:2px solid #a0bdcb; }
.item .detail  { float:right; width: 495px; }
.item .prodTitle   { font-weight: normal; color:#FFFFFF; padding-left:10px; }
.item .title   { float:left; font-weight: normal; color:#FFFFFF; padding-left:10px; }
.item .titleBg { background:#a0bdcb; color:#FFFFFF; padding:2px 0px 2px 0px;}
.item .date    { float:right; font-style: normal; padding-right:10px; }
.item .content { padding:3px 5px 0px 2px; }

.front .title {
	color: #000;
	float: none;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top:-4px;
}
.front .date {
	color: #666;
	float: none;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 3px;
	padding: 0;
}

#itemBack          {  }


/*******************/
/* footer elements */
/*******************/
#footer {
	padding-left:15px;
	margin-left:174px;
	width:644px;
	font-size:80%;
	background:#9fbecb;
	border-top:4px solid #e985ad;
	color:#FFFFFF;
	}
#footer a { text-decoration: none; } /* for the clevercherry.com link */
#footer a:link { text-decoration: none; color:#FFFFFF; }
#footer a:visited { text-decoration: none; color:#FFFFFF; }
#footer a:hover { text-decoration: none; color:#3a6070; }
#footer a:active { text-decoration: none; color:#3a6070; }


/***********************/
/* general form styles */
/***********************/
.required { color: #f00; }

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */
div.formrow label.radio {
	float: none;
	text-align: inherit;
	margin-right: 0;
	width: auto;
}

/* message and error boxes, not just useful in contact form */
#messages,
#errors,
#warnings,
#info { margin-bottom: 10px; }
.message { border: 1px solid #080; background: #efe; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; background: #ffe; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; background: #ffe; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; background: #fee; color: #f00; } /* error box in red */
