/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */
/* Questions about the xhtml/css are happily answered by mejobloggs at gmail dott com */

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #888;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width here */
#menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 85%;
	min-width: 800px;
	max-width: 1050px;
	margin: 0 auto;
	text-align: left;
}

#menu-top {
	background: white url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden;
}

#menu-top ul {
	background: transparent url('images/bg02-white-left.png') no-repeat left top;
	margin: 0;
	padding: 1em 0 0 20px;
	list-style: none;
	float: left;
}

#menu-top li { display: inline; }

#menu-top a, #menu-top a:visited {
	background: transparent url('images/menuleft.png') no-repeat left top;
	display: block;
	float: left;
	text-decoration: none;
	margin: 0 2px;
}

#menu-top a span, #menu-top a:visited span {
	background: transparent url('images/menuright.png') no-repeat right top;
	padding: 0 8px 0 4px;
	margin: 0 0 0 4px;
	display: block;
}

#menu-top a:hover { background-position: 0% -50px; }
#menu-top a:hover span { background-position: 100% -50px; }

#menu-top div {
	background: transparent url('images/telephone.png') no-repeat bottom right;
    float: right;
	margin: 0 20px;
	padding: 1em 0 0 20px;
	width: 150px;
}

#wrapper-header { background: transparent url('images/bg.png') top center repeat-x; }
#header { background: #eee url('images/banner.jpg') no-repeat left top; cursor:default; }
#wrapper-header2 { background: transparent url('images/bg02-blue-left.png') top left no-repeat; }
#wrapper-header3 { background: transparent url('images/bg02-blue-right.png') top right no-repeat; }

#header h1 {
	margin: 0 0 0 20px;
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: #ccc;
	font-size: 130%;
}

#wrapper-content { background: white url('images/bg02-white-left.png') no-repeat left top; }

#content {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 5px 250px 3em 40px;
}

#menu-page {
	float: right;
	width: 187px;
	margin: 20px 30px 3em 2em;
	background: transparent url('images/menu.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
	margin-top: 1.3em;
}

#menu-page a:link, #menu-page a:visited { color: #888; }
#menu-page a:hover { color: #5b8fbe; }

#wrapper-footer { text-align: center; }

#footer {
	margin: 0 20px;
	background-color: #e5f0fc;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
	line-height: 2.2em;
}

h2 { font-size: 110%; }
h3 { font-size: 100%; margin-bottom: 0.5em; }
h4 { font-size: 100%; margin-bottom: 0; padding-bottom: 0; }
p { margin-top: 0.5em; }
ul { margin-top: 0.5em; }

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: underline; }

#examplebox {
    text-align: center;
}

.highlight {
    color: #5b8fbe;	
}

.testimonial-entry {
    font-style: italic;
}

.testimonial-ref {
   text-align: right;
   font-weight: bold;
   color: #5b8fbe;
}



/* footerStickAlt http://themaninblue.com/experiment/footerStickAlt/ */
/* This code is for the positioning of the footer. There is also an IE part in ltie7.css */
html, body { height: 100% }

#nonFooter {
	position: relative;
	min-height: 100%;
}

#wrapper-footer {
	position: relative;
	margin-top: -2.3em;
}



/* CSS Contact Form Styles */

/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}
label.chosen {color:#333;}

p.caption {
	color: #5b8fbe;
	border-bottom: #DDD 1px solid;
	font-weight: bold;
}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url('images/forms/radio.gif') no-repeat left top;}
.radioAreaChecked {background:url('images/forms/radio.gif') no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url('images/forms/checkbox.gif') no-repeat left top;}
.checkboxAreaChecked {background:url('images/forms/checkbox.gif') no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:url('images/forms/input_bg.gif') repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url('images/forms/txtarea_tr.gif') no-repeat top right;}
.txtarea .tr_xon {background:url('images/forms/txtarea_tr_xon.gif') no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url('images/forms/txtarea_br.gif') no-repeat top right;}
.txtarea .br_xon {background:url('images/forms/txtarea_br_xon.gif') no-repeat top right;}
.txtarea .cntr {background:url('images/forms/txtarea_cntr.gif') repeat-y right top;}
.txtarea .cntr_xon {background:url('images/forms/txtarea_cntr_xon.gif') repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url('images/forms/txtarea_l.gif') repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url('images/forms/txtarea_l_xon.gif') repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Selects*/
div.nextto {
	float:left;
	width:150px;
}

.selectArea {
	line-height: normal;
	width:200px;
	height:21px;
	background:url('images/forms/select_bg.gif') repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url('images/forms/select_left.gif') no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url('images/forms/select_right.gif') no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#FFF;
	padding-top:1px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:0px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
	line-height:normal;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url('images/forms/button_bg.gif') repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}

.buttonDiv {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 25px;
}


/* CSS Table Design */
/*##########################################
Name: A CSS styled table
Author: Veerle Pieters
URL: http://veerle.duoh.com/index.php?id=P315
##########################################*/

.mytable {
	width: 100%;
	padding: 0;
	margin: 0;
}

.tablenote {
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CEE3F6;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: #fff url('images/bullet1.gif') no-repeat;
	font-size: 12px;
}

.mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}


/*##########################################*/
/* Homepage CSS */
/*##########################################*/


#homepageContent img {
	border: none;
	float: left;
	margin-top: 5px;
}

* html #homepageContent p { /* IE 3px jog hack*/
	height: 1%;
}

#homepageContent p {
	margin-top: 0;
	margin-left: 200px;
}