/* 2 column fixed width layout */

/* Zero down margin and padding on all elements */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	min-width: 955px;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	background-color: #D4D4D4;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#424242;
	color:#C1C1C1;
}

a {
	color:#00adee;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color:#fff;
}

p, li {
	font-size: 12px;
	color:#C1C1C1;
}

h1, h2, p {
	margin: 11px 0;
}

li {
	margin-top: 11px;
	margin-left: 22px;
}

h2 {
	color:#fff;
	font-size:15px;
	font-weight: bold;
	border-bottom:1px dotted #fff;
	margin-bottom:5px;
	margin-top:5px;
}

h3 {
	color:#fff;
	font-size:13px;
	font-weight: bold;
	/*border-bottom:1px dotted #fff;*/
	margin-bottom:5px;
	margin-top:5px;
}

h4 
{
	color: #00adee;
	font-size: 13px;
	font-weight : bold;
}

hr {
	background-color:#424242;
	color: #424242;
	height: 1px;
	border-bottom:1px dotted #777;
	border-top:1px solid #424242;
	border-right:1px solid #424242;
	border-left:1px solid #424242;
}

#right-bar hr {
	background-color:#424242;
	color: #424242;
	height: 1px;
	border-bottom:1px dotted #777;
	border-top:1px solid #424242;
	border-right:1px solid #424242;
	border-left:1px solid #424242;
}

.white-text {
	color:#fff;
	margin-top:5px;
}


/****************** Header ********************/
#top {
	background-color:#00adee;
	height:6px;
}

#branding {
	height: 156px;
	width: 955px;
	background-image:url(../images/Ego-Models_header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding: 0;
	margin: 0 auto;
}

#dealer-info {
	float: right;
	height:130px;
	width: 170px;
	margin-top: 13px;
	text-align:left;
	padding: 5px;
	color:#C1C1C1;
	font-size:11px;
}

/****************** Main Nav ********************/
#main-nav {
	height: 27px;
	background-image:url(../images/main_nav_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding:10px 0 0 10px;
}

#main-nav ul {
	margin: 0 auto;
	width: 955px;
	list-style-type: none;
	color:#fff;
}

#main-nav ul li {
	float:left;
	font-size:13px;
	margin: 0 auto;
}

#main-nav ul a {
	color:#fff;
	text-decoration:none;
}
#main-nav ul a:hover {
	color:#000;
	text-decoration:none;
}

/****************** Body Content ********************/
#wrapper {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	background-color: #424242;
}

#content {
	width: 740px;
	float: left;
	padding: 0 10px 10px 10px;
}

#welcome-box {
	background-image:url(../images/welcome_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:726px;
	background-color:#6e6e6e;
	padding:10px 10px 5px 15px;
	color:#fff;
	margin-top:10px;
}

#welcome-box p {
	color:#fff;
}

#welcome-box li {
	margin-top:3px;
	color:#fff;
}

#summary-box {
	/*background-image:url(../images/welcome_bg.jpg);*/
	background-position:top left;
	background-repeat:no-repeat;
	width:726px;
	background-color:#6e6e6e;
	padding:10px 10px 5px 15px;
	color:#fff;
	margin-top:10px;
}

#summary-box p {
	color:#fff;
}

/****************** Right Bar ********************/
#right-bar {
	width: 165px;
	float: right;
	padding: 10px 5px 20px 10px;
	
}

/****************** Footer ********************/
#footer {
	clear: both;
	padding: 5px 3px;
	border-bottom:6px solid #00adee;
	border-top:1px dotted #fff;
}

/****************** Grid View Formating **************/
.masterviewheader
{
}

.masterviewrow
{
}

.masterviewalternate
{
}

/***************** Form Controls **********************/
.speclabel
{
	font-weight: bold;
}

.label
{
	font-weight: bold;
}

.starrating
{
	background-image: url(../images/star_selected.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}

.nostar
{
	background-image: url(../images/star_unselected.gif);
	background-repeat: no-repeat;
	height:16px;
	width:16px;
}

.headerlink {
	color:#fff;
	font-size:15px;
	font-weight: bold;
	margin-bottom:5px;
	margin-top:5px;
}

#productbox
{
    width: 200px;
    height:200px;
    margin: 20px;
    padding: 5px;
    border: 2px solid #fff;  
}

#productboxinner
{
    width: 150px;
    margin: auto;
    margin-top: 10px;
}

#phPropeller
{
    background-color: Yellow;
    width: 214px;
    margin-left: -7px;
    margin-top: -7px;
    height:20px;
    padding: 2px;
}
