
body, html {
	background-color:#cee0c3;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	margin-left:auto;
	margin-right:auto;
	padding-bottom:8px;
	padding-right:7px;
	position:relative;
	width:75%;
	min-width:770px;
	max-width:1010px;
}

#border {
	border:2px solid #08193F;
}

#shadow-right {
	background:url(/templates/default/images/shadow_right.jpg) repeat-y;
	height:100%;
	position:absolute;
	top:0;
	right:0px;
	width:7px;
}

#shadow-bottom {
	background:url(/templates/default/images/shadow_base.jpg) repeat-x;
	bottom:0px;
	height:8px;
	left:0;
	position:absolute;
	width:100%;
}

.shadow-box {
	height:8px;
	position:absolute;
	width:7px;
}
#shadow-top-right, #shadow-bottom-right { right:0; }
#shadow-bottom-right, #shadow-bottom-left { bottom:0; }

#shadow-top-right { top:0; background:url(/templates/default/images/shadow_rightTop.jpg); }
#shadow-bottom-right { background:url(/templates/default/images/shadow_corner.jpg) }
#shadow-bottom-left { left:0; background:url(/templates/default/images/shadow_baseEd.jpg)}


#content{
	background:#FFFFFF url(images/sidePanel.jpg) repeat-y;
}



p {
	font-size:11px;
}

a img {
	border:0;
}

.align-center {
	text-align:center;
}

.align-right {
	text-align:right;
}

.cleanup {
	clear:both;
}

.right {
	float:right;
}
#header{
	height:105px;
	background-image:url(/templates/default/images/header_bg.gif);
	background-repeat:repeat-x;
}

#header h1.logo {
	float:left;
}

#header h1.logo a {
	background:url(/templates/default/images/logo.gif);
	display:block;
	height:105px;
	width:121px;
}

#header h1.logo span {
	display:none;
}

#header #contact{
	position:absolute;
	top:0;
	right:0;
	padding-right:1em;
	padding-top:0.25em;
	font-weight:bold;
}

#header #contact p {
	font-size:12pt;
	margin:0;
	padding-top:0.2em;
	padding-bottom:0.2em;
	text-align:right;
}

#header h1 {
	color:#04173E;
	font-size:46px;
	margin: 0px;
}
#header h2{
	color:#579C7A;
	font-size:21px;
	font-weight:normal;
	margin-top:-5px;
	margin-bottom: 5px;
}

.imgLeft{
	float:left;
	margin-right:10px;
}
.imgRight{
	float:right;
}



#header ul{
	padding-left:125px;
	margin-top:5px;
	margin-bottom:0px;
}
#header li{
	display:inline;
	padding-right:20px;
	list-style:circle;
}
#header li a{
	color: #579C7A;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#header li a:hover{
	color: #A4D981;
}
#header li a:active{
	color: #A4D981;
	text-decoration:underline;
}

/*----PAGE CONTENT---*/
#mainA{
	background-repeat:repeat-y;
	padding: 5px 30px 10px 125px;
}
#mainA ul{
	margin: 0px;
	font-size:11px;
	}

#mainA table{
	font-size:11px;
	}

#mainA  a{
	color:#006647;
	text-decoration:underline;
}	
#mainA  a:hover , a:active{
	color:#006647;
	text-decoration:none;
}

#mainA h1{
	font-size:18px;
	border-bottom:2px solid #A4D981;
}
#mainA h2{
	font-size:16px;
}
#mainA h3{
	font-size:13px;
}

/*----------CLIENTS--------*/
.clients {
	padding-top:3.5em;
	padding-bottom:0.5em;
}

.clients img {
	padding-left:3px;
	padding-right:3px;
}

/*----------FOOTER---------*/
#footer{
	background-color:#006647;
	color:#FFFFFF;
	text-align:center;
	font-size:8pt;
	padding:3px;
}

#footer ul {
	padding:0;
}

#footer ul li {
	border-left:1px solid #ffffff;
	display:inline;
	padding-left:0.5em;
	padding-right:0.5em;
}

#footer ul li:first-child {
	border:0;
}

#post-container {
	padding-top:1em;
	color:#cee0c3;
}

#post-container img {
	width:44px;
	height:16px;
}

/*--------- Product List --------- */

#footer a {
	color:#FFFFFF;
}

.padded {
	padding:0.5em;
}

.third-wide-cell {
	float:left;
	width:33%;
}

.half-wide-cell {
	float:left;
	width:50%;
}

.half-wide-cell h2 {
	text-align:center;
}

.product-tiles {
	list-style:none;
	text-align:center;
	padding-left:0;
	margin-left:0;
}

.product-tiles li {
	float:left;
	width:95px;
	padding-bottom:1em;
}

.product-tiles img {
	width:85px;
	height:69px;
}

.product-list h2 {
	position:relative;
	width:285px;
}

form{
	text-align:center;
}

form .input {
	width:70%;
}

form p label {
	width:28%;
	clear:both;
	float:left;
	text-align:right;
	font-weight:bold;
}

form .input {
	float:right;
	text-align:left;
}

form p.field, form  div {
    padding-top:1.2em;
}

form .button {
    background:url(/templates/default/images/button.png);
    border:none;
    font-size:16pt;
    color:#ffffff;
    height:59px;
    width:181px;
}

form .textbox, form .textbox-error {
    background:url(/templates/default/images/textbox_bg.png);
    border:none;
    color:#000000;
    height:38px;
    float:left;
    font-size:20pt;
    width:200px;
}

form .textbox-error {
    background:red;
    color:#ffffff;
}

form .textbox-left, form .textbox-right {
    float:left;
    height:38px;
    width:22px;
    padding:0;
}

form .textbox-left { background:url(/templates/default/images/textbox_left.png);}

form .textbox-right {
	background:url(/templates/default/images/textbox_right.png);
}


.cleanup {
	clear:both;
}

.align-center {
    text-align:center;
}

.left-pane {
    width:49%;
    float:left;
}

.right-pane {
    width:49%;
    float:right;
}

#recaptcha_container label {
	padding-bottom:0.5em;
}

div #recaptcha_image {
	/* damn thing won't centre */
	position:relative;
	margin-left:auto;
	margin-right:auto;
}


/* slimbox */
#lbBottom {
	background:transparent url(/images/golf-ball-scale.png) no-repeat 80%;
}