@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4F4E56;
	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;
}
#container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#4F4E56;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 
#header { 
	background:url(images/navbar_background.jpg) center top no-repeat; 
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-bottom:8px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
ul.navrighttop
{
position:absolute;
top:0;
right:0;
font-size:12px;
}
ul.navrighttop li
{
margin:40px 0;
list-style-type:none;

}
ul.navrighttop li.getyourwebsite a
{
padding:10px 30px;
background:url(images/getyourwebsite_background.jpg) left top no-repeat;
height:34px;
width:160px;
text-decoration:none;
}
ul.navrighttop li.getyourwebsite a:hover
{
background:url(images/getyourwebsite_background_hover.jpg) left top no-repeat;
}
ul.navrighttop li.accountlogin
{
padding-left:60px;
}
ul.navrighttop a
{
color:#FFF;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:  #4F4E56; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#sidebar1 h3, #sidebar1 ul li
{
color:#fff;
}
#sidebar1 h3{
font-size:13px;
margin-left:10px;
}
#mainContent {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:550px;
	float:left;
	background:url(images/delimiter_content_sidebar.jpg) right center repeat-y;
	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
img.logo_houstonwebdesigncompany
{
	margin:0px 0 -58px 350px;
	position:relative;
	z-index:50;
}
#flash
{
	background-color:#4F4E56;
	width:960px;
	height:298px;
	margin:5px 0;
}
#mainContent p
{
color:#FFFFFF;
font-size:13px;
line-height:160%;
font-family:Verdana, sans-serif;
padding-right:25px;
text-align:justify;
}
#mainContent h1, #mainContent h2, #mainContent h3
{
color:#FEB94D;
font-size:21px;
font-weight:normal;
padding-bottom:5px;
background:url(images/background_h1.jpg) bottom left no-repeat;
}
#mainContent h2
{
background:none;
font-size:18px;
}
#mainContent h3
{
background:none;
font-size:14px;
}
#mainContent ul, #mainContent ol li 
{
color:#FFF;
}
#mainContent ul li, #mainContent ol li

{
padding:5px 0px;
font-size:13px;
}
/*an outer div to put to set the width*/
#formwrap
{
width:318px;
margin-left:auto;
margin-right:auto;
background:url(images/contact_background_body.jpg);
padding-bottom:10px;
text-align:left;

}
#formwrap p
{
font-size:0.7em;
margin: 0px 0 0 25px;
}
#formwrap fieldset
{
border: 1px solid #336;
width:280px;
margin-left:10px;
padding:0px 5px;
border-color:#FFF;
}
#formwrap legend{
font-size:1.4em;
color:#FFF;
}
#formwrap label
{
display:block;
font-size:0.7em;
text-align:left;
}

#formwrap input, textarea, select
{
border-top:1px solid #336;
border-left:1px solid #336;
border-bottom: #978EBA;
border-right: #978EBA;
background-color:#D9DEE8;
width:18em;
padding:.1em;
}
#formwrap input.checkbox
{
width:1em;
}
#formwrap textarea
{
height:5em;
}
/*be sure to put submit as an id in the submit button or it wont work*/
#formwrap #submit
{
width:8em;
margin: .1em 0 0 .8em;

}
input:focus, textarea:focus
{
background: #E5EBF4;
}
#contact_form em
{
color:#C00;
font-weight:bold;
font-style:normal;

}
#formtop
{
background-image:url(images/contact_background_top.jpg);
height:20px;
width:318px;
margin: 0 0 0 16px;

}
#formbottom
{
background-image:url(images/contact_background_bottom.jpg);
margin: 0 0 0 16px;
height:20px;
width:318px;
}
.signup
{
background:url(images/background_button_sidebar.gif) no-repeat center center;
padding:0;
height:84px;
font-size:14px;
}
.signup p
{
color:#797164;
padding-bottom:0;
margin-bottom:5px;
font-size:21px;
}
.houston_web_design_company_services, .houston_web_design_company_portfolio, .about_houston_web_design_company, .contact_houston_web_design_company, .submit_payment
{
float:left;
margin-left:60px;
color:#FFF;
}
.houston_web_design_company_services{margin-left:0;}
#footer { 
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/footer_background.jpg) top left no-repeat;
	height:238px;
} 
#footer h3
{
color:#FF1100;
font-size:15px;
padding:0; margin:9px 0 9px 0;

}
#footer ul
{
padding:0; margin:0;
list-style-type:none;
}
#footer ul li
{
padding: 2px 0;
font-size:12px;
}
#footer a
{
color:#FFF;
text-decoration:none;
display:block;
padding: 0 15px 0 0;
}
#footer a:hover
{
color:#FEB94D;
font-weight:bold;
text-decoration:underline;
}
a img
{
border:none;
}
#mainContent a, #mainContent a:active, #mainContent a:hover, #mainContent a:focus, #mainContent a:visited
{
color:#FFF;
font-weight:bold;
}
#mainContent a.gototop, #mainContent a.gototop:active , #mainContent a.gototop:hover, #mainContent a.gototop:focus, #mainContent a.gototop:visited, #sidebar1 a, #sidebar1 a:active, #sidebar1 a:hover, #sidebar1:visited
{
color:#FFB205;
font-weight:normal;
font-size:11px;

}
#mainContent a.gototop
{
background:url(images/arrow_up.gif) right bottom no-repeat;
padding-right:10px;
}
table
{
margin:20px 0;
text-align:left;
font-weight:normal;
}
hr
{color:#CCCCCC;}
ul.location {list-style:none;}
h1.header
{
text-indent:-9999px;
margin:0; padding:0;
position:absolute;
bottom:0;
left:0;
}
