body{
	margin:0;
	color:#fff;
	font-size: 14px;
    font-family: Georgia, Times New Roman, Times, serif;
	background:#0f0f0f url(/images/bg-page.png) no-repeat 50% 0;
	min-width:1000px;
}
img{border-style:none;}
a{text-decoration:none; color:#cb0a0a;}
a:hover{text-decoration:underline;}
a {
	outline: none;
}

/* wrapper */
#wrapper{
	width:100%;
}



/* header */
#header{
	width:100%;
	position:fixed;
	z-index:2;
	background:url(/images/bg-header.png) no-repeat 50% 0;
}
#header .holder{
	position:relative;
	width:985px;
	height:210px;
	margin:0 auto;
}
.logo{
	margin:0;
	position:absolute;
	top:100px;
	left:0;
	width:543px;
	height:97px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	z-index:10;
}
.logo a{
	height:100%;
	display:block;
	background:url(/images/talacrest_logo.png) no-repeat;
}
#nav{
	margin:0;
	padding:0 0 0 1px;
	list-style:none;
	position:absolute;
	top:0;
	right:0;
	background:url(/images/sep.gif) no-repeat;
}
#nav li{
	padding:0 1px 0 0;
	float:left;
	width:122px;
	background:url(/images/sep.gif) no-repeat 100% 0;
}
#nav a{
	display:block;
	font-size:17px;
	font-style:italic;
	background:url(/images/btn-nav.png) no-repeat 0 -9999px;
	padding:63px 5px 15px 16px;
}
#nav a:hover{
	background-position:0 0;
	text-decoration:none;
	color:#fff;
}






#subnav{
	margin:0;
	padding:0 0 0 1px;
	list-style:none;
	position:absolute;
	top:0;
	right:0;
	background:url(../images/sep.gif) no-repeat;
}
#subnav li{
	padding:0 1px 0 0;
	float:left;
	width:154px;
	background:url(../images/sep.gif) no-repeat 100% 0;
}
#subnav a{
	display:block;
	font-size:17px;
	font-style:italic;
	background:url(../images/btn-subnav.png) no-repeat 0 -9999px;
	padding:40px 5px 2px 16px;
}
#subnav a:hover{
	background-position:0 0;
	text-decoration:none;
	color:#fff;
}



.shield{
	position:absolute;
	bottom:-29px;
	right:3px;
	width:110px;
	height:113px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.shield a{
	height:100%;
	display:block;
	background:url(/images/logo-shield.png) no-repeat;
}
/* main */
#main{
	width:100%;
	position:relative;
	z-index:1;
	padding:200px 0 0;
}

/* container */
.container{
	width:985px;
	position:relative;
	z-index:10;
	margin:0 auto;
	padding:20px 0 80px;
}


	/* grid*/

.singlecol {
	margin: 0px 15px 0px 0px; width: 225px
}
.onethirdcol {
	margin: 0px 15px 0px 0px; width: 345px
}

.twocol {
	margin: 0px 15px 0px 0px; width: 485px
}
.twothirdcol {
	margin: 0px 15px 0px 0px; width: 625px
}
.threecol {
	margin: 0px 15px 0px 0px; width: 735px
}
.fourcol {
	width: 985px
}
.fivecols {
	margin: 0px 10px 0px 0px; width: 189px
}

.last {
	margin-right: 0px
}

.clear {
	clear: both
}

.clearandspace {
	clear: both;
	font-size: 0;
	height: 15px;
	line-height: 0;
	position: relative; }
	
	
.left {
	float: left
}
.right {
	float: right
}	

/* Home FeaturedStock Carousel - 6 Panels */

.module-header{
	width:985px;
	height:auto;
	border-bottom:1px solid #333333;
	margin-bottom:20px;
}


.module-stock li{
	list-style-type:none;
	width:151px;
	height:114px;
	position:relative;
	float:left;
	margin-right:12px;
}

.module-stock img{
	border:2px solid #cfcfcf;
}
.module-arrows{
	width:68px;
	height:27px;
	position:relative;
	float:right;
}
.stock-summary{
font-family: Georgia, Times New Roman, Times, serif;
	font-size:24px;
	line-height:30px;
	color:#ffffff;
	width:985px;
	height:auto;
	position:relative;
	float:left;
	margin-bottom:10px;
	margin-top:5px;
}



/*-----------------------------------------------------------------------
Featured Stock Carousel - 6 Panels
------------------------------------------------------------------------*/

.jcarousel-skin-6 .jcarousel-container-horizontal {
    width: 985px;
}

.jcarousel-skin-6 .jcarousel-clip-horizontal {
    width:  985px;
    height: 114px;
}

.jcarousel-skin-6 .jcarousel-item {
    width: 151px;
    height: 114px;
}

.jcarousel-skin-6 .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 14px;
}

.jcarousel-skin-6 .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 8px;
    margin-right: 0;
}


/*-----------------------------------------------------------------------
Carousel - General
------------------------------------------------------------------------*/


.jcarousel-skin-6 .jcarousel-direction-rtl{
	direction: rtl;
}


.jcarousel-skin-6 .jcarousel-next-horizontal
{
    position: absolute;
    top: -48px;
    right: 0px;
    width: 34px;
    height: 27px;
    cursor: pointer;
    background: transparent url(../images/stock-summary-arrow-right-black.gif) no-repeat 0 0;
}


.jcarousel-skin-6 .jcarousel-next-horizontal:hover,
.jcarousel-skin-6 .jcarousel-next-horizontal:active
{
    background-position: -34px 0;
}


.jcarousel-skin-6 .jcarousel-prev-horizontal
{
    position: absolute;
    top: -48px;
    right: 34px;
    width: 34px;
    height: 27px;
    cursor: pointer;
    background: transparent url(../images/stock-summary-arrow-left-black.gif) no-repeat 0 0;
}




.jcarousel-skin-6 .jcarousel-prev-horizontal:hover,
.jcarousel-skin-6 .jcarousel-prev-horizontal:active
 {
    background-position: -34px 0;
}

.column-1-twitter{
	float:left;
	width:320px;
	margin-right: 12px;
	}
	
	.column-2-news{
	float:left;
	width:320px;
	margin-right: 12px;
	}
	
	.column-3-media{
	float:right;
	width:320px;
	margin-right: 0px;
	}
	
.column-1-header,.column-2-header{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	color: #ffffff;
	float: left;
	width: 330px;
	height: 38px;
	}
	
	.column-4-header{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:18px;
	line-height:24px;
	color:#FF9900;
	float:left;
	width:485px;
	height:30px;
	}
	
	.column-5-header{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:24px;
	line-height:30px;
	color:#FFFFFF;
	float:left;
	width:485px;
	height:38px;
	}
	
	.column-1-header .red{
color:#cb0a0a;}
	
	
	.column-3-last-header{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:24px;
	line-height:30px;
	color:#ffffff;
	float:right;
	width:320px;
	height:38px;
}
	

.column-1,.column-2{
	position:relative;
	float:left;
	width:296px;

	padding:12px;
	margin-right: 12px;
	background-color:#333333;
}


.column-3-last{
	float:right;
	width:296px;
	padding:12px;
	margin-right: 0px;
	background-color:#333333;
}


#enquire a{
	position:relative;
	float:left;
	width:233px;
	height:20px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:13px;
	color:#FFFFFF;
	letter-spacing:3px;
	text-align:center;
	padding:5px 0 0 0;
	margin-right: 7px;
	border:solid;
	border-width:1px;
	border-color:#666666;
	background-color:#333333;
	background-image:url(../images/enquire-hover.png);
}
	
	#enquire a:hover {
	cursor: pointer;
	color: #FFCC00;
	text-decoration:none;
}


#sendtofriend a{
	position:relative;
	float:right;
	width:233px;
	height:20px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:13px;
	color:#FFFFFF;
	letter-spacing:3px;
	text-align:center;
	padding:5px 0 0 0px;
	margin-right: 0px;
	border:solid;
	border-width:1px;
	border-color:#666666;
	background-image:url(../images/enquire-hover.png);
	background-color:#333333;
}
	
#sendtofriend a:hover {
	cursor: pointer;
	color: #FFCC00;
	text-decoration:none;
}


.stockcolumn-1,.stockcolumn-2{
	position:relative;
	float:left;
	width:294px;
    height:114px;
	padding:12px;
	margin-right: 12px;
	border:solid;
	border-width:1px;
	border-color:#333333;

}


.stockcolumn-3-last{
	float:right;
	width:294px;
	height:114px;
	padding:12px;
	margin-right: 0px;
	border:solid;
	border-width:1px;
	border-color:#333333;
}


.homecolumn-1,.homecolumn-2{
	position:relative;
	float:left;
	width:296px;
    height:135px;
	padding:12px;
	background-color:#666666;
}


.homecolumn-3-last{
	float:right;
	width:296px;
	height:135px;
	padding:12px;
	background-color:#666666;
}

#newspanel{
float:left;
width:296px;
height:135px;

}

#newspanel .newsimage{
float:left;
width:140px;
height:111px;
margin:0 8px 26px 0;
border: 2px solid #333333;
}
#newspanel .text{
float:right;
width:143px;
height:135px;
color: #ffffff;
    font-size: 10px;
    font-family: arial, verdana, sans-serif;
    line-height: 15.5px;
}
#newspanel p {
    color: #ffffff;
    font-size: 10px;
    font-family: arial, verdana, sans-serif;
    line-height: 14px;
}


p.view-more {margin-top: 2px;}

p.view-more a { 
    text-decoration: none;
	text-align:left;
    font-family: arial, verdana, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #ffffff;
}

p.view-more a:hover {color: #000000;}


.small { font-family: Georgia, Times New Roman, Times, serif;
    font-size: 12px;
	font-style:italic}
	
h1 { font-family: Georgia, Times New Roman, Times, serif;
    font-size: 18px;
	font-weight:normal;
	color:#CCCCCC;
	line-height:5px}
	
	
	.paleyellow {color:#FFFF99;}

/*-----------------------------------------------------------------------
Cars for Sale
------------------------------------------------------------------------*/

#cfs_panel{
float:left;
width:294px;
height:114px;
}

#cfs_panel .cfs_image{
float:left;
width:147px;
height:110px;
margin:0 8px 0px 0;
border: 2px solid #ffffff;
}

#cfs_panel .text{
float:right;
width:130px;
height:84px;
color: #ffffff;
    font-size: 13px;
	font-family:Georgia, Times New Roman, Times, serif
}

#cfs_panel .textsold{

color: #ff0000;
    font-size: 17px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

#cfs_panel .details a{
	float:right;
	text-align:right;
	width:130px;
	/*height:16px;*/
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	line-height:16px;
	text-transform: uppercase;
    letter-spacing: 1.2px;
	font-weight: bold;
	color: #ffff66;
	margin-top:18px;
	padding: 0px 2px 0 0;
}

#cfs_panel .details a:hover {color: #ffffff;}



/*-----------------------------------------------------------------------
Cars Previous Sold
------------------------------------------------------------------------*/

.prevstockcolumn-1,.prevstockcolumn-2,.prevstockcolumn-3,.prevstockcolumn-4{
	position:relative;
	float:left;
	width:189px;
    height:66px;
	padding:4px;
	margin-right: 0px;

}

.prevstockcolumn-5-last{
	position:relative;
	float:left;
	width:189px;
    height:66px;
	padding:4px;
	margin-right: 0px;
}


#cps_panel{
float:left;
width:189px;
height:56px;
}

#cps_panel .cps_image{
float:left;
width:75px;
height:56px;
margin:0 4px 0px 0;

}

#cps_panel .text{
float:right;
width:108px;

color: #ffffff;
    font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}


#cps_panel .details a{
	float:right;
	text-align:left;
	width:108px;
	height:12px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9px;
	line-height:14px;
	text-transform: uppercase;
	color: #ffff66;
}

#cps_panel .details a:hover {color: #ffffff;
text-decoration: none;}






/* slideshow intro */

#in-slideshow-frame,
#sp-bl-slideshow-frame{
	width:735px;
	height:347px;
	float:left;
	margin:0px auto;
	background-image:url(../images/in-slideshow-background.gif);
	background-repeat:repeat-y;
	background-position:top center;
}

.in-slideshow,
.sp-bl-slideshow{
	width:735px;
	height:347px;
	padding:0px 5px 0px 5px;
	margin:0px auto;
}

.in-slideshow-container,
.sp-bl-slideshow-container{
	width:735px;
	height:347px;
	position:relative;
	float:right;
	background-image:url(../images/ge-slideshow-border.png);
	background-repeat:no-repeat;
	background-position:right top;
}

.in-slideshow-rotate,
.sp-bl-slideshow-rotate{
	width:735px;
	height:347px;
	position:relative;
	float:left;
	background-color:#000;
	overflow:hidden;
}

.intro_content{

width:250px;
padding: 0px 0px 4px 15px;
margin-left: 15px;

}

.intro {
margin-bottom: 10px;
}


.intro-menu {
	border-bottom: 2px solid #383939;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #666666;
	display: block;
	line-height: 20px;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/** Contact
==============================================================================*/
#cont{ width: 960px;
    margin: 0 auto;
}

#cont img.img-right {
    margin: 0 0 5px 20px; 
    float: right;
}

#cont .contact-form {padding-top: 10px;}

#cont .contact-form label {
	width: 100px;
	float: left;
	margin-top: 5px;
}

#cont .contact-form textarea {
    height: 100px; 
    width: 400px;
    margin-top: 5px;
}

#cont .contact-form input {
    background: url(../images/form-text.jpg) repeat-x;
    color: #5b5a4e;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    border: none;
    padding: 6px 10px;
}

#cont .contact-form textarea {
    background: url(../images/form-text.jpg) repeat-x bottom #dbdbdb;
    color: #5b5a4e;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    border: none;
    padding: 6px 10px;
}

#cont .contact-form input.submit-button { 
    text-decoration: none;
    font-family: Georgia, Palatino, serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    height: 27px;
    width: 81px;   
    text-align: center; 
    border: none;
    background: url(../images/navigation-hover.png) no-repeat;
    color: #ffffff;
}

#cont .contact-form input.submit-button:hover {
	cursor: pointer;
	color: #FFCC00;
}


/** Stock Details Portfolio
==============================================================================*/

.portfolio_container{		margin-bottom:30px;		margin-left:auto;	margin-right:auto;	width:985px;	}
.portfolio_box_container{	width:100%;	margin-bottom:10px; }
.portfolio_boxfirst{ padding-right:12px; padding-left:2px;	padding-bottom:15px;	float:left;		}
.portfolio_box{ padding-right:12px;	padding-bottom:15px;	float:left;		}
.portfolio_boxlast{ padding-right:0px;	padding-bottom:15px;	float:left;		}


/** Page Image Border Skin
===============================*/

.image_skin {			background-color:#E9E9E9;	border:1px solid #E5E5E5;	float:left;	overflow:hidden;	position:relative;	}
.image_inside_border {	border:0px solid #666666;	float:left;	font-size:0;	line-height:0;	padding:2px;	}
.image_skin_anime {		float:left;	overflow:hidden;	position:relative;	background:url(../images/loader.gif) no-repeat scroll transparent;	background-position:50% 50%;	background-repeat:no-repeat;	}
.zoom_image{			background-image:url(../images/zoom_image.png);	background-position:50% 50%;	background-repeat:no-repeat;						}
.zoom_play{				background-image:url(../images/zoom_play.png);	background-position:50% 50%;	background-repeat:no-repeat;						}


/* Media */
.media_container{
	width:985px;
	position:relative;
	margin:0 auto;

	
}

#mediatext {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #ffffff;
}

/* Past Masters */
.pm_container{
	width:680px;
	position:relative;
	margin:0 auto;
}
.pm_container .panel{
	width:120px;
	height:95px;
	float:left;
	background-color:#333333;
	position:relative;
	margin:0 20px 0 0;
}

.pm_container .panel-last{
	width:120px;
	height:95px;
	float:left;
	background-color:#333333;
	position:relative;
}

.pm_container .image{
	width:100px;
	height:75px;
	margin:10px;
	position:relative;
}

.pm_container .text{
	width:120px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	text-align:center;
	float:left;
	color:#ffffff;
	position:relative;
	margin:3px 20px 6px 0;
}

.pm_container .text-last{
	width:120px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	text-align:center;
	float:left;
	color:#ffffff;
	position:relative;
	margin:3px 0 6px 0;
}

/* Heritage */

.heritage_container{
	width:985px;
	height: 650px;
	position:relative;
	margin:0 auto;

	
}

.heritage_panel{
	width:985px;
	padding-bottom: 35px;
	margin-top: 195px;
	position:relative;
	margin-left: 12px;
	background-image: url(../images/heritage_panel.png);
	
}
.heritage_intro{
	width:915px;
	position:relative;
	padding-top: 35px;
	padding-right: 35px;
	padding-left: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
    font-style: italic;
}
.heritage_red{
	color: #F00; !important
}
.heritage_leftcol{
	width: 622px;
	margin-top: 20px;
	padding-left: 35px;
	float: left;
	position: relative;
}
.heritage_rightcol{
	width: 293px;
	margin-top: 20px;
	padding-right: 35px;
	float: right;
	position: relative;
}



/* Models */

.models_container{
	width:985px;
	height: 100%;
	position:relative;
	margin:0 auto;
	
}


.models_panel1{
	width:985px;
	height: 900px;
	padding-bottom: 35px;
	margin-top: 0px;
	position:relative;
	margin-left: 0px;
	background-image: url(../images/heritage_panel.png);
	
}

.models_panel{
	width:985px;
	height: 100%;
	padding-bottom: 35px;
	margin-top: 0px;
	position:relative;
	margin-left: 0px;
	background-image: url(../images/heritage_panel.png);
	
}

.models_intro{
	width:915px;
	height: 280px;
	position:relative;
	padding-top: 30px;
	padding-right: 38px;
	padding-left: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
    font-style: italic;
}

.models_introtext{
	width:915px;
	position:relative;
	padding-right: 38px;
	padding-left: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
    font-style: italic;
}

.models_red{
	color: #F00; !important
}
.models_leftcol{
	width: 465px;
	margin-top: 20px;
	padding-left: 35px;
	float: left;
	position: relative;
}
.models_rightcol{
	width: 460px;
	margin-top: 20px;
	padding-right: 20px;
	float: right;
	position: relative;
}

.models_4col{
	width: 915px;
	margin-top: 20px;
	padding-left: 0px;
	float: left;
	position: relative;
}

.models_4col-header{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFF;
    font-style: italic;
}




.models_3col{
	width: 622px;
	margin-top: 20px;
	padding-left: 35px;
	float: left;
	position: relative;
}

.models_3col-header{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFF;
    font-style: italic;
}
.models_2col{
	width: 293px;
	margin-top: 20px;
	padding-right: 35px;
	float: right;
	position: relative;
}


/* slideshow models */

#in-slideshowmodels-frame,
#sp-bl-slideshowmodels-frame{
	width:915px;
	height:280px;
	float:left;
	margin:0px auto;
}

.in-slideshowmodels,
.sp-bl-slideshowmodels{
	width:915px;
	height:280px;
	padding:0px 5px 0px 5px;
	margin:0px auto;
}

.in-slideshowmodels-container,
.sp-bl-slideshowmodels-container{
	width:915px;
	height:280px;
	position:relative;
	float:right;
}

.in-slideshowmodels-rotate,
.sp-bl-slideshowmodels-rotate{
	width:915px;
	height:280px;
	position:relative;
	float:left;
	background-color:#000;
	overflow:hidden;
}

/** Book
===============================*/

.book-stack {
	padding-top: 160px;
	padding-bottom: 140px;
}


/** Footer
===============================*/
#footer {
padding: 15px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-variant:small-caps;
letter-spacing:1px;
font-size:11px;
color:#ffffff;
/*border-top: #212121 1px dotted;
background-color:#121212;*/
}
#footerwidgets {
	width: 945px;
}
#footerdivider {
	margin: 0px 0px 15px;
}
#footerlogo {
	width: 30px;
	height: 37px;
	background-image:url(../images/logo-shield-sml.png);
	margin: 0px 10px 15px 10px;
	
}


.fourcolfooter {
	width: 890px;
	margin: 0px 10px 0px 0px;
}

.singlecolfooter {
	width: 85px
}
#racecar {
font-family: Arial, Helvetica, sans-serif;
color:#666666;
font-size:9px;
padding: 15px 0px 0px 0px;
border-top: #333333 1px solid;
}



#youmax-header{display:none !important;
}

#youmax-tabs{display:none !important;
}

.youmax-video-list-views{display:none !important;
}

.youmax-showing{display:none !important;
}

.youmax-video-list-title{padding-bottom:30px !important;
}
