/*

VINTAGE AUTO STYLES
CREATED BY SEAN ROBERT WALSH
FOR VINTAGE AUTO
28 FEBRUARY 2008

*/

/* ELEMENTS
------------------------------------------------- */

body
{
	background-color: #000;
	background-image: url(../images/background_01.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 16pt;
}

img, a
{
	text-decoration: none;
	border-width: 0;
}
a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5 { margin: 10px 0 10px 0; }

h1 { font-size: 20pt; }




/* TEXT COLORS
------------------------------------------------- */

/* BLACK */
a, body, #footer, h1, h2, h3, h4, h5, #menu, #menu a { color: #000; }

/* WHITE */
#footer, #footer a, #menu_bottom, #menu_bottom a, #menu a:hover { color: #FFF; }


/* STYLES
------------------------------------------------- */

.larger { font-size: larger; }

.smaller { font-size: smaller; }

img.splash
{
	background-color: #000;
	padding: 25px;
	margin: 15px 0 0 0;
}

img.main_image
{
	float: left;
	padding: 15px;
}

img.white_border
{
	padding: 3px;
	background-color: #FFF;
	margin: 0 0px 0 0;
}

.right_menu
{
	float: right;
	position: relative;
	top: 25px;
	left: -25px;
}

.bg_black
{
	background-color: #000;
	padding: 6px;
	width: 848px;
	text-align: center;
	margin: 0;
}

#menu a:hover { background-color: #000; }

p.indent { padding: 0 0 0 15px; }


/* CONTAINERS
------------------------------------------------- */

#columnContainer /* MAIN BOX */
{
	display: block;
	width: 860px;
	margin: auto;
	background-color: #e2c285;
	background-image: url(../images/background.jpg);
	text-align: left;
	height: 650px;
	clear: both;
}

#footer /* FOOTER BOX */
{
	font-size: 10px;
	position: relative;
	float: left;
	top: 25px;
	text-align: left;
	padding: 10px;
	background-color: #000;
	width: 840px;
	clear: both;
}

.textcontainer { padding: 15px 0 0 15px; }

#header /* HEADER BOX */
{
	position: relative;
	text-align: left;
}

#content, #services
{
	padding: 10px 0 25px 0;
	text-align: left;
	clear: both;
	position: relative;
	top: 15px;
	background-image: url(../images/background.jpg);
}

#main_text
{
	float: right;
	width: 330px;
	position: relative;
	right: 25px;
}

#main_image
{
	width: 450px;
	float: left;
	position: relative;
	top: 8px;
}

#services { padding: 20px; }

#services a
{
	color: #630;
	text-decoration: underline;
}

/* MENU
------------------------------------------------- */

#menu
{
	font-weight: normal;
	width: 860px;
	position: relative;
	top: 15px;
}

#menu_top
{
	font-size: 13pt;
	margin: 0;
	padding: 0 0 0 15px;
}

#menu_bottom
{
	width: 860px;
	font-family: arial, "lucida console", sans-serif;
	text-align: left;
	float: left;
	border-color: #000;
	border-width: 1px 0 1px 0;
	border-style: solid;
	padding: 8px 0 8px 0;
	margin: 2px 0 2px 0;
	clear: both;
	font-size: 10pt;
}

#menu_bottom a:hover
{
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}

/* SPLASH SCREEN
------------------------------------------------- */

#splash
{
	position: relative;
	border-color: #CEAD8C;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	padding: 0 15px 15px 15px;
}

.clear { clear: both; }

.left { float: left; }
.right { float: right; }
.facebook { vertical-align: middle }
.imgright { margin: 0 10px 10px 0; }
.imgleft { margin: 0 0 10px 10px; }
