/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #000000;
	text-align: left;
	font-size: 0.8em;
	margin-top: 5px;
}
	
#wrapper {
	margin: 0px auto;
	width: 773px;
	border: #808000 solid 4px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
}

#squareone {
	margin: 0px auto;
	width: 769px; 
	border: #edeeaf solid 2px; 
	background-color: #FFFFFF; 
}

#squaretwo {
	margin: 0px auto;
	width: 767px; 
	border: #808000 solid 1px; 
	background-color: #FFFFFF; 
}

#squarethree {
	margin: 0px auto;
	width: 765px; 
	border: #edeeaf  solid 1px; 
	background-color: #272727; 
}

#headerhome {
	margin: 0px auto;
	width: 765px;
	height: 130px;
	background-image: url(../images/header_home.gif);
	background-repeat: no-repeat;		
}

#headerinside {
	margin: 0px auto;
	width: 765px;
	height: 103px;
	background-image: url(../images/header_inside.gif);
	background-repeat: no-repeat;		
}

#navinside {
	margin: 0px auto;
	width: 765px;
	height: 30px;
	background-color:#000000;
}

#navimage {
	margin: 0px auto;
	width: 242px;
	height: 270px;
	background-image: url(../images/nav_image.jpg);
	background-repeat: no-repeat;
	float: left;	
}

#radimage {
	margin: 0px auto;
	width: 523px;
	height: 270px;
	background-image: url(../images/rad_image.jpg);
	background-repeat: no-repeat;
	float: left;	
}

#midimage {
	margin: 0px auto;
	width: 765px;
	height: 56px;
	background-image: url(../images/middle_image.gif);
	background-repeat: no-repeat;
	clear: both;	
}

#genauto {
	margin: 0px auto;
	width: 385px;
	height: 150px;
	background-image: url(../images/gen_auto.gif);
	background-repeat: no-repeat;
	float: left;	
}

#radservice {
	margin: 0px auto;
	width: 380px;
	height: 150px;
	background-image: url(../images/rad_service.gif);
	background-repeat: no-repeat;
	float: left;
}

#rustprotection {
	margin: 0px auto;
	width: 385px;
	height: 148px;
	background-image: url(../images/rust_protection.gif);
	background-repeat: no-repeat;
	float: left;	
}

#partsupplier {
	margin: 0px auto;
	width: 380px;
	height: 148px;
	background-image: url(../images/parts_supplier.gif);
	background-repeat: no-repeat;
	float: left;	
}

#infoblock {
	margin: 0px auto;
	width: 765px;
	background-color:#FFFFFF;
}

#footercarleton{
	margin: 0px auto;
	width: 765px;
	height: 46px;
	background-image: url(../images/footer_image.gif);
	background-repeat: no-repeat;
	clear: both;
}

#cyberwrapper {
	margin: 0px auto;
	width: 765px;
	text-align: left;
	background-color: #000000;
	color: #000000;
}

#cyberfooter {
	width: 765px;
	height: 100px;
	background-color: #000000;
	color: #000000;
}

#map {
	margin: 0px auto;
	width: 765px;
	background-color:#FFFFFF;
	text-align: center;
	padding-bottom: 20px;
}


.cybertext {
	font-size: 0.8em;
	color:#FFFF99;
}

.cyberlogo {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #ef3a33;
	padding-top: 10px;
	text-align: center;
}

.info {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 1.0em;
	line-height: 120%;	
}

.contact {
	padding-left: 200px;
	font-size: 1.1em;
	line-height: 120%;	
}

.hometitlestop {
	padding-top: 25px;
	text-align: center;
	color: #272727;
	font-weight: bold;
	font-size: 1.5em;
}

.hometitlesbottom {
	padding-top: 16px;
	text-align: center;
	color: #272727;
	font-weight: bold;
	font-size: 1.5em;
}

.homeinfoleft {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 50px;
	font-size: 1.0em;
	line-height: 120%;	
}

.homeinforight {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 30px;
	font-size: 1.0em;
	line-height: 120%;	
}

.image {
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
}

ul {
	list-style-position: inside;
	list-style-type: square;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 1.0em;
	line-height: 130%;
}

a:link {
	color: #272727;
	text-decoration: none;
}

a:active {
	color: #272727;
	text-decoration: none;
}

a:visited {
	color: #272727;
	text-decoration: none;
}

a:hover {
	color: #ef3a33; 
	text-decoration: none;
}


