body, html 			{	margin:0; padding:0; overflow:hidden; }
* 					{	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif; text-align:justify;	}
div, p, span, td 	{	font-size:11px;	}
small 				{	font-size:10px; 	}

#container {
	overflow:hidden;
	width : 1000px;
	height : 755px;
	margin:6px auto 12px auto; 
}

#container img#bg { 
	position: absolute;
	top:6px;
	display: block;
	z-index: -5;
	-ms-interpolation-mode: bicubic;
}

#container div#bg_color { 
	position: absolute;
	top:6px;
	width:inherit;
	height:inherit;
	display: block;
	z-index: -10;
	-ms-interpolation-mode: bicubic;
	background:#EFEFEF;
	margin:0 auto;
}

#container img#logo {
	height:100px;
	display: block;
	margin:0 auto;
}

div.popup {
	display:none;
	width: 100px;
	height: 130px;
	padding:0 0 20px 30px;
	margin:0 auto;
	/*background-color:rgba(255,255,255,0.85);*/
	background:url(../images/bg_white_85.png);
}

div.popup a.close {
	width:12px;
	float:right;
	margin:10px 10px 0 0;
	background:#FF0000;
}
div.popup .popup_title {
	padding:15px 0 0 0;
	height:60px;
}
div.popup div.popup_content {
	width:80px;
	height:50px;
	padding:0 10px 0 0;
	overflow:auto;
	line-height:20px;
}
div.popup div.popup_content a {
	font-weight:bold;
	color:#688181;
}
div.popup div.popup_content a:hover {
	color:#000;
}
div.popup div.popup_content .tweetpic {
	display:block;
	float:left;
	height:50px;
	margin:0 10px 5px 0;
}
div.popup div.popup_content .tweet {
	clear:both;
	padding:10px 0 5px 0;
	border-bottom:1px dashed #666;
}

div.popup_content ul { 
	list-style:none; 
	padding:0;
	margin:0;
}
div.popup_content ul li { 
	clear:both;
	border-top:1px dotted #CCC; 
}
div.popup_content ul li > div {
	display:block; 
	float:left; 
	padding:10px;
}

div.popup_content ul li div.label { 
	width:80px;
	text-align:left;
}

div.popup_content ul li div.field { 
	width:240px;
}

div.popup_content ul li div.form_bottom { 
	width:340px;
	
}

div.popup_content textarea { 
	font-size:10px;
	width:inherit;
}

div.popup_content input[type=submit] { 
	float:right;
	width:120px;
	height:30px;
	border:0;
	background:url(../images/send.png) no-repeat transparent;
}

div.footer {
	display:block;
	position:absolute;
	top:620px;
	width:inherit;
	height:140px;
}

div.menu,
div.sub_menu,
div.photo_strip {
	position:absolute;
	width:100%;
	text-align:center;
	font-size:11px;
}

div.photo_strip {
	display:none;
	height:70px;
	background-color:#FFF;
}

ul#carousel {
	list-style:none;
	margin:0;
	padding:0;
}
ul#carousel li {
	float: left;
}

.jcarousel-container-horizontal {
	width: 450px;
}
.jcarousel-clip-horizontal {
	width:inherit;
}
.jcarousel-container-horizontal {
	padding:0 95px;
	margin:0 auto;
}

.jcarousel-item {
    width: 80px;
}
.jcarousel-item-horizontal {
    margin-right: 10px;
}
.jcarousel-next-horizontal {
	position: absolute;
	top: 20px;
	right:0;
    width: 90px;
    height: 30px;
	cursor: pointer;
	background: transparent url(../images/btn_next.gif) no-repeat 0 0;
}
.jcarousel-prev-horizontal {
	position: absolute;
	top: 20px;
	left:0;
	width: 90px;
	height: 30px;
	cursor: pointer;
	background: transparent url(../images/btn_prev.gif) no-repeat 0 0;
}

div.photo_strip img {
	border:0;
}
div.photo_strip a
{
	float:left;
	display:block;
}

div.photo_strip a.photo
{
	margin:5px;
	height:56px;
	width:80px;
	overflow:hidden;
	border:none;
}

div.photo_strip a.active
{
	height:54px;
	width:78px;
	border:2px solid #688181;
}
div.photo_strip a.active img
{
	position:relative;
	top: -2px;
	left: -2px;
}

div.photo_strip a.nav
{
	margin:20px 0 0 0;
}

div.photo_strip div.wrapper
{
	width:650px;
	margin:0 auto;
}

div.sub_menu {
	display:none;
	padding:6px 0 0 0;
	height:20px;
	top:76px;
	background-color:rgba(255,255,255,0.6);
}
div.menu {
	padding:6px 0 0 0;
	height:20px;
	top:108px;
	background-color:#FFF;
}

div.menu a,
div.sub_menu a {
	margin:0 5px;
}

div#loader {
	display:none;
	position:absolute;
	width:20px;
	padding:20px; 
	background:#FFF;
	z-index:15;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

div.footer a {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#355151;
}

div.footer a.active {
	font-weight:bold;
}

div.footer a:hover {
	color:#959191;
}

table.brands td {
	vertical-align:top;
	text-align:left;
}

table.brands h2,
table.brands h3 {
	margin:0;
}

div#flashplayer {
	margin-left:10px;
	padding-top:-5px;
	float:left;
}
