@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/container.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	top: 0px;
	} 
.twoColFixRtHdr #header {
	background-repeat: no-repeat;
	background-image: url(../images/top.jpg);
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 320px;
	} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 325px;
	margin-bottom: 0;
	margin-left: 12px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*menu*/


 #container #sidebar1 .menu{
	 margin:0;
	 padding:0;
	 width:300px;
	 list-style:none;
	 background:rgb(255,255,255);
	 }
 #container #sidebar1 .menu li{
	 padding:0; 
	 margin:0 0 1px 0; 
	 height:40px; 
	 display:block;
	 }
 #container #sidebar1 .menu li a{
	text-align:left;
	height:40px; 
	padding:0px 25px; 
	font:16px Verdana, Arial, Helvetica, sans-serif; color:rgb(255,255,255); 
	display:block; 
	background:url('../images/verMenuImages.png') 0px 0px no-repeat; 
	text-decoration:none;
	}
 #container #sidebar1 .menu li a:hover{
	 background:url('../images/verMenuImages.png') 0px -40px no-repeat;
	 color:rgb(255,255,255);
	 }

 #container #sidebar1 .menu li a span{
	 line-height:40px;}
/* menu end*/

/* domain menu */
#ddcolortabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#ddcolortabs ul{
	font: bold 11px Arial, Verdana, sans-serif;
	margin:0;
	list-style:none;
	padding-top: 50;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
	float:left;
	color: white;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/images/color_tabs_left.gif);
}

#ddcolortabs a span{
	float:left;
	display:block;
	padding:4px 9px 2px 6px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/images/color_tabs_right.gif);
}
#maincontainer #contentwrapper #ddcolortabs {
	padding-top: 10px;

}


#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
	background-color: #AAC810;
	color: #000000;
}

#ddcolortabs a:hover span{
	background-color: #A8C511;
	color: #000000;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
	background-color: #CEC089;
	color: #000000;
}

#ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 1px;
	line-height: 8px; /*Remove this to remove border between bar and tabs*/
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #fff;
}

/* domain menu */
#domain {
	height: 1000px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#whois {
	height: 2500px;
	width: 100%;
}
#contentwrapper{
	width: 90%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	margin-top: 0;
	margin-left: 30px;
	letter-spacing: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 240px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	color: #960103;
	letter-spacing: -2px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #mainContent h2 {
	font-size: 18px;
	color: #960103;
	text-align: center;
}

#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
}
#mainContent ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.1em;
	margin-left: 75px;
	padding-bottom: 10px;
}

#mainContent ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
#mainContent ol li {
	margin-bottom: 20px;
}

#header h1 .hdindent {
	padding-left: 50px;
}
#mainContent .top {
	padding-top: 0px;
}
#footer{
	color: #675D68;
	text-align: center;
	font-weight: bold;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 40px;
}
#footer p {
	font-weight: normal;
	padding-bottom: 1em;
	font-size: 80%;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #716772;
	background-color: transparent;
	font-weight: bold;
	font-size: 85%;
}
#footer a:hover {
	color: #B8DB0D;
	background-color: #FFF;
}
.bold {
	font-weight: bold;
}
#mainContent .floatleft {
	float: left;
}
#mainContent .contact {
	float: right;
	padding-left: 25px;
}
.portfolio {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #932BCF;
	height: 200px;
	width: 575px;
}
.portfolio p {
	line-height: 1.3em;
	margin-top: .8em;
	margin-right: 0px;
	margin-bottom: .8em;
	margin-left: 0px;
	color: #3F3F3F;
}
.thumbnail {
	clear: none;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7606CC;
}

