* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 13px;
    font-family: "Arial";
    color: black;
    background: #FFFF00;
 
}

.clear {
    clear: both;  
}

hr {
    background: #F0F103;
    color: #F0F103;
    height: 3px;
}

#wrapper {
    width: 980px;
    margin: 0px auto ;

}

#header {
    height: 172px;
    background: url('images/header_bg.jpg') no-repeat;
}

#header div.logo {
    float: left;
    margin-left: 55px;
}

#header div.phone_number {
    float: right;
    border: 2px solid #FF7700;
    padding: 10px;
    font-size: 16px;
    font-family: "Trebuchet MS";
    color: white;
    margin: 45px 70px 0 0;
}
#content input{ width: 200px;
    border: 1px solid silver;
    padding: 2px;
}
#content textarea{ width: 200px;
    border: 1px solid silver;
    padding: 2px;
}
#content select{ width: 200px;
    border: 1px solid silver;
    padding: 2px;
}


#header #navigation {
    margin: 15px 0 0 0;
    text-align: center;
}

#header #navigation a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    padding: 0 15px 0 15px;
}

#header #navigation a:hover {
    text-decoration: underline;
}

#content {
    background: white;
padding-left:35px;   
padding-right:35px;   
}

#contenthome {
    background: white;
  
}


#content p {
   
 padding-top: 5px;    
 padding-bottom: 5px; 


background-color:transparent;
color:#333333;
font-family:verdana,arial,helvetica,sans-serif;
font-size:12px;

 
}

#content fieldset
{
	border:1px solid #333333;
	padding-right:10px;
}
#content legend
{
	padding-left:10px;
	padding-right:10px;
}


#content h1 {
    
padding-top: 20px;
 color: #EC0000;
    font-size: 18px;
	font-weight:bold;
}
#content h2 {
    
padding-top: 10px;
 color: #FF7701;
    font-size: 14px;
	font-weight:bold;
}
#content a {font-size: 12px;
    color: #EC0000;

}
#content a:hover {
    color: #FF7701;    
}
#content a:visited {
    color: #EC0000;    
}
  
.price {
    color: #EC0000;    
}
    



#content li {
   margin-left: 50px; 
}

#content #left_content {
    background: url(images/left_content_bg.jpg) no-repeat;
    color: white;
    float: left;
    width: 405px;
    height: 312;
}

#contenthome #left_content {
    background: url(images/left_content_bg.jpg) no-repeat;
    color: white;
    float: left;
    width: 405px;
    height: 312;
}

#contenthome #left_content p {
    padding: 60px;
    font-size: 13px;
}

#content #left_content p {
    padding: 60px;
    font-size: 13px;
}

#content #left_content div.flash_slide {
    width: 405px;
    height: 118px;
    float: left;
}

#contenthome #right_content {
    float: left;
    background: url(images/right_content_bg.jpg) no-repeat;
    width: 575px;
    height: 312px;
}
#content #right_content {
    float: left;
    background: url(images/right_content_bg.jpg) no-repeat;
    width: 575px;
    height: 312px;
}

#contenthome #right_content div.more_info {
    background: url(images/orange_bg.jpg) no-repeat;
    width: 575px;
    height: 471px;


}


#content #right_content div.more_info {
    background: url(images/orange_bg.jpg) no-repeat;
    width: 575px;
    height: 118px;

}

#contenthome #right_content div.more_info p {
    font-size: 12px;
    color: white;
font-weight:bold;

    margin-left: 8px;
} 
#content #right_content div.more_info p {
    font-size: 14px;
font-weight:bold;
    color: white;
    margin-left: 8px;
margin-right: 8px;
}

#footer {
    background: #FF7700;
    text-align: center;
    padding: 15px 0 15px 0;
}

#footer a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    padding: 0 15px 0 15px;
}

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