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

#bodyWrapper { width:960px; margin:auto; background-color:#FFFFFF;}
.margin { padding:15px; }

/* specific link colours for this site */
a         { color: #30aee3; text-decoration: underline; }
a:link    { color: #30aee3; text-decoration: underline; }
a:visited { color: #30aee3; text-decoration: underline; }
a:hover   { color: #7a7a7a; text-decoration: underline; }
a:active  { color: #7a7a7a; text-decoration: underline; }


/*******************/
/* header elements */
/*******************/
#header {  }

#logo { float: left; }

#navBg { background:url(../images/nav_bg.gif) bottom repeat-x; width:930px; }

ul#nav      { margin:0; padding:0; }
ul#nav li   { margin:0; padding:0; float: left; list-style:none; }

ul#nav li a {
	background: transparent url(../images/nav.png) no-repeat scroll 0 0;
	display: block;
	height: 32px;
}
ul#nav li a { text-indent: -999px; overflow: hidden; }


#nav #nav-home a { width: 77px; background-position: 0px 0px; }
#nav #nav-shop a { width: 68px; background-position: -77px 0px; }
#nav #nav-news a { width: 74px; background-position: -145px 0px; }
#nav #nav-technical a { width:  103px; background-position: -219px 0px; }
#nav #nav-contact a { width: 119px; background-position: -322px 0px; }


#nav #nav-home a:hover { background-position: 0px -32px; }
#nav #nav-shop a:hover { background-position: -77px -32px; }
#nav #nav-news a:hover { background-position: -145px -32px; }
#nav #nav-technical a:hover { background-position: -219px -32px; }
#nav #nav-contact a:hover { width:108px; background-position: -322px -32px; }

#contentLeft { float:left; width:257px; }

.newsTitle { color:#000000; font-size:1.167em; font-weight:bold; margin-top:10px; }
.newsDate { color:#000000; font-size:1.167em; font-weight:bold; }
.newsContent { margin-top:10px; font-weight:bold; }

/********************/
/* content elements */
/********************/
#main {  }

#contentRight { float:right; width:628px; }

#productsLeft { float:left; width:306px; }
#productsRight { float:right; width:306px; }

.productBox { background-color:#cccccc; padding:8px 8px 8px 8px; margin-bottom:15px; }
.productBoxTitle { font-size:1.667em; font-weight:bold; color:#000000; padding:7px 0px 1px 0px; }

.divide { background:url(../images/divide.gif) repeat-x; margin:20px 0px 20px 0px; height:1px; }

.productTitle { color:#30aee3; font-size:1.167em; font-weight:bold; margin-bottom:5px; }
.productDescription { font-weight:bold; margin-bottom:10px; }
.productPrice { color:#1ea72e; font-size:1.333em; font-weight:bold; }

.pageTitle {
	background:url(../images/nav_bg.gif) repeat-x;
	padding:8px 10px 10px 10px;
	height:14px;
	font-size:1.667em;
	color:#FFFFFF;
	font-weight:bold;
}

.pageTitleOther {
	padding:8px 10px 0px 0px;
	height:14px;
	font-size:1.667em;
	color:#25AAE1;
	font-weight:bold;
}


/*********/
/* items */
/*********/
.item          { margin-bottom: 10px; }
.item .title   { color:#000000; font-size:1.167em; font-weight:bold; margin-top:10px; }
.item .date    { color:#000000; font-size:1.167em; font-weight:bold; margin-bottom:5px; }
.item .image   { float: left; }
.item .image { border:1px solid #707070; }
.item .content { float:right; width:471px;}


/*******************/
/* footer elements */
/*******************/
#footer { background:url(../images/nav_bg.gif) repeat-x; padding:8px 10px 10px 10px; height:14px; color:#FFFFFF; text-align:right; }
#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:#b8e7fb; }
#footer a:active { text-decoration: none; color:#b8e7fb; }


/***********************/
/* 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;
}

#recaptcha_widget         { margin-bottom: 15px; }
#recaptcha_image          { float: left; width: 300px; }
#recaptcha_options        { border-left: 1px solid #999; padding-left: 5px; float: left; margin-left: 10px; }
#recaptcha_response_field { width: 325px; }
#recaptcha_notice         { font-size: 0.833em; color: #555; }

/* 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 */