@import url("css/jquery.jscrollpane.css");

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body {
	font-family: "Helvetica", sans-serif;
	background: url(/sites/all/themes/identicar/images/interface/pgbg.png) #747474;
	font-size: 12px;
	color: #333;
	height: 100%;
}

/* Text styling */

h1, h2, h3, h4 { font-family: "Titilliumtext14L", sans-serif;  }

h1 { }

h2 { font-size: 22px; text-shadow: 0px 1px 1px white; }

h3 { }

h4 { }

p { }

a { }

a:visited { }

a:hover { }

#left-content.sidebar-search h2 { 
	margin-bottom: 1em;
	margin-top: 1em;
	font-weight: normal;
	text-shadow: 0px 1px 1px white;
}
#left-content.sidebar-search label {
	text-shadow: 0px 1px 1px white;
}
/* End text styling */

#page {

}
#header {
	height: 120px;
	background: url(/sites/all/themes/identicar/images/banner-bg.png);
	color: #fff;
	padding-left: 50px;
	padding-top: 20px;
	position: relative;
}
#header #left-logo {
	width:250px;
	height: 65px;
	margin-right: 20px;
	padding-top: 19px;
}

#header #right-advert {
	width: 710px;
	height: 89px;
	position: absolute;
	left: 310px;
	top:20px;

}
#wrapper { 
	margin:20px;
}
#menu {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
        -webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background: #000;
	position: relative;	
	height: 71px;
	background:url(/sites/all/themes/identicar/images/interface/menu/menu-bg.png);
}
.menu-inner {
	width:570px;
	margin: auto;
}
#menu ul {
	
}
#menu ul li {
	float: left;
	margin-right: 15px;

}

#menu ul li.Dashboard a { background:url(/sites/all/themes/identicar/images/interface/menu/dashboard-icon.png);}
#menu ul li.Search a { background:url(/sites/all/themes/identicar/images/interface/menu/search-icon.png);}
#menu ul li.SavedCars a { background:url(/sites/all/themes/identicar/images/interface/menu/savedcars-icon.png);}
#menu ul li.Dealers a { background:url(/sites/all/themes/identicar/images/interface/menu/dealers-icon.png);}
#menu ul li.Account a { background:url(/sites/all/themes/identicar/images/interface/menu/account-icon.png);}

#menu ul li.FindSpareParts a { 
    display: none;
    background: transparent url(/sites/all/themes/identicar/images/interface/menu/find-spare-parts-menu.png) no-repeat center 16px;
    color: #91b000;
    width: 96px;
}

.loggedin #menu ul li.FindSpareParts a { display: block; }

#menu ul li a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	width:95px;
	padding-top:49px;
	height: 22px; 
	color: #ccc;
	background-repeat:no-repeat;
	background-position: top left;
	padding:49px 0 0;
}
#menu ul li:hover a {
	color: #fff;
}
#menu ul li.active-trail {
	background: url(/sites/all/themes/identicar/images/interface/menu/menu-bg-active-tab.png) no-repeat;
}
#menu ul li.active-trail a { 
	font-weight: bold;
	color: #fff;
}

#logout {
	position: absolute;
	top: 43px;
	right: 20px;
	color: #fff;
	
}
#logout a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
#top-bar {
	background:url(/sites/all/themes/identicar/images/interface/top-bar/top-bar-bg.png) repeat-x; 
	height: 38px;
	padding-left: 20px;
	padding-right: 20px;
}
#top-bar ul li {
	float: left;
	margin-right: 10px;
}
#top-bar ul li a {
	padding: 7px;
	background: red;
}
#top-bar div.left { padding-top: 10px; }
#top-bar div.right { padding-top: 10px; }
#content {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: #fff;
	min-height: 500px;
	position: relative;
}
#fake-content {
	height: 800px;
	background: yellow;
}
#left-content {
	position: absolute;
	left:0;
	top: 0;
	height: 520px;
	-moz-border-bottom-left-radius: 10px;
        -moz-webkit--bottom-left-radius: 10px;
}

#right-content {
	height: 500px;
	overflow-y: auto;
	margin-right: 10px;
	min-width:200px;
}
#right-content.inner {
	padding: 20px;
}
#left-content.home-search {
	width: 500px;
	background: url(/sites/all/themes/identicar/images/interface/home/home-search-bg.jpg) top left no-repeat #abd200;
}
#right-content.home-search {
	margin-left: 520px;
}

#left-content.sidebar-search {
	width:250px;
	background: url(/sites/all/themes/identicar/images/interface/sidebar-search/bg-pattern.png) #efefef repeat-x;
}
#right-content.sidebar-search {
	margin-left: 270px;
}
#right-content.view-car {
	margin-left: 520px;
}
#left-content.view-car {
	width: 500px;
	background: #efefef;
}
#footer {
	margin-left:20px;
	margin-right: 20px;
	background:url(/sites/all/themes/identicar/images/50alpha-blackbg.png);
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	font-size: 12px;
	color: #efefef;
}
#footer .left a {
	color: #bcf100;
	text-decoration: none;
}
#footer .right {
	color: #999;
}
#footer .right a {
	display: block;
	float: right;
	width: 22px;
	height: 16px;
	text-indent: -9999px;
	background:url(/sites/all/themes/identicar/images/go1-logo.png);
	margin-left: 5px;
}

/* Sidebar search styling */

#left-content.sidebar-search label {
	margin-right: 15px;
}

/* These form fields are smaller in height */ #left-content.sidebar-search input[type="text"] {
	line-height: 23px;
	background:url(/sites/all/themes/identicar/images/interface/forms/formfields-small/formfields-small-bg.png);
	border:1px solid #ccc;
	font-size: 12px;
	color: #666;
	-moz-border-radius: 4px;
        -webkit-border-radius: 4px;
	text-indent: 5px;
	height: 19px;
}
#left-content.sidebar-search input[type="text"]:focus {
	border:1px solid #999;
	color:#333;
}

#left-content.sidebar-search input[type="submit"] {
	background:url(/sites/all/themes/identicar/images/interface/forms/submit-bg.png) no-repeat;
	width: 81px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	color: #fff;
	border: 0;
	float: right;
}
#left-content.sidebar-search input[type="submit"]:hover {
	color: #BCF100;
	cursor: pointer;
}


/* Globals */ 


.left { float: left; }
.right { float: right; }
.clearfix { clear: both; }
.inner { padding:10px; }

div.form-row {
	margin-bottom: .9em;
	margin-top: .9em;
}
div.form-row label.new-line {
	display: block;
	margin-bottom: 10px;
}
div.form-row input[type="text"].full-width {
	width: 100%;
}

/* Homepage search */

form#home-search,.home-search-inner {
	padding: 20px;
	color: #364b00;
}
form#home-search h2 {
	margin-bottom: 1.3em;
}
.home-search label {
	float: left;
	display: block;
	width: 100px;
	font-size: 14px;
	text-align: right;
	text-shadow: 0px 1px 1px white;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
        font-weight: normal;
}
.home-search div.form-item {
	margin-bottom: 2em;
	clear: left;
}
.home-search input[type="text"], .home-search select {
	height: 25px;
	width: 300px;
}

a#advanced-search {
	color: #fff;
	text-decoration: none;
	padding-left: 25px;
	background: url(/sites/all/themes/identicar/images/interface/advanced-search-icon.png) no-repeat;
	padding-bottom: 5px;
	margin-left: 130px;
}
input[type="submit"]#search,input[type="submit"]#edit-submit{
	background: url(/sites/all/themes/identicar/images/interface/forms/searchlrg-submit-bg.png) no-repeat top center;
	border: 0;
	width: 123px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-left: 10px;
}
input[type="submit"]#search:hover,input[type="submit"]#edit-submit:hover{
	background-position: bottom center;
}

input[type="submit"]#edit-advanced-submit {
  background: url(/sites/all/themes/identicar/images/advanced-submit-bg.png) no-repeat center top;
  border: 0; 
  width: 150px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
}
input[type="submit"]#edit-advanced-submit:hover{
	background-position: bottom center;
}

input[type="submit"]#search:hover {
	cursor: pointer;
}
.home-search input#keyword,.home-search input#edit-key {
	height: 38px;
	width:304px;
	background: url(/sites/all/themes/identicar/images/interface/forms/search-dashboard/keyword-field.png) no-repeat;
	border: 0;
	text-indent: 10px;
	font-size: 14px;
	line-height: 38px;
}

/* Overrides */
#primary-menu-inner, #primary-menu {
	padding: 0;
	margin: 0;
}
.node .inner { padding: 0; }

.ads-placeholder{border:1px dashed #fff;}



