html,body {
height: 100%;
}

body {
background: #f2f4f6 url(images/bgfill.png) repeat-y 50% 0;
background-color: #515151;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
color: #564b47;  
padding: 0px;
margin: 0px;
text-align: center;
}

#wrap {
position: relative;
margin: 0 auto;
padding: 0;
font-size: 95%;
text-align: left;
width: 710px;
height: 100%;
background: #fff;
}

#main-body {
float: left;
width: 530px;
}

#content {
width: 530px;
margin: 0;
padding: 0;
}

#sidebar {
width: 180px;
min-height: 100%;
float: right;
margin: 0;
padding: 0;
text-align: right;
background: url(images/bgsidebar.png) repeat-y;
color: #564b47;
}

/* IE sidebar hack start */
* html #sidebar {
padding: 10px 0 0 0;
}
/* IE sidebar hack end */

#sidebar-content {
height: 100%;
width: 160px;
margin: 0 10px 0 10px;
padding: 0;
}

#title {
width: 710px;
float: left;
padding: 0;
color: #fff;
background-color: #fff;
}

p {
text-align: left;
margin: 0px; 
padding: 10px 10px; 
}

p.logo {
text-align: right;
margin: 0px; 
padding: 10px 10px; 
}

p.offer {
background-color: #ffeaea;
}

h1 {
text-align: right;
margin: 0px; 
padding: 10px 10px; 
font-size: 11px;
text-transform: uppercase;
text-align: left;
color: #fff;
background-color: #3db508;
}

h2 {
font-size: 11px;
text-transform: uppercase;
text-align: left;
color: #564b47;
background-color: #afef93;
margin: 0;
padding: 5px 10px;
}

h3 {
font-size: 12px;
text-transform: uppercase;
color: #564b47;
margin: 10px 0px 10px 0px;
padding: 0;
}

* html h3 {
margin: 5px 0px 10px 0px;
}

hr
{
border: 0;
height: 1px;
color: #000000;
background-color: gray;
}

#nav ul {
list-style-type: none;
}

#nav li {
list-style-type: none;
line-height: 2em;
}

#nav a {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #3db508;
}

#nav a.sub {
font-weight: normal;
text-transform: lowercase;
color: #3db508;
}

#nav a:hover {
font-weight: bold;
text-transform: uppercase;
text-decoration: underline;
}

#nav a.sub:hover {
font-weight: normal;
text-transform: lowercase;
text-decoration: underline;
}

#nav #current a {
font-weight: bold;
text-transform: uppercase;
color: #564b47;
}

#nav #current a:hover {
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
color: #564b47;
}

#nav #currentsub a {
font-weight: normal;
text-transform: lowercase;
color: #564b47;
}

#nav #currentsub a:hover {
font-weight: normal;
text-transform: lowercase;
text-decoration: none;
color: #564b47;
}

#navcontact {
text-align: right;
margin: 0;
padding: 0;
}

#navcontact h2 {
text-align: right;	
}

textarea {
margin: 0;
padding: 0;
width: 157px;
font-size: 11px;
border: 1px solid gray;
overflow: auto;
}

input.inputtext {
margin: 0;
padding: 2px;
width: 157px;
font-size: 11px;
border: 1px solid gray;
}

input.button {
background: #3db508;
border: 2px solid gray;
color: #fff;
}

input.button:active {
background: #fff;
border: 2px solid gray;
color: #000
}

a { 
color: #3db508;
font-size: 11px;
background-color: transparent;
text-decoration: none; 
}

a.h2 { 
color: #564b47;
font-size: 11px;
background-color: transparent;
text-decoration: none; 
}

/* top navigation start*/
#topnav ul {
padding: 10px 0 10px 0;
margin: 0;
list-style-type: none;
background-color: #94b1cf;
width: 100%;
text-align: right;
}

#topnav li { 
display: inline;
padding: 0 2px 0 5px;
text-transform: uppercase;
border-left: 1px solid white;
}

a.top {
font-weight: bold;
text-decoration: none;
background-color: #94b1cf;
color: #fff;
}

a.top:hover
{
font-weight: bold;
color: #fff;
text-decoration: underline;
}
/* top navigation end*/

#webdesign {
	width: 520px;
	border: 0;
}

#webdesign td {
	width: 260px;
	vertical-align: top;
	text-align: justify;
	padding: 0 5px 0 5px;
}

#webdesign td.image {
	width: 50%;
	text-align: center;
}

#webdesign img {
	border: 1px solid gray;	
}

#quote {
position: relative;
text-align: left;
margin: 0 auto;
padding: 0 100px 0 100px;
}

img {
	border: none;	
}

img.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;	
}