/* CSS Document */
body {
 margin:0px 0px; padding:0px;
 text-align:center;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
}
a { color:#6691E9; text-decoration:none }
a:hover { color:#6CD40F; text-decoration:none }
.red {
 color:#FF0000;
 font-weight:bold;
}
h1.sales {
 font-weight:normal;
 color:#6CD40F;
 margin:15px 0px 0px 45px;
}
#container {
 width:750px;
 margin:0px auto;
 text-align:left;
 padding:0;
 border-bottom: #6CD40F 1px solid;
 border-left: #6CD40F 1px solid;
 border-right: #6CD40F 1px solid;
 background-image:url(../images/background.gif);
 background-repeat:repeat-y;
}
#header {
 width:750px;
 background-color:#FFFFFF;
 margin:0px;
 padding:0px;
}

/* Menu */
div#menu {
 clear:both;
 width:750px;
 background-image:url(../images/menu.gif);
 background-repeat:repeat-x;
 background-color:#FFFFFF;
 height:27px;
 border-bottom:3px solid #6CD40F;
 margin:0px;
 padding:0px;
}
div#menu ul {
 margin:0px;
 padding:0px;
 list-style-type:none
}
div#menu ul li {
 float:left;
 margin:0px;
 padding:6px 0px 7px 0px;
 color:#FFFFFF;
}
div#menu ul li a {
 margin:0px;
 padding:6px 7px 7px 7px;
 text-decoration:none;
 color:#FFFFFF;
 border-right:1px solid #FFFFFF;
 font-weight:bold
}
div#menu ul li a:hover {
 background-color:#6691E9;
 text-decoration:none;
 color:#FFFFFF;
 font-weight:bold
}
div#menu li.first {
 margin-left:15px;
 border-left:1px solid #FFFFFF;
}
/* End of menu */
div#content_container {
 clear:both;
 margin:0px;
 padding:0px;
}
/* Content */
div#content {
 float:left;
 width:553px;
}
div#content h1 {
 font-size:14px;
 font-weight:bold;
 color:#6CD40F;
 margin:15px 0px 0px 45px;
}
div#content p {
 margin:0px;
 padding:10px 35px 0px 35px;
}
div#content p.last {
 margin:0px;
 padding:10px 35px 20px 35px;
}
/* End of content */

/* Sub menu */
div#sub {
 float:left;
 width:197px;
}
#navcontainer {
width:196px;
/*height:300px;*/
padding: 0 0 1px 0;
margin:2px 0px 0px -10px;
margin-left:1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: #FFFFFF;
color: #6CD40F;
}
#navcontainer ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#navcontainer li {
width:181px;
/*height:24px;*/
border-bottom: 1px solid #6691E9;
margin:1px 0px 0px 0px;
padding:0px;
border-left:5px solid #6CD40F;
}
html>body #navcontainer li { width:191px }
#navcontainer li a {
display: block;
color: #6CD40F;
text-decoration: none;
width: 97%;
height:100%;
padding:7px 0px 7px 15px;
}
#navcontainer li a:hover {
color: #6691E9;
}
/* End of sub menu */

/* Footer */
div#footer {
 clear:both;
 width:750px;
 height:53px;
 background-image:url(../images/footer.gif);
 background-repeat:no-repeat;
 font-size:10px;
}
div#footer p {
 width:500px;
 margin:0px;
 text-align:center;
 padding:20px 0px 0px 10px;
 color: #6CD40F;
}
/* End of footer */
div.designed {
 clear:both;
 font-size:9px;
 text-align:right;
 margin:0px;
 padding:2px 5px 2px 0px;
}
/* Table */
table.domains {
 margin-top:20px;
 margin-bottom:20px;
}
tr.title td {
 padding:6px;
 text-align:center;
 background-color:#6CD40F;
 color:#6691E9;
 font-weight:bold;
}
tr.details td {
 padding:4px;
 text-align:left;
 border:1px solid #6CD40F;
}
td.bold {
 font-weight:bold
}
td.full-list {
 margin:0px;
 padding:10px 0px 2px 0px;
 text-align:center
}
/* End of table */

/* Contact table and form */
table.contact {
 margin:20px 0px 20px 0px;
 padding:0px;
}
table.contact td {
 margin:0px;
 padding:4px 0px 4px 10px;
}
.red {
 color:#FF0000
}
input {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}
textarea {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#6691E9;
 font-size: 11px;
}
table.contact td.no-border {
 margin:0px;
 padding:0px;
 color:#FF0000
}
/* End of contact table and form */