@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #747474;
	background-attachment: fixed;
	background-image: url(../images/bgr-body.jpg);
	background-repeat: repeat-x;
	background-color: #C89B04;
	text-align: justify;

}
#index table {
	margin-top: 50px;
}
#wraper #body_wraper img {
	margin-top: 50px;
}

table {
	border: 1px solid #D6D6D6;
	background-color: #F2F3F1;
}
th {
	color: #FFFFFF;
	background-color: #494F43;
	border: 1px solid #464C40;
	padding: 5px;
}
td {
	padding: 5px;
	border: 1px solid #D6D6D6;
	background-color: #FFFFFF;
}
td a {
	font-weight: bold;
}






hr {

}

p {

}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #484E40;
	font-weight: normal;

}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #D91640;
}

h3 {

}

h4 {


}

h5 {

}

h6 {
	background-color: #A7AE9F;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a{
	color: #CD9900;
	text-decoration: underline;
}

a:hover {
	color: #FFC71C;
	text-decoration: none;

}
#wraper #navigation .active {
	color: #000000;
}

#wraper #sidenav .active {
	color: #000000;
	background-color: #FDBE00;
}


#wraper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(../images/bgr-wraper.png);
	background-repeat: repeat-y;

}

#wraper_footer {
	background-image: url(../images/bgr-wraper-footer.png);
	height: 130px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
}




#header {
	height: 150px;
	width: 900px;
	background-color: #E8E8E8;
	background-image: url(../images/bgr-header.jpg);
	background-repeat: no-repeat;


}

#banner {
	margin-top: 20px;
}


#navigation .phone {
	height: 24px;
	padding-top: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 6pt;
	float: right;
	margin-right: 20px;
}


#navigation {
	height: 30px;
	width: 900px;
	background-color: #CD9900;
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(../images/bgr-navigation.jpg);
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navigation a {
	height: 24px;
	padding-top: 6px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9F7800;
	background-image: url(../images/bgr-navigation.jpg);
}


#navigation a:hover {
	text-decoration: none;
	background-image: url(../images/bgr-navigation-hover.jpg);
}

#body_wraper{
	width: 900px;
	padding-top: 50px;
	background-image: url(../images/bgr-body-wraper.jpg);
	background-repeat: repeat-x;
	float: left;
	padding-bottom: 50px;
	background-color: #FFFFFF;

}

#sidenav {
	width: 270px;
	float: right;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E1E3;
}
 #sidenav .ebay a {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 #sidenav .service a {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidenav h1 {
	color: #FFFFFF;
	background-color: #CD9900;
	font-size: 14px;
	margin-bottom: 1px;
	font-weight: bold;
	padding: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #464C40;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C1C7BC;
	border-left-color: #C1C7BC;
}
#sidenav ul {
	background-color: #C1C7BC;
	padding: 5px;
	margin: 0px;
}
#sidenav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidenav ul li a {
	color: #FFFFFF;
	background-color: #79846F;
	margin-bottom: 2px;
	padding-right: 10px;
	padding-left: 20px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/icon-arrow.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidenav a:hover {
	background-color: #919A87;
}

#main_content {
	width: 580px;
	float: left;
	text-align: justify;
	padding-left: 10px;

}

#bar {
	background-color: #E1E1E3;
	width: 880px;
	padding: 10px;
	color: #495144;
}

#footer {
	clear: both;
	width: 900px;
	color: #495144;
	margin-top: 30px;
	font-size: 10px;
}
#footer #top {
	color: #E21319;
}

#footer h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #484E40;
	font-weight: normal;
}
#footer a {
	color: #055171;


}

#footer a:hover {


}



#swansway_logo a {
	background-image: url(http://www.swanswaygarages.com/images/icon-external-logo.jpg);
	background-position: center top;
	display: block;
	text-align: center;
	height: 57px;
	width: 880px;
	background-repeat: no-repeat;	
	margin-top: 20px;
}

#swansway_logo a:hover {
	background-image: url(http://www.swanswaygarages.com/images/icon-external-logo.jpg);
	background-position: bottom;
}
