body {
	overflow-x: hidden;
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #ED1D24 url(../img/bg.png) repeat-x;
	text-align: center; }
	
a
{
    color: Red;
    text-decoration:none;
}
a:hover
{
    text-decoration: underline;
}

#container
{
    background: url(../img/background-container.png) no-repeat;
	width: 1000px;
	margin-left: auto;
    margin-right:auto;
    background-position:0px 30px;
}

#header {
	position: relative;
    width: 849px;
	margin: 0 auto;
	/*margin: 0 0 0 80px;*/
	height: 167px;
	z-index: 5; 
	/*background-color: blue;*/
	}

    #logo {
		position: absolute;
        background: transparent url(../img/logo.gif) no-repeat;
        width: 308px;
        height: 113px;
	    display: block;
	    margin: 25px 0 0 5px;
		left: 0;
		z-index: 7;		
		}
	    
	#fading-image-container {
		position: absolute;
		width: 515px;
		height: 167px;
		left: 50%;
		top: 34px;
		margin-left: -106px;
		background: #000;
		text-align: left;
	}
		#fading-image-container div {
			position: relative;
			text-align: left;
		}
			#fading-image-container div img {
				position: absolute;
				top: 0;
		left: 0;		
				display: none;
				width: 515px;
				height: 167px;
				margin: 0;
				padding: 0;
		}
	    
	#fade {
		position: absolute;
		width: 315px;
		height: 167px;
		background: url(../img/background-header.jpg) no-repeat;
		margin-left: 1px; 
		left: 2px;
		z-index:6;
		}
	    
    #flames {
    	position: absolute;
        background: url(../img/header-flames.png) no-repeat;
        width: 534px;
        height: 167px;
	    display: block;
	    margin-left: 315px;
		left: 2px;
		}

#menu {
	width: 1000px;
    height: 67px;
    margin: 0;
    background: url(../img/background-sprites.gif) 0 0 no-repeat; 
    z-index: 20;}

#menu li {
	    display: inline;
	    float: left; }
	    
	    #menu li a {
			display: block;
			height: 41px;
		xmargin-left: 11px; }
		#menu li a em {
			margin-left: -4000px; }

#menu a {
	background-image: url(../img/menu/menu-sprites.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
    margin-top: 4px;
}

	#menu .home a                                            { background-position: 0 0;      width: 60px; margin-left:120px; }
	#menu .home a:hover,#menu .home a.selected               { background-position: 0 -50px; }

	#menu .classifieds a                                     { background-position: 0 -100px; width: 196px; }
	#menu .classifieds a:hover,#menu .classifieds a.selected { background-position: 0 -150px; }

	#menu .events a                                          { background-position: 0 -200px; width: 69px; }
	#menu .events a:hover,#menu .events a.selected           { background-position: 0 -250px; }

	#menu .membership a                                      { background-position: 0 -300px; width: 103px; }
	#menu .membership a:hover,#menu .membership a.selected   { background-position: 0 -350px; }

	#menu .your-car a                                        { background-position: 0 -400px; width: 119px; }
	#menu .your-car a:hover,#menu .your-car a.selected       { background-position: 0 -450px; }

	#menu .merchandise a                                     { background-position: 0 -500px; width: 118px; }
	#menu .merchandise a:hover,#menu .merchandise a.selected { background-position: 0 -550px; }


#content a {
color:#EC1C25;
text-decoration:none;
}



#content h2 {
color:#000000;
}

h2 {
font-size:1.2em;
}


h1, h2, h3 {
letter-spacing:1px;
}


	    
.wrapper1
{
    width: 100%;
    height: 800px;
}
.topbar
{
    margin:0 auto;
    width: 840px;
    height: 34px;
    background: url(../img/top-bar-sprites.gif) 0 0 no-repeat;
    z-index:10;
}
.topbar .textfield-wrapper
{
    xmargin-left:4px;
    float:left;
}
.topbar .login
{
    float:right;
    width: 300px;
    padding-right:60px;
}
.topbar .username
{
    float: left;
    display:inline-block;
    width:115px;
    height:34px;
    background: url(../img/top-bar-sprites.gif) 0 -50px no-repeat;
}
    .topbar .username .topbar-textfield
    {
        top:3px;
        left:4px;
        position:relative;
        width: 106px;
        height: 15px;
        background: black;
        border: 0px;
        color:#c9c9c9;
        font-size: 12px;
    }
.topbar .password
{
    float:left;
    display:inline-block;
    margin-left: 10px;
    width:115px;
    height:34px;
    background: url(../img/top-bar-sprites.gif) 0 -50px no-repeat;
}

    .topbar .password .topbar-textfield
    {
        top: 3px;
        left:4px;
        position:relative;
        width: 106px;
        height: 15px;
        background:black;
        border:0px;
        color:#c9c9c9;
        font-size: 12px;
    }
.topbar .button
{
    display:inline-block;
    width:35px;
    height:28px;
}
.topbar .action-wrapper
{
    width:160px;
    float:right;
}
    .topbar .action-wrapper .sign-up
    {
        height: 28px;
        text-indent: -9999px;
        background: url(../img/top-bar-sprites.gif) -150px -50px;
        background-repeat: no-repeat;
        width:38px;
        float:left;
    }
    .topbar .action-wrapper .about
    {
        height: 28px;
        text-indent: -9999px;
        background: url(../img/top-bar-sprites.gif) -200px -50px;
        background-repeat: no-repeat;
        width:33px;
        float:left;
    }
    .topbar .action-wrapper .contact
    {
        height: 28px;
        text-indent: -9999px;
        background: url(../img/top-bar-sprites.gif) -250px -50px;
        background-repeat: no-repeat;
        width:43px;
        float:left;
    }
    .topbar .action-wrapper .bar-spacer
    {
        margin-left:5px;
        padding-right:5px;
        width:4px;
        height: 28px;
        background: url(../img/top-bar-sprites.gif) -300px -50px;
        float:left;
    }

/* CONTENT */
#content {
    background: #ebebeb url(../img/background-sprites.gif) -1000px 0 repeat-y;
	margin: 0 auto;
	padding: 0 20px 0 20px;
    width: 800px;
	min-height: 400px;
	text-align: left;
	color: #555555;
	line-height: 1.3em;
	font-size: 0.8em; 	
	}

	#content div.bg20 {
	    width: 793px;
	    display: block;
	    height: 43px;  /* 120px; */
	    margin: 0px 0 0 0;
	    padding: 0;
		background-image: url(../img/headers/cars-for-sale.gif);
		background-repeat: no-repeat;
		background-position: bottom center; }
	    
	#content .maincontent {
		padding: 15px 15px 0 15px;
		width: 570px;
		background: url(../img/common/background-600.gif) repeat-y;
		margin: 0;
		min-height: 340px; }

    #content .wide { 
		width: 763px;
		background: url(../img/common/background-793.gif) no-repeat; }
		
	#content H1 em {
		margin-left: -4000px;}

	#content H1.header {
		width: 400px;
		height: 26px;
		background-repeat: no-repeat;
		margin-bottom: 14px; }
		
	#content H1.headerAbout {
		background-image: url(../img/headers/about.gif) }
	#content H1.headerEvents {
		background-image: url(../img/headers/events.gif) }
	#content H1.headerNews, #content H1.headerArticle {
		background-image: url(../img/headers/news.gif) }
	#content H1.headerShowroom {
		background-image: url(../img/headers/showroom.gif) }
	#content H1.headerMembership {
		background-image: url(../img/headers/membership.gif) }
	#content H1.headerMerchandise {
		background-image: url(../img/headers/merchandise.gif) }
	#content H1.headerAccount {
		background-image: url(../img/headers/account.gif) }
	#content H1.headerTerms-and-Conditions {
		background-image: url(../img/headers/terms-and-conditions.gif) }
		
	#content H1.headerDirectory {
		background-image: url(../img/serviceslogo.gif);
        position: absolute;
        width: 250px;
        height: 79px !important;
        border: none !important;
        margin: -15px 0 0 10px; }

	#content H1.headerPart {
		background-image: url(../img/partslogo.gif);
        position: absolute;
        width: 210px;
        height: 77px !important;
        border: none !important;
        margin: -10px 0 0 10px; }
        
	#content H1.headerContact {
		background-image: url(../img/headers/contact.gif) }
	#content H1.headerCars {
        background-image: url(../img/for-sale/keys.png); 
        background-position: 20px 0 !important;
        position: absolute; 
        width: 201px;
        height: 72px !important;
        /*width: 210px;
        height: 135px !important;*/
        border: none !important;
        margin: -7px 0 0 0px; }
	
	/* added on 6th Jan 2010 to modify the Membership page */

	#content h2.membershipPage
	{
	color: red;
	font-size: 1.4em;
	margin: 0;
	padding: 0 0 10px 0;
	}	

	/* --------------------------------------------------- */
	
    #content H3 {
    	color: #000;
    	margin: 5px 0;}

    #content IMG 
		{
        margin: 5px 5px 10px 5px; 
		}		

  #content H3 {
    	color: #000;
    	margin: 5px 0;}
                   
	#content .sub {
		font-size: 0.7em;
		color: #737373;
		display: block;
		padding: 0 0 10px 0;}
	    
	#content .news, #content .kirks, #content .register
	, #content .upcoming   /* double - column upcoming events */
	{
	    clear: left;
	    margin: 0;
		padding: 15px 15px 0 15px;
		width: 430px;
		background: #fff url(../img/common/background-460.gif) no-repeat; 
	  	
	}

	#content .news {
		/*min-height: 182px;
		height:500px; */
	}

	#content .kirks {
/*		min-height: 384px; */
		min-height: 275px;
	}
	
	#content .bottom460 {
		width: 460px;
		height: 15px;
		background: #fff url(../img/common/background-b460.gif) no-repeat bottom left; }	
		
	#content .maincontent {
		padding: 15px 15px 0 15px;
		width: 570px;
		background: url(../img/common/background-600.gif) repeat-y;
		margin: 0;
		min-height: 340px; }
		
	#content .tmaincontent {
		/* padding: 15px 15px 0 15px; */
		width: 600px;
		background: url(../img/common/background-t600.gif);
		margin: 0;
		height: 15px; }

	#content .mmaincontent {
		/* padding: 15px 15px 0 15px; */
		width: 600px;
		background: url(../img/common/background-m600.gif) repeat-y;
		
		 }		
		
    #content .wide { 
		width: 763px;
		background: url(../img/common/background-793.gif) no-repeat; }

	#content .bmaincontent {
		width: 600px;
		height: 15px;
		background: url(../img/common/background-b600.gif) no-repeat bottom left;
		margin: 0; }

    #content .bwide { 
		width: 793px;
		background: url('../img/common/background-b793.gif') no-repeat bottom left; }

	#content .eventcontent {
		padding: 15px 15px 0 15px;
		width: 520px;
		min-height: 300px;
		background: url('../img/common/background-550.gif') no-repeat;
		}

    #content .eventcontentTop
    {
        width: 550px;
        background: url('../img/common/background-t550.gif') no-repeat;
        height: 14px;         
    }
    
    #content .eventcontentMid
    {
        width: 550px;
	    padding: 10px 100px 0 15px;	    
		min-height: 400px;		        
        background: url('../img/common/background-m550.gif') repeat-y;  
        border: solid 0px red; 

    }

    #content .eventcontentMid .inner
    {
        width:520px;
		padding: 0 0 10px 0;
    }    

	#content .eventcontentBottom
	{
		width: 550px;
		height: 15px;
		margin-top:0px;
		background: url('../img/common/background-b550.gif') no-repeat bottom left;
		/* margin: 0 0 0 120px;  */
		}
		
	.indentLeftSmall
	{
	    margin-left:5px;
	}
	
	#content .eventContentWrapper
	{
	    width:550px;
	    padding:0px;
	}
			

	#content .bottom550 {
		width: 550px;
		height: 15px;
		background: url('../img/common/background-b550.gif') no-repeat bottom left;
		margin: 0 0 0 120px; }
		
	#content .eventcontent H2 {
		font-size: 1.4em;
		margin-bottom: 10px; }

	#content .mbot {
		margin-bottom: 10px; }
		
	#content .registration {
		padding: 15px 15px 0 15px;
		font-size: 12px;
		width: 190px;
		background: url('../img/common/background-190.gif') no-repeat; 
		margin: 10px 0 0 0px;}

	#content .bottom115 {
		width: 115px;
		height: 15px;
		background: url('../img/common/background-b115.gif') no-repeat bottom left;
		margin: 0; }

		
div#container ul.searchoptions { 
    padding: 0;
    position: absolute;
    width: 537px;
    font-size: 0.9em; 
    margin: -13px 0 0 215px; }
		
    div#container ul.searchoptions li { 
        float: right;
        background-image: url('../img/for-sale/searchoptions.gif'); 
        background-position: top left;        
        width: 91px;
        height: 21px;
        padding: 6px 15px 4px 15px;
        margin-left: 0px;
        font-size: 0.8em; }

    div#container ul.searchoptions li a { 
        color: #a7a7a7; 
        padding-left: 20px; 
        background-position: top left;
        background-repeat: no-repeat; }  

    div#container ul.searchoptions li a.gallery { padding-left: 15px; background-image: url('../img/for-sale/view-gallery-off.gif'); }
    div#container ul.searchoptions li a.list { padding-left: 18px; background-image: url('../img/for-sale/view-list-off.gif'); }
    div#container ul.searchoptions li a.galleryon { color: #e54341; padding-left: 15px; background-image: url('../img/for-sale/view-gallery-on.gif'); }
    div#container ul.searchoptions li a.liston { color: #e54341; padding-left: 18px; background-image: url('../img/for-sale/view-list-on.gif'); }
    div#container ul.searchoptions li a.return { color: #e54341; padding-left: 15px; background-image: url('../img/for-sale/return.gif'); }

div#container div.car h2 {
    font-size: 1.3em;
    margin: 30px 0 10px 0; }

div.carleft {
    display: inline;
    float: left;
    width: 395px; } 
		
    div#container div.carleft img {
        border: none; }
		
    div#container div.carleft dl.table-display { 
        margin-bottom: 20px;
        width: 350px;
        border-bottom: solid 1px #eeeeee; }

    div#container div.carleft dt { 
        width: 90px; 
        color: #e85700;
        border-top: solid 1px #eeeeee; }

    div#container div.carleft dd { 
        width: 240px; 
        border-top: solid 1px #eeeeee; }

		
    div#container div.carleft textarea {
        height: 80px;
        width: 330px; }
		
    div#container div.carleft input.emailBox {
        width: 330px; }        
		
div.carright {
    margin-left: 20px;
    display: inline;
    float: left;
    width: 336px; } 

    div#container div.carright h2 { 
        font-size: 1.4em;
        float: right; }
                
    div#container div.carright img {
        border-width: 1px;
        margin: 1px; }
	    
    div#container div.carright a.dealer 
	{
        display: inherit !important;
        margin: 5px 30px 0 0;
        float: right;
        border: 3px solid #ccc !important;
        border-right:4px solid  #ccc !important; }
	  	
    div#container div.carright img.zoom { 
        position: absolute; 
        background-image: url('../img/common/background-b115.gif');
        background-position: bottom left;
        padding: 0 0 5px 5px;
        border: none;
        margin: 0px 0 0 283px; }

/* TABLE */
	
dl.table-display {
    width: 550px;
		margin: 0;
	clear: both; }
		
dl.table-display a {
	font-weight: normal;}

.table-display dt {
	width: 90px;
	float: left;
	padding: 5px;
	margin: 0;}
		
.table-display dd {
	width: 390px;
	float: left;
	padding: 5px;
	margin: 0;}
		
/* COLUMNS */
#columns
{
	float:left;
	width:800px;
	overflow:hidden;
	display:inline;

}
	#left-column
	{
		width:400px;
		overflow:hidden;
		float:left;
		}
	#left-small
    {
	    width:200px;
	    overflow:hidden;
	    float:left;
    }
	#middle-column
    {
		float:left;
		width:200px;
		overflow:hidden;
    }
	#right-column
    {
		float:right;
		width:200px;
		overflow:hidden;
    }    

		
		
/* FOOTER */
#footer {
	
	clear: both;
	background-color: #BF161C;
	background-image: url(../img/background-sprites.gif);
	background-repeat: no-repeat;
	background-position: -2000px top;
	color: #737373;
	width: 820px;
	margin:0 auto;
	padding: 0 0 0 20px;
	text-align: left;
	display: block;
	}
	
#footer .footer-content
{
    xbackground: #BF161C;
	/*padding-top: 80px;*/
}


#footer .top-bar
{
    margin: 0 auto;
    background: #E0E0E0 url('../img/content-bottom.gif') no-repeat top left;
    width: 838px;
    height: 29px;
}
#bottom-bar
{
    xmargin: 20px 0 10px -17px;
    margin:0 auto;
    background: url('../img/footer-bar.gif') no-repeat top left;
    background-position: 8px 0px;
    width: 855px;
    height: 21px;
}
.FooterLinks
{
	clear: both;
    width:800px;
    margin:0 auto;
	padding: 90px 0 0 0;
}
			
.FooterLinksGroup
{
    float:left;
    padding-left:25px;
    color:White;
}

.FooterLinksGroup h3, .FooterLinksGroup h3 a
{
    font-size:13px;
    font-weight:bold;
	margin : 0;
	padding: 0 0 10px 0;
	color:white;
}
		
.FooterLinksGroup ul
{
    width: 110px;
    margin: 0;
    padding: 0;
}

.FooterLinksGroup ul li, .FooterLinksGroup ul li a
{
	color:white;
	list-style-type:none;
	xbackground: url('../img/footer-bullet-list.png') no-repeat center left;
	xpadding-left: 15px;
    line-height: 17px;
        	font-size: 11px;
    font-weight: lighter;
	width: 110px;
	float:left;		
}
	

/* BOXES */
#big-box {
	margin-bottom: 8px;
}

#big-box .header
{
	clear: both;
    z-index:15;
    width:393px;
    height:33px;
    background:url(../img/box/box-sprites.gif) 0 bottom no-repeat;
    padding: 0 0 10px 0;
}
#big-box .content
{
    width:393px;
    background:url(../img/box/box-sprites.gif) -400px 0 repeat-y;
    padding-left:8px;
}
#big-box .footer
{
    width: 393px;
    height:13px;
    background:url(../img/box/box-sprites.gif) -800px 0 no-repeat;
}
#small-box{width: 192px; margin-bottom: 20px;}
#small-box .header
{
	clear: both;
    height:31px;
    background:url(../img/box/box-sprites.gif) -1200px bottom no-repeat;
    padding: 0 0 10px 0;
}
#small-box .content
{
    padding-left: 10px;
    xheight:1px;
    background:url(../img/box/box-sprites.gif) -1400px 0 repeat-y;
}
	#small-box .content p {
		margin: 0;
		padding: 10px 0;
	}
#small-box .footer
{
    height:10px;
    background:url(../img/box/box-sprites.gif) -1600px 0 no-repeat;
}			


#FeaturedCar
{
    float:left;    
    font-size:13px;
    padding-left:10px;
    width: 190px;
}
#FeaturedCar .title
{
    font-weight:bold;
    padding-bottom:3px;
}
#FeaturedCar .image
{
    /*margin-bottom:10px; */
    /*border:1px solid #d5d5d5;*/
}
#FeaturedCar .name
{
    font-size:14px;
    color:Red;
}
#FeaturedCar .description
{
    font-size:11px;
    color:#3c3c3c;
}
#FeaturedCar .price
{
    font-size:14px;
    color:#3c3c3c;
    font-weight:bold;
}   

#LatestCarListings
{
	width:165px;
    float:left;
}
    #LatestCarListings .title
    {
        padding-top:5px;
        padding-bottom:3px;
        font-size:13px;
        font-weight:bold;
    }
    #LatestCarListings ul, #PopularParts ul {
    	text-align: left;
    	list-style: none;
    	padding: 0;
    	margin: 0;
    }
    #LatestCarListings li, #PopularParts li {
    	list-style: none;
        font-size:12px;
        color:Red;
        padding: 1px 0;
    	margin: 0;
    }
#PopularParts
{
	width:165px;
    float:left;
}
    #PopularParts .title
    {
        padding-top:5px;
        padding-bottom:3px;
        font-size:13px;
        font-weight:bold;
    }
    #PopularParts ul{float:left;}
    #PopularParts li
    {
        clear:both;
        font-size:12px;
        color:Red;
        padding-bottom:1px;
    }

#Search
{
    width:370px;
    height:39px;
    background:url(../img/search/search.gif) no-repeat top left;
    display:inline-block;
    text-align: left;
    margin: 0;
    padding: 0;
}
#Search .search-field
{
    float:left;
    width:126px;
    height:25px;
    margin-top:6px;
    margin-left: 65px;
    background:red url(../img/search/field.gif) no-repeat top left;
    position: relative;
}  
#Search select
{
    margin-top:8px;
    height:22px;
    float:left;
    background:white;
    width: 126px;
    border:1px solid #d5d5d5;
}     

.search-field input
 {
	border: none;
	background: transparent;
	position: absolute;
	top: 3px;
	left: 3px;
	margin: 0;
	padding: 2px;
	width: 117px;
}

#Search .button
{
    float:left;
    margin: 3px 0 0 0;
}   

#Search .button img
{
    border: 0px;
}   

.latest-listings-email
{
	background: url(../img/email-icon.gif) no-repeat;    
	padding-left: 40px;
	margin-left: 43px;
}

.latest-listings-email .text
{
    line-height:35px;
}  

#Kirks-Car
{
    width:119px;
	xheight:0px;
    float:right;    
    xmargin-right:350px;
    xtop:-55px;
    left:270px;
	z-index:40;
}

#Kirks-Car img
{
border: 0px;
}

#Kirks-Car-Heading
{
	width:120px;
	height:24px;
	float:left;
}  

#HotRide
{
    width: 370px;
    padding-left:5px;
    padding-bottom: 20px;
    margin-top: -5px;
    z-index: 1;
}  
	#content img.hot-ride-car {
		float:right;
		position:relative;
		top:-20px;
		margin: 0 0 -20px 0;
		z-index: 50;
		
	}

    #HotRide .title
    {
     font-size:14px;
	 xheight:24px;
     color:Red;   
    }
    #content #HotRide h2 {
   	margin: 5px 0 0 0;
    	color: #FF2020;
    }


    #HotRide .date, #small-box .date
    {
     font-size: 11px;
     color:#a5a5a5;
    }
    #HotRide .description
    {
     font-size: 12px;
     color:#3c3c3c;
     width:200px;
     float:left;
    }
    #HotRide .image {
        float:right;        
    }
	    #HotRide .image a {
	    	padding: 0 0 10px 10px;
	    }
   
	    #HotRide .image img {
		width: 185px;
		height: 139px;
		margin: 0;
	    }
    
    #HotRide .moreback
    {
        display: block;
        margin-top: 10px;
    }

#AmericarnaNews
{
    float:left;
    width: 370px;
    padding-left:5px;
}   
    #content #AmericarnaNews h2
    {
   	margin: 5px 0 0 0;
    	color: #FF2020;
    }
    #AmericarnaNews .date
    {
     font-size: 11px;
     color:#a5a5a5;
     padding-bottom:10px;
    }
    #AmericarnaNews .description
    {
     font-size: 12px;
     color:#3c3c3c;
    }
    #AmericarnaNews .newspic
    {
        margin: 0 0 10px 10px;
    }
    
    	#AmericarnaNews .newspic img {
    		width: 185px;
    		height: 139px;
		margin: 0;
    }
    
    #AmericarnaNews .moreback
    {
    	clear: right;
    	display: block;
        margin-top: 10px;
    }
    
    a.more-news {
    	float: right;
    	margin-top: 8px;
    }

.event-container {
	border-bottom: 1px #E9E9E9 solid;
	margin: 0 10px 10px 0;
	padding: 0 0 10px 0;
}
	#small-box .content .event-container p {
		margin: 0;
		padding: 0;
	}
	.event-container em {
		font-size: 11px;
		font-style: normal;
		margin: 3px 0;
	}
	.event-container a.event-link {
		font-size: 11px;
    }

#copyright
{
    width: 839px;
    margin: 0 auto;
    font-size: 11px;
	padding: 20px 0 20px 0;
	height: 20px;
}
#copyright .legal
{
    float:left;
    color:White;
    padding-left:15px;
}
#copyright #siteby
{
    float:right;
    color:White;
    padding-right:15px;
}
#copyright .siteby a
{
    color:White;
}

        
/* CLASSIFIEDS */
.classifieds-cars ul
{
    padding-left:10px;
}
.classifieds-parts ul
{
    padding-left: 10px;
}
.classifieds-services ul
{
    padding-left:10px;
}   

/* FORMS */
.formfield {
		width: 140px;
		padding: 5px 5px 0 5px;
		height: 20px;
		border: none;
		background: url(../img/forms/background-formfield-rightbar.gif) top right no-repeat;  }
.dropdown-medium
{
    width: 140px;
    border:1px solid #d9d9d9;
    background:white;
}
   
/* SHOW ROOM */
.showroomPanel {
    position:relative;     
    padding-right: 30px; 
    margin-top: 15px; 
    background: url(../img/common/background-showRoomPanel.gif); 
    padding-bottom: 10px; 
    margin-left: 20px; 
    width: 531px; 
    padding-top: 25px; 
    height: 86px; 
    background-repeat:no-repeat;    
}    

.showroomPanel img {
    border:none !important;
    position:relative; 
    top:-19px; 
    left:8px;    
}   

.showroomPanel div {
    position:absolute; 
    top: 20px; 
    left: 260px; 
    width: 252px;
}      

/* MISC TEXT */
.centered-small-text
{
    font-size: 14px;
    text-align:center;
}
.centered-large-text
{
    font-size: 18px;
    text-align:center;
}


.Section-Heading
{
    padding-bottom:0;
    xpadding-left:10px;
}

.advertisement
{
    width:181px;
    height:138px;
    margin:0 auto;
    padding:6px;
	
}

#content img.advertisement
{
border: 0px;
}


.clear{clear:both;}
.left{ float:left;}
.right{float:right;}
.long-spacer
{
    float:left;
    width:2px;
    height:200px;
    margin-left:10px;
    margin-right:10px;
    background:url(../img/box/box-spacer.gif) repeat-y top left;
}
.noborder { 
    border: none !important; }
.buttons { 
    position: absolute; 
    margin: 0px 0 0 530px; }
    
    
    
	#rightbar {
		margin-left: 610px;
		margin-top: 40px;
		position: absolute;
		width: 180px; 
		
		}
		
	#rightbar .trightbar {
		padding: 15px 15px 0 15px;
		background: url(../img/common/background-180.gif) no-repeat; 
		/* border:solid 1px red; */
		min-height: 10px;
		
		}
	#rightbar .brightbar {
		width: 180px;
		height: 15px;		
		background: url(../img/common/background-b180.gif) no-repeat bottom left;
		margin: -3px 0 0 0;
		padding: 0;
		}
		
	#rightbar .formfield {
		width: 140px;
		padding: 5px 5px 0 5px;
		height: 20px;
		border: none;
		background: url(../img/common/background-formfield-rightbar.gif) top right no-repeat;  }

	#rightbar .formselect { width: 150px; }
	
	#rightbar .formlabel { text-align: left; }	

	#rightbar h2 {
		margin: 0; } 
		
	#rightbar .button {
		margin: 10px 0 -3px 65px;; } 

    #rightbar ul {
	    list-style: none;
	    width: 150px;
	    padding: 0;
	    margin: 5px 0 0 0;
	    border-top: 2px #fff solid; }

    #rightbar li {
    	}
	    
	    #rightbar li a {
			display: block;
			width: 138px;
			padding: 1px 5px;
			color: #ec1c25;
        	font-size: 11px;
			border-bottom: solid 1px #eeeeee; }

	    #rightbar li a:hover, #rightbar li a.selected {
			color: #ec1c25;
			border-bottom: solid 1px #dcdcdc;
			text-decoration: none; }
			
		#rightbar li a.selected {
			color: #969696; }    


/* TABLE ELEMENT */

table.two-col-page
{
/* reset */
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
border-collapse: collapse;
border-spacing: 0;

/* style */
padding: 15px 0 15px 0;
margin: 5px 0 5px 0;
width: 570px;
border: 1px solid #eaeaea;
}

table.two-col-page thead, table.two-col-page tfoot
{
background-color: #dedede;
color: #000;
}

table.two-col-page thead tr th
{
text-align: center;
}

table.two-col-page th
{
padding: 2.5px 5px 2.5px 5px;
line-height: 1.5;
text-align: center;
vertical-align: middle;
}

table.two-col-page tr th
{
border-bottom:1px solid #DDD;
border-left:1px solid #eaeaea;
text-align: left;
}

table.two-col-page tr.even
{
background-color: #efefef;
}

table.two-col-page td
{
padding: 2.5px 5px 2.5px 5px;
line-height: 1.5;
text-align: right;
vertical-align: middle;
}

table.two-col-page tr td
{
border-bottom:1px solid #DDD;
border-left:1px solid #eaeaea;
}

table.two-col-page td.center
{
text-align: center;
}

table.two-col-page td.saving
{
font-weight: bold;
text-align: right;
}



#menu ul
{	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


	#content .eventscontent {
		padding: 15px 15px 0 15px;
		width: 355px;
		background: url(../img/common/background-385.gif) no-repeat;
		margin: 0 0 0 0;
		min-height: 230px; }
		
	#content .eventscontent img {
		border: 0; }
		
	#content .eventscontent p {
		text-align: left; }

	#content .beventscontent {
		width: 385px;
		height: 15px;
		background: url(../img/common/background-b385.gif) no-repeat bottom left;
		margin: 0 0 15px 0; }


/* SIDE MENU */

#sidemenu {
	width: 110px;
	font-size: 11px;
	font-weight: bold;
	float: left;}
	
    #sidemenu ul {
	    list-style: none;
	    width: 110px;
	    padding: 0;
	    margin: 0;
	    border-top: 1px #d2d2d2 solid; }

    #sidemenu li {
    	}
	    
	    #sidemenu li a {
			display: block;
			width: 105px;
			padding: 1px 0 1px 5px;
			margin: 0;
			color: #ec1c25;
			background: #f7f7f7; 
			border-bottom: 1px #d2d2d2 solid; }

	    #sidemenu li a:hover, #sidemenu li a.selected {
			color: #ec1c25;
			background: #fff;
			text-decoration: none; }
			
		#sidemenu li a.selected {
			color: #969696; }

#eventheader {
	padding: 20px 0 20px 120px;
	width: 550px;
	overflow: hidden; }
	
#eventheader H1 {
	color: #000;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 0;
	border-bottom: none;
	text-align: left;
	font-size: 1.8em; }


	#content .eventContentWrapper
	{
	    width:550px;
	    padding:0px;
	}
			

	#content .bottom550 {
		width: 550px;
		height: 15px;
		background: url(../img/common/background-b550.gif) no-repeat bottom left;
		margin: 0 0 0 120px; }
		
	#content .eventcontent H2 {
		font-size: 1.4em;
		margin-bottom: 10px; }

.floatLeft
{
    float:left;    
}

.floatRight
{
    float:right;    
}

.clearBoth
{
    clear:both;
}


div.header img
{
border: 0px;
}


.FooterLinksGroup h3
{
    letter-spacing: normal;
}