html,body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #777;
	text-align: left; 
	background: #ccc;
	padding: 0;
	margin: 0;
}

h1
{
	font-size: 120%;
}

h2 {
	font-size: 150%;
}

h2 a {
	color: blue;
}

#wrapper_page
{
	width: 900px;
	margin: 20px auto;
	border: 1px solid #808080;
}

/* header section of the site */
#wrapper_header
{
	width: 900px;
	min-height: 150px;
}

/*\*/
* html #wrapper_header {
	height: 150px;
}
/**/

#top_nav
{
	width: 820px;
	margin-top: 20px;
	margin-left: 0px;
	clear: both;
	float: right;
}

#logo
{
	float:right;
	position: relative;
	margin-top: -95px;
	margin-right: 15px;
	z-index: 10;
}

/* ====== Menu Styling ====== */

#nav
{
	background: #fff;
	margin-top: 35px;
	width: 100%;
	position: relative;
	z-index: 1;
}

#nav ul
{
	margin: 0;
	padding:0;
	list-style: none;
	height: 40px;
	background:  transparent url(/templates/common/images/dots.gif) repeat-x center 5%;	
}

#nav ul li 
{
	float: left;
	text-align: center;
	position: relative;
}

/*\*/
*html #nav a:hover {
	background: #fff;
}
/**/

#nav ul li a
{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #777;
	font-weight: lighter;
	display: block;
	line-height: auto;
	background: url(/templates/common/images/divider.gif) no-repeat;
	background-color: transparent;
	padding: 13px 12px 15px 12px;
	font-size: 14px;
}

#nav ul li.Home a 
{
	background: none;
}

#nav ul ul
{
	visibility: hidden;
	width: 150px;
	background: none;
	padding: 0;
	margin: 0;
	top: 30px;
	left: 0px;
	position: absolute;
	border: 2px solid #000;
	border-top: none;
	margin-top: 8px;
	height: auto;
}

#nav ul ul ul {
	top: 0px;
	left: 150px;
	width: 150px;
	background: none;
	padding: 0;
	margin: 0;
	position: absolute;
	height: auto;
}

ul ul ul .sub
{
	visibility: hidden;
}

#nav ul :hover ul ul
{
	visibility: visible;
}

#nav ul ul li
{
	float: left;
	width: 150px;
	height: 24px;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

#nav ul ul li a
{
	border: none;
	background: none;
	background-color: #fff;
	width: 150px;
	display: block;
	padding: 0;
	margin: 0;
	height: 24px;
	line-height: 24px;
}

#nav ul ul li a:hover
{
	background-color: #bbbbdd;
	border-left: none;
}

#nav ul :hover ul
{
	visibility: visible;
}

#nav ul :hover ul ul {
	visibility: hidden;
}

#nav ul ul :hover ul {
	visibility: visible;
}


#nav table {
	position: absolute;
	top: 0px;
	left: 0px;
	border-collapse:collapse;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*\*/
*html #nav table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/**/

/* ============ Body section ============== */
#wrapper_body
{
	width: 900px;
	height: 450px;
}

#wrapper_content
{
	width: 670px;
	float: right;
	height: 430px;
	padding: 0;
}

/*\*/
* html #wrapper_content {
	height: 420px;
}
/**/

#wrapper_content h1
{
	margin: 0;
	padding:  0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
}

#est_img
{
	float: left;
	margin-top: -40px;
	margin-left: 20px;
}

/*================== main content area, lower right of site ================== */
#content
{
	width: 630px;
	float: right;
	margin: 0;
	padding: 0 0 0 10px;
	height: 450px;
}

/*\*/
* html #content {
	height: 450px;
}
/**/

#content.first_page
{
	width: 670px;
}

/*============== BRAND STYLES ON HOME PAGE =========  */

#content #brandlist
{
	margin-top: 5px;
	height: 255px;
}

#content div.brand
{
	margin-top: 10px;
	width: 160px;
	float: left;
	border-left: 1px solid #ccc;
	height: 230px;
	padding: 0 2px;
	overflow: hidden;
}

#content div.brand p
{
	padding: 0px 5px;
}

/*\*/
* html #content div.brand {
	height: 230px;
}
/**/

#content div.first {
	border: none;
}

/* ========================= paragraph style =================== */

#content p {
	font-size: 12px;
}

/* styles for dividers in template 2 */

#left_txt 
{
	width: 460px;
	min-height: 450px;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 12px;
	font-weight: lighter;
	clear: both;
	float: left;
}

/*\*/
* html #left_txt p {
	height: 450px;
}
/**/

#right_img
{
	width: 160px;
	min-height: 450px;
	margin: 0;
	padding: 5px;
	float: left;
}

/*\*/
* html #right_img {
	height: 450px;
}
/**/

#links a {
	background: url('/templates/common/images/external.gif') no-repeat top right;
	padding-right: 16px;
}

/* ============= Review page sytles =================== */

#reviewlist {
}

#reviewlist .title {
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 150%;
	font-weight: bold;
}

#reviewlist p {
	margin-top: 5px;
	margin-left: 10px;
}

#reviewlist p a {
	color: #334a9a;
}

/* ================ FORM STYLES =======================*/
form {
	width: 600px;
	margin: 10px;
}

.row {
	clear: both;
	width: 100%;
	margin-top: 5px;
	padding: 4px 0;
	line-height: 20px;
}

.row label {
	float: left;
	text-align: right;
	width: 30%;
}

.row .col2 {
	float: right;
	text-align: left;
	width: 68%;
}

.row input {
	background-color: #C2DFFF;
}

.row input.check {
	background-color: #fff;
}

.row textarea {
	background-color: #C2DFFF;
}

/* ========== HOME PAGE NEWS TICKER =================*/

#newsticker p
{
	margin-top: 0px;
	display: block;
}

#placeholder
{
	position: relative;
	float: left;
}

#placeholder p {
	margin: 3px 0 0 0;
	padding:0;
}

#intro 
{
	overflow:auto;
	min-height:80px;	
}

/*\*/
* html #intro {
	height: 80px;
}
/**/

#news-ticker
{
	clear: both;
	width: 650px;
	height: 28px;
	font-size: 110%;
	margin-bottom: 2px;
	font-style: italic;
}

#news-ticker span {
	color: #777;
}

#news-ticker a:link {
	text-decoration: none;
	color: blue;
	}
	
#news-ticker a:visited {
	text-decoration: none;
	color: blue;
	}
	
#news-ticker a:hover {
	text-decoration: underline;
	color: blue;
	} 

#news-ticker a:active {
	text-decoration: none;
	color: blue;
	}
#news-ticker div
{ 
	/*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	/*background-color: #eee;*/
}
