@charset "UTF-8";

@import url("textmaster.css");

/*******************
	GLOBAL
*******************/
body
{
	background: url(../images/background_cf.png) top left  repeat #000;
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	overflow: hidden;
}
a
{
	color: fff;
	text-decoration: none;
}
a:visited, a:link
{
	color:#fff;
}
a:hover
{
	color:#CD1336;
}

/*******************
	ALIGN TOP
*******************/
.alignTop
{
	margin-top: 0;
}

/*******************
	INLINE BLOCK
*******************/
.inlineBlock
{
	/* START inline-block hack */
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	/* END inline-block hack */
}
.clear { clear: both; height: 0; visibility: hidden; display: block; }

/*******************
	SITE
*******************/
#siteBackground
{
	position: absolute;
	width: 100%;
	
}
#siteArea
{
	width: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

#siteContent
{
	width: 855px;
	margin: 0 auto;
	text-align:left;
	padding-top: 50px;
	/*border: 1px solid #ccc;*/
	vertical-align: top;
}
.siteCol
{
	width: 385px;
	/*border: 1px solid #ccc;*/
	vertical-align: top;
}
#siteColLeft
{
	/*border: 1px solid #ccc;*/
	width: 405px;
}
#siteColRight
{
	margin-left: 10px;
	width: 430px;
}
.sitePanel
{
	background: #000;
	margin: 0 10px 10px 0;
	height: 100px;
	text-align: left;
	vertical-align: top;
	padding: 10px 12px 10px 12px;
}
#siteColLeft .sitePanel
{
	width: 405px;
}
#siteColRight .sitePanel
{
	width: 406px;
}
.sitePanel p:first-child
{
	margin-top: 0;
}
.sitePanel h2:first-child
{
	margin-top: 0;
}
.sitePanel h4:first-child
{
	margin-top: 0;
}
	

/*******************
	BACKGROUND
*******************/
.backgroundTL
{
	position: absolute;
	top: 0;
	left: 0;
}
.backgroundTR
{
	position: absolute;
	top: 0;
	right: 0;
}
.backgroundBL
{
	position: absolute;
	bottom: 0;
	left: 0;
}
.backgroundBR
{
	position: absolute;
	bottom: 0;
	right: 0;
}

/*******************
	GLOBAL PANEL
*******************/
#panelLogo
{
	padding: 0;
	width: 405px;
}
#panelLogo img
{
	padding: 10px 0 0 13px;
}
#panelTitle
{
	width: 430px;
	margin-right: 0;
	padding: 0;
	background: url(/images/logo_car_title_panel.gif) top left no-repeat #000;
	text-align: right;
}
#panelTitle div
{
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin: 42px 15px 0 0;
}
#panelContent
{
	margin: 0;
	height: auto;
	line-height: 17px;
}
#footerPanel
{
	height: 16px;
	width: 822px;
	margin-top: 10px;
}
#copyright
{
	float:right;
}
#panelGallery
{
	height: auto;
	width: 380px!important;
	margin: 0;
	/*padding: 0;*/
}
#panelGallery .divTitle
{
	margin: 2px 0 2px 7px;
	text-transform: uppercase;
}
#panelGallery .divLink
{
	position: relative;
	margin: 72px 5px 2px 7px;
	text-transform: uppercase;
	float: right;
}
#panelGallery a img
{
	padding: 0 10px 20px 0;
}
#panelGalleryPage
{
	height: auto;
}
#panelGalleryPage a img
{
	padding: 0 10px 20px 0;
}
#panelNews
{
	/*width: 356px;*/
	margin: 10px 0 0 0;
	height: auto;
}


/*******************
	MENU
*******************/
#panelMenu
{
	height: auto;
	padding: 0;
}
#panelMenu ul
{
	padding: 0;
	margin: 7px 12px 7px 12px;
	list-style: none;
	float: right;
}
#panelMenu ul li
{
	padding: 0;
	margin: 3px 0 3px 0;
	text-align: right;
}
#panelMenu ul li a
{
	display: block;
	text-transform:uppercase;
	text-decoration: none;
	color:#FFF;
	font-size: 12px;
	width: 380px;
	/*background: #333;*/
}
#panelMenu ul li a:Hover
{
	color:#CD1336;
}

/*******************
	SUB-MENU
*******************/
#panelSubMenu
{
	height: auto;
	padding: 0;
	margin: 0 0 0 0;
}
#panelSubMenu ul
{
	padding: 0;
	margin: 7px 12px 7px 0;
	list-style: none;
	float: right;
}
#panelSubMenu ul li
{
	padding: 0;
	margin: 3px 0 3px 0;
	text-align: right;
}
#panelSubMenu ul li a
{
	display: block;
	text-transform:uppercase;
	text-decoration: none;
	color:#FFF;
	font-size: 11px;
}
#panelSubMenu ul li a.ActiveLink
{
	color:#CD1336;
}
#panelSubMenu .subMenuLogo
{
	float: left; 
	margin: 10px 0 0 12px;
}

/*******************
	PRODUCT IMAGE
*******************/
.productImgCont
{
	padding: 3px;
	border: 1px solid #333;
	float: right;
	margin: 0 0 10px 10px;
}
.productImgLink
{
	display: block;
	padding: 2px 0 1px 2px;
}

/*******************
	HOME
*******************/
#panelNews ul
{
	padding: 0;
	margin: 0px 12px 7px 0;
	list-style: none;
	float: left;
}
#panelNews ul li
{
	padding: 0;
	margin: 3px 0 3px 0;
	text-align: left;
}
#panelNews ul li a
{
	display: block;
	text-transform:uppercase;
	text-decoration: none;
	color:#FFF;
	font-size: 11px;
}