body {
	background-color:#047391;
	font-family:Verdana;
	font-size:small;
}

img { border:0; }

div#container-main {
	width:760px;
	margin-left:50px;
	
}

div#container-header {
	background-image:url(http://www.rkodigital.com/tomkins/lib/img/logo.jpg);
	background-repeat:no-repeat;
	display:block;
	height:60px;
	margin-top:15px;
}

div#container-columns {
	border-bottom:1px solid #000;
}

td#container-column-left {
	background-color:#b0d6e1 !important;
	
	vertical-align:top;
}

td#container-column-right {
background-color:#fff;
	vertical-align:top;
}

div#container-menu {
	
	display:block;
	height:385px;
	width:322px;
}

div#container-menu div.bg {
	position:absolute;
}

div#menu {
	display:block;
	position:relative;
	left:175px;
	top:22px;
	width:100px;
	height:120px;
}

div#menu a {
	text-transform:uppercase;
	display:block;
	width:90px;
	height:14px;
	font-size:0px;
	text-decoration:none;
	color:#fff;
}

div#menu a span {
	display:none;
}


div#menu a:hover {
	color:#9fce42;
}

div#menu a#option-index {
	background-image:url(../img/home.off.gif);
	background-repeat:no-repeat;
}

div#menu a#option-index:hover {
	background-image:url(../img/home.on.gif);
	background-repeat:no-repeat;
}

div#menu a#option-profile {
	background-image:url(../img/profile.off.gif);
	background-repeat:no-repeat;
}

div#menu a#option-profile:hover {
	background-image:url(../img/profile.on.gif);
	background-repeat:no-repeat;
}

div#menu a#option-contact {
	background-image:url(../img/contact.off.gif);
	background-repeat:no-repeat;
}

div#menu a#option-contact:hover {
	background-image:url(../img/contact.on.gif);
	background-repeat:no-repeat;
}

div#menu a#option-testimonials {
	background-image:url(../img/testimonials.off.gif);
	background-repeat:no-repeat;
}

div#menu a#option-testimonials:hover {
	background-image:url(../img/testimonials.on.gif);
	background-repeat:no-repeat;
}

div#container-ticker {
	width:280px;
	/*border:1px solid #fff;*/
	height:80px;
	margin-left:18px;
	font-size:14px;
	position:relative;
	top:-90px;
	overflow:hidden;
	color:#097592;

	
}

div#container-ticker a {
	color:#fff;
	text-decoration:none;
}

div#container-ticker-content {
	width:275px;
	display:none;
}

div#container-ticker-flash {
	
}

div#container-ticker div.testimonial {
	margin-bottom:10px;
}

div#container-body {
	padding:20px;
	padding-top:20px;
	padding-left:20px;
	width:397px;
}

div#container-body h1 {
	font-size:12px;
	color:#a2ce43;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
}

div#container-body h1 img {
	margin-left:1px;
}

div#container-body h1 img.righted {
	margin-left:-1px;
}


div#container-body p, div#container-body table td {
	color:#025354;
	font-size:12px;
}

div#container-body p {
	margin:0px;
	margin-bottom:10px;
	color:#025354;
}

div#container-body p.profile {
	padding-right:20px;
}

div#container-body p a {
	color:#a2ce45;
	text-decoration:none;
}

div#container-body p.bold {
	font-weight:bold;
}


div#container-body p.client-quote {
	margin-bottom:0px;
	padding-right:50px;
	
}

div#container-body p.client-name {
	font-weight:bold;
	padding-right:50px;
}

div#container-body table.contact-form {
	
	width:385px;
}

div#container-body table.contact-form td.label {
width:100px;
}

div#container-body table.contact-form td.input input{
	border:0;
	background-color:#D4E4E7;
	margin-bottom:5px;
	width:100%;
	font-family:Verdana;
	font-size:12px;
	color:#025354;
	padding:3px;
}


div#container-body table.contact-form td.input textarea{
border:0;
	background-color:#D4E4E7;
	margin-bottom:5px;
	width:100%;
	height:50px;
	color:#025354;
	font-family:Verdana;
	font-size:12px;
	
}

div#container-body input.submit {
	background-color:#7ACC14;
	color:#fff;
	border:0;
	padding:3px;

}

div#reflected-images img {
	padding-left:20px;
	padding-right:3px;
}

div.container-footer {
	border:1px solid #62abbc;
	background-color:#f1f0eb;
	padding-top:10px;
	color:#8b8b8b;
	font-family:Arial;
	font-size:11px;
	padding-left:5px
}

div.container-footer div.logo {
	width:130px;
	display:block;
	float:left;
	margin-right:15px;
	margin-left:38px;
	_margin-left:30px;
}

div#container-footer-contact div.logo {
	width:130px;
	display:block;
	float:left;
	margin-right:15px;
	margin-left:0px;
	text-align:left;
}

div.container-footer div.logo span.name {
	display:block;
	height:30px;
	
	text-align:left;
	
}
div.container-footer img {
	
}

div#container-info {
	padding-top:5px;
	padding-left:10px;
	color:#84becc;
	font-size:smaller;
}

div#container-info a {
	color:#84becc;
}

span#mail_result_message {
	font-weight:bold;
	margin-left:10px;
	display:block;
}

p#mail_error_message {
	font-weight:bold;
	
	color:#bb0000;
	background-color:#B0D6E1;
	border:1px solid #097592;
	padding:5px;
	
}