/* STYLE SHEET FOR DALE PCs */
/* by TONY WILLIAMS         */
/* April 2009               */

*{
margin: 0;
padding: 0;
}

body{
font-family: Arial, sans-serif;
font-size: 0.8em;
color: #222;
margin-top: 10px;
}

h1,h2,h3,h4,h5,h6 {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

h1{
font-size: 1.6em;
border-bottom: 1px solid;
color: #C0610D;
}

h2 {
color: #C0610D;
font-size: 1.2em;
margin-top: 10px;
background: #FFF4BC;
border: 2px solid #C0610D;
padding: 0.2em;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
-msie-border-radius: 10px;
}

h4{
color: #C0610D;
font-size: 1.2em;
margin-top: 10px;
}

h3 {
color: #C0610D;
text-align: center;
}

.boxout{
margin-top: 10px;
background: #FFF4BC;
border: 4px solid #C0610D;
padding: 1em;
font-style: italic;
text-align: center;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
}

.testimonial{
margin: 10px 0 25px 0;
background: #FFF4BC;
border: 2px dotted #C0610D;
padding: 1em;
font-style: italic;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
}

#mainContent ul{
list-style: url(images/tick.gif);
list-style-position: outside;
line-height: 150%;
margin: 10px 0 10px 30px;
}

#mainContent ul li{
padding-left: 5px;
margin-top: 0;
padding-top: 0;
}


.clear{
clear: both;
height: 1px;
}

/* LAYOUT */

#wrapper{
background: #fff;
width: 766px;
margin: 0 auto;
}

#header{
margin-bottom: 10px;
}

#leftSidebar{
margin-top: 10px;
float: left;
width: 220px;
}

#mainContent{
float: left;
width: 540px;
}

#mainContent p{
margin-top: 10px;
margin-bottom: 10px;
}

#deal{
height: 100px;
clear: both;
margin: 10px 0 10px 0;
background: url(images/new-bottom-banner.gif) no-repeat center;
padding: 50px 280px 0 320px;
}

#deal a, #deal a:visited{
font-weight: bold;
font-size: 1.2em;
text-decoration: none;
color: #0000ff;
}

#deal a:hover {
text-decoration: underline;
}

#dealtop{
background: url(images/dealtop.gif) no-repeat center;
height: 91px;
font-weight: bold;
font-size: 1.2em;
padding: 40px 60px 0px 260px;
text-align: center;
color: #C0610D;
}

#footer{
clear: both;
height: 50px;
background: url(images/help.gif) no-repeat right;
border-top: 1px solid #ccc;
padding: 10px;
color: #808094;
}

#footer p{
margin: 5px;
}

#footer a{
text-decoration: none;
color: #808094;
}

#footer a:hover {
text-decoration: underline;
}

#subFoot{
color: #808094;
text-align: right;
}

#subFoot a{
color: #808094;
font-size: 0.7em;
}

.right{
float: right;
margin: 10px 10px 0 10px;
}

.left{
float: left;
margin: 10px 80px 0 0;
}


/* NAVIGATION */

#navContent{
/* float: left; */
width: 200px;
}

#navContent ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	width: 192px; /* Width of Menu Items */
	}
	
#navContent ul li {
	position: relative;
	margin-bottom: 4px;
	}

#navContent ul li a {	
	display: block;
	text-decoration: none;
	color: #0B6BA3;
	background: url(images/b-nav-bg.jpg) no-repeat center #D6E4EF;
	font-weight: bold;
	padding: 7px;
	}

#navContent ul li a:hover{
color: #fff;
background: url(images/c-nav-bg.jpg) no-repeat center #0B6BA3;
font-weight: bold;
}

#navContent ul li a.cur{
color: #fff;
background: url(images/a-nav-bg.jpg) no-repeat center #0B6BA3;
font-weight: bold;
}

/* Holly Hack. IE Requirement \*/
* html #navContent ul li { float: left; height: 1%; }
* html #navContent ul li a { height: 1%; }
	
/* END NAVIGATION STYLING */

#subNav{
width: 174px;
margin-top: 10px;
padding: 5px;
border: 4px solid #A7CEDF;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
-msie-border-radius: 10px;
}

.blueborder{
text-align: center;
width: 184px;
border: 4px solid #A7CEDF;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
-msie-border-radius: 10px;
}

#subNav ul li{
list-style: disc inside;
color: #C0610D;
font-size: 1.2em;
}

#subNav a{
color: #C0610D;
text-decoration: none;
}

#subNav a:hover{
text-decoration: underline;
}


/**** CONTACT FORM STUFF ****/
#contact-form{
margin: 0 1em 1em 0;
float: left;
width: 460px;
font-family: Tahoma, Arial, sans-serif;
}

#contact-form label{
float: left;
width: 20%;
}

#label2 label{
float: left;
width: 40%;
}

#contact-form div{
clear: left;
margin: 0.4em 0 0 0;
}

#contact-form fieldset{
padding: 8px;
}

