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

body
{
	width:1200px;
	height:660px;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	background-color:#000000;
	font-size:14px;	
}

#header
{
	width:1200px;
	height:200px;
	background-color:#FFFFFF;
}


#logo
{
	float:right;
	padding-right:265px;
	padding-top:25px;
}

#carmain
{
	padding-left:230px;
	padding-top:30px;
	float:left;
}

#slogan
{
	float:right;
	padding-top:64px;
	padding-right:190px;
}



#content
{
	width:1200px;
	height:400px;
	background-color:#000000;
	background-image:url(images/navbar_bg.jpg);
	background-repeat:repeat-x;
	color:#CCCCCC;
}


#dummybtns
{
	float:right;
	padding-top:4px;
	padding-right:102px;
}





/* ----------------------------TABLES---------------------------- */
#tblgall
{
	
	float:right;
	padding-right:110px;
	
}

table
{
	border-collapse: collapse;
	border:#333333 solid 1px;
	margin-top:50px;
}




th
{
	text-align: left;
	/*background: #333333;*/
	color: white;
	padding: 15px;
	
}


.tblheader
{
	font-size:120%;
	color:#000000;
	background-color:#CCCCCC;
}



td
{
	border: #333333 solid 1px;
	padding:20px;
}


.alternateRow
{
	background-color: #CCCCCC;
}


/* -----------------------INDEX.HTML--------------------------------- */


#leftimg
{
	float:left;
	padding-top:30px;
}


#txt
{
	float:left;
	width:210px;
	padding-left:98px;
	padding-top:40px;
	line-height:170%;
}



#rightimg
{
	float:right;
	padding-top:30px;
}




#flash
{
	float:right;
	padding-right:98px;
	padding-top:1px;
}



#footer
{
	width:1200px;
	height:60px;
	background-color:#000000;
	font-size:9px;
	color:#666666;
	text-align:center;
	padding-top:30px;
}

#footer a:link, #footer a:visited
{
	color:#669966;
}

#footer a:hover
{
	color:#999900;
}