@charset "UTF-8";
/************************** GENERAL Start *****************************/
body  {
	font: 11px;
	font-family: Verdana;
	background: #fff;
	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;
}

ul, li, td, tr, table, blockquote, p, h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
}

h1 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}

h3 {
	font-size:13px;
	font-weight:bold;
	color:#333;
}

p {
	font-size:12px;
	margin:5px 0 5px 0;
}

blockquote {
	margin-left:15px;
}

li {
	margin-left:15px;
	font-size:12px;
}

.spacing {
	margin-top:15px;
	height:0px;
}

a:link {
	color:#333;
	text-decoration:underline;
	font-size:12px;
}
a:hover {
	color:#ff0000;
	text-decoration: underline;
	font-size:12px;
}
a:visited {
	color: #333;
	text-decoration: underline;
	font-size:12px;
}
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#main {
	width:980px;
	margin:0 auto;
}	

#headers {
	position:relative;
	text-align:right;
}


#top-nav {
	position:relative;
	margin-top:5px;
}

#top-nav-left {
	background-image:url(images/orange-left.png);
	width:10px;
	bottom:0;
	left:0;
	height:30px;
}

#top-nav-middle {
	background-color:#990000;
	text-align:left;
	color:#fff;
}

.top-nav-item a:link {
	padding:0;
	margin-right:15px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	text-align:left;
	font-weight:bold;
}

.top-nav-item a:visited {
	padding:0;
	margin-right:15px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	text-align:left;
	font-weight:bold;
}

.top-nav-item a:hover {
	text-decoration:underline;
	color:#ff0000;
} 

#top-nav-right {
	background-image:url(images/orange-right.png);
	width:9px;
	bottom:0;
	right:0;
	height:29px;
}

/**** Main Are ****/
#main-area {

}

#main-area-left {
	width:455px;
	float:left;
	padding:5px;
}

#main-area-all {
	width:980px;
	padding:5px;
}


#main-area-right {
	width:505px;
	float:left;
	padding:5px;
	text-align:left;
}

#main-area-orange {
	margin:20px 15px 50px 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#fff;
}

/**** Call Me Back **/

#call-me-back {
}

#call-me-back-top {
	background-image:url(images/call-me-back-top.png);
	height:12px;
}

#call-me-back-bottom {
	background-image:url(images/call-me-back-bottom.png);
	height:12px;
}

#call-me-back-middle {
	background-color:#FF9933;
	padding:5px;
	color:#fff;
	font-size:12px;
	text-align:left;
}

.call-me-back-text-input {
	width:180px;
}

/***** Customer Feedback *****/
#float-customer-feedback {
 	float:right; 
 	width:200px;
}

#customer-feedback {
	background-color:#666666;
	color:#fff;
	font-size:12px;
	padding:5px;
}

.feedback-area {
	margin-left:5px;
	marging-right:5px;
}

/*** Footer ***/
#footer {
	background-color:#FFFF99;
}
