*{
margin:0;
padding:0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background-image:url(../images/stripes_blk.gif);
	background-position:left top;
	background-repeat:repeat;
	background-attachment: fixed;
	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: #000;
}
#container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	background-color: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 780px;
} 

#sidebar {
	float: left; 
	width: 350px; /* since this element is floated, a width must be given 12em */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
	margin: 0 0 10px 0;;
}
#sidebar h3, #sidebar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#news {
margin: 0 0 15px 0;
padding: 5px;
background-color: #F7C193;
border: 1px solid #AF3D00;
border-left: 6px solid #752900;
}

#news p {
		font-size: 80% !important;
		padding: 4px !important;
}

h3 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 120%;
padding:  4px;
}

#news h3 {
color: #000;
}

#maincontent h3 {
color: #AF3D00;
}

#sidebar p {
		font-size: 80%;
		padding: 1.2em 0 0 0;
		line-height: 1.2em;		
}

#sidebar img {
text-align: center;
border: none;
}

#maincontent { 
	margin: 0 20px 0 360px;
	padding: 0 15px;	
} 

#maincontent h1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 250%;
color: #AF3D00;
padding: 0 0 10px 0;
}

#maincontent p, #maincontent ul, #maincontent ol {
font-size: 85%;
line-height: 1.5em;
padding: 0 0 1.5em 3em;
list-style-image:url(../images/bullet.gif);
list-style-type: none;
}

#maincontent ol li {
padding: 0 0 1.2em 0;
}

#maincontent h2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 150%;
color: #752900;
padding: 0 0 10px 0;
}

/* Miscellaneous classes for reuse */
.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;
	border: 1px solid #000;
}

.fltrtNoBorder { /* 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;
	padding: 0;
	margin: 0 0 0 8px;
}

.fltrtPortraitPic {
	float: right;
	padding: 4px;
	margin: 8px;
	border: 1px solid #000;
}

.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;
}

#footer {
background-color: #DD4D00;
color: #fff;
font-size: 80%;
padding: 10px 5px;
}

.companyname {
font-style: italic;
font-weight: bold;
color: #DD4D00;
}

.standout {
font-style: italic;
font-weight: bold;
color: #752900;
}

.menutext {
color: #AF3D00;
}

body#homepage li#lihome a, body#servicespage li#liservices a,
body#portfoliopage li#liportfolio a, body#pricingpage li#lipricing a,
body#faqpage li#lifaq a, body#startedpage li#listarted a,
body#contactpage li#licontact a {
	background-color: #fff;
	color: #000;
	border-left: 12px solid #000;
	letter-spacing: .01px;
}

#maincontent a {
color: #005259;
text-decoration: underline;
}

#maincontent a:visited {
color: #5EAAB1;
text-decoration: underline;
}

#maincontent a:hover {
background-color: #752900;
color: #fff;
text-decoration: none;
}

#maincontent a:active {
background-color: #752900;
color: #000;
text-decoration: none;
}

#frmContact {
padding: 10px;

}

#frmContact label {
color: #752900;
font-size: 80%;
display: block;
}

#frmContact input, #frmContact textarea {
background-color: #fce2cd;
}

fieldset {
border: 2px solid #752900;
margin: 0 0 10px 0;
}

legend {
color: #F7C193;
}

.withemphasis {
clear: both;
width: 200px;
}

#ads {
	margin: 0 10px;
}

#extrainfo {
	display: none;
}

td {
	padding: 5px;
	width: 210px;
	height: 210px;
	color: #CC6633;
	vertical-align: middle;
	border: 1px dotted #e8e8e8;
}
