
/***************************************/
/*                                     */
/*         Vogue Auto Design           */
/*                                     */
/***************************************/


/*** Entry and html site CSS styles ***/


body 
{   
	width: 100%;
	margin: 0 auto;
	background-color: #333333;
}

body, h1, h2 
{
	font-family: "century gothic", arial, helvetica, sans-serif;
	font-size: 1em;
	color: #cecece;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-decoration: none;
	margin-bottom: 6px;
}

h3
{
	font-family: "century gothic", arial, helvetica, sans-serif;
	font-size: 86%;
	color: #cecece;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-decoration: none;
	margin-bottom: 6px;
}

a, a:visited
{
	display: block;
	width:100%;
	color: #ffffff; 
	padding: 6px 0 6px 0; 
	text-decoration: none;
}
a:hover
{ 
	color: #ffffff;
	background:  url(img/tintbgnd_light.png) repeat;
	/*background-color: #999999;*/
}

#bgndimg 
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;	
}

.toptable
{
	width: 100%;
	text-align: center;
	/*background: url(img/tintbgnd.png) repeat;*/
	border: none;
}

#content
{
	position: absolute;
	top: 3em;
	width: 100%;
	text-align: center;
}

.contenttable
{
	width: 502px;
	background: url(img/tintbgnd.png) repeat;
	border: solid #5C5C5C 1px;
	margin-bottom:40px;
}

.titlecell
{
	border-bottom: solid #5C5C5C 1px;
	background-color: #000000;
	line-height: 2.4em;
	height: 2.5em;
}

.subtitlecell
{
	border-bottom: solid #5C5C5C 1px;
	background-color: #000000;
	padding: 8px 0 8px 0;
}

.logocell
{
	width: 502px;
	height: 276px;
	background:  url(img/Logo_Gold_180_500px.png) no-repeat;
}

.bottommenucell
{
	width:13%;
	font-size: 60%;
	line-height: 1.6em;
	border-top: solid #5C5C5C 1px;
	background: url(img/tintbgnd.png) repeat;
}

.bgblack
{
	background-color: #000000;
}

.bgmidblack
{
	background-color: #151515;
}

#bgwhitefull
{
	width:100%;
	background-color: #ffffff;
}

.border
{
	border: solid #5C5C5C 1px;
}

.topborder
{
	border-top: solid #5C5C5C 1px;
}

/*ul
{
	list-style-type:none;
	margin: 0;
	padding-bottom: 16px;
}*/

ul 
{ 	list-style-type:none;
	margin: 0;
	padding-bottom: 16px;
	padding: 0px 0px 16px 0px; 
	margin: 0px }  
li 
{ 
	padding: 0px; 
} 



.large
{
	font-size: 170%;
	letter-spacing: 0;
	line-height: 2em;
}

.mid
{
	font-size: 86%;
	letter-spacing: 0em;
	line-height: 1.4em;
	margin-bottom: 6px;
	padding: 0 14px 0 14px;
}
.small
{
	font-size: 76%;
}



.vadbarcontainer
{
	width: 100%;
	background-color: #000000;
	border-top: solid #5C5C5C 1px;
	border-bottom: solid #5C5C5C 1px;
}
