/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, img, form, fieldset, blockquote {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

body {
	font-size: 100.01%;
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #336699;
	margin: 20px;
	background-color: #FFFFFF;
	text-align: center;
}

html {
	height: 101%
}

.clearfix:after {
  content: "."; /* This dot is the actual appended content */
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
 
.clearfix {display: inline-block;} /* Fixes IE/Mac */
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#skipnav a {
  position: absolute;
  margin-left: -9000px;
}

#skipnav a:focus, #skipnav a:active {
  margin-left: 0;
}

#blah:active {
}

#wrapper {
	margin: 0px auto;
	width: 793px;
	text-align: left;  
	line-height: 130%; 
	background: #FFFFFF url(../design_images/wrapper_bkgrd.jpg) repeat-y;
}

#orange {
	background: url(../design_images/orange.jpg) no-repeat;
	float: left;
	height: 252px;
	width: 252px;
	position: relative;
	
}
#branding {
	position: relative;
	float: right;
	width: 541px;
	height: 125px;
	background: url(../design_images/branding.jpg) no-repeat right top;
	
}

#branding ul {
	margin : 20px 10px;
	padding : 0;
	font-size: 103%;
}

#branding ul li {
	list-style-type: none;
	display: inline;
	margin : 0;
	padding : 0px 12px 0 8px;
	border-right: 1px solid #6eafd7;
	text-decoration: none;
}

#branding ul li.first {
	padding-left: 2px;
}

#branding ul li.last {
	border-right: none;
}

#branding ul a {
	color: #6699cc;
	text-decoration: none;
	font-weight: bold;
}

#branding ul a:link {
	
	
}

#branding ul a:visited {
	color: #6699cc;
}

#branding ul a:hover {
	color: #336699;
}
body#home a#homenav,
body#websites a#websitesnav,
body#design a#designnav,
body#hosting a#hostingnav,
body#prices a#pricesnav,
body#contact a#contactnav {
	color: #ee9922;
}

#content {
	position: relative;
	float: right;
	clear: right;
	width:541px;
	background: url(../design_images/content_expand.jpg) repeat-y;
	padding-bottom: 20px;
}
.nobullet {
	list-style-type: none;	
}
h1 {
	font-size: 100%;
	padding: 5px 5px 5px 0;
	margin-left: 10px;
}
h2 {
	font-size: 130%;
	padding: 4px 4px 4px 0;
	margin-left: 10px;
}
h3 {
	font-size: 120%;
	padding: 3px 3px 3px 0;
	margin-left: 10px;
}
h4 {
	font-size: 120%;
	padding: 2px 2px 2px 0;
}
h5 {
	font-size: 110%;
	padding: 2px 2px 2px 0;
}

#content p {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 84%;
	line-height: 106%;
}

#content ul {
	padding-left: 3em;
	padding-right: 1em;
	font-size: 84%;
	margin-bottom: 1em;

}

#web_strap {
	position: relative;
	float: left;
	width: 793px;
	height: 30px;
	background: url(../design_images/home_strap4.jpg) no-repeat;
	overflow: hidden;
	
}
#promote {
	background: url(../design_images/wrapper_bkgrd.jpg) repeat-y;
	padding: 0;
	float: left;
	position: relative;
}
#latest_offer {
	float: left;
	width: 130px;
	position: relative;
}

#latest_offer p {
	margin: 30px 5px;
	font: 160% "Times New Roman", Times, serif;
	text-transform: capitalize;
	text-align: center;
}
#img {
	float: left;
	width : 791px;
	position: relative;
}

#img ul {
	margin: 8px 20px;
}

#img ul li {
	list-style-type: none;
	display: inline;
	margin : 6px 2px 7px 3px;
	text-decoration: none;
}

#img ul li a {
	
	margin : 6px 2px 7px 3px;
	
}


#footer {
	position: relative;
	float: left;
	width: 793px;
	height: 18px;
	background: url(../design_images/footer.jpg) no-repeat;
	overflow: hidden;
}

#footer a {
	font-size: 8px;
	}
#popup {
	background: #33CCFF;	
	text-decoration: none;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8;
	font-weight: bold;
	margin-top: 0px;
}
#content a:hover, #content a:focus, #content a:active {
	background: #CCCCCC;
}
span.wsp_required {
  color: #CC0033;
  font-size: 84%;
}
img.cal_ico {
  border:0px;
  cursor:pointer;
  padding-left:3px;
  vertical-align:-0.2em !important;
  vertical-align:baseline;
}
.addresstable {
	padding: 10px 10px 10px 0;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.addresstable td {
	vertical-align: top;	
}

label {
	padding-left: 8px;
	font-size: 84%;
	}
.imageright {
	margin: 5px 0px 5px 5px;
	float: right;
}
iFrame { 
 	border: none;
}