@charset "utf-8";

#V1 {
	text-align: left;
	background-image: url(../image/layout/bg-body-screen.png);
	background-repeat: repeat;
}
#V1 .overlay {
	background-image: url(../image/layout/bg-overlay-100-screen.png);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	padding: 9px;
	width: 942px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#V1 .overlay .wrapper {
	width: 940px;
	border: 1px solid #FFF;
	background-color: #FFF;
	min-height: 550px;
}

#header {
	width: 940px;
}

#footer {
	width: 100%;
	text-align: center;
}

#footer .footer_wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

#copyright {
	color: #FFF;
	font-size: 12px;
	padding-bottom: 5px;
}

#developer, #developer a {
	color: #FFF;
}
#navIndex {
	background-image: url(../image/layout/bg-index-navi-screen.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -90px;
	bottom: 0px;
	z-index: 999;
	height: 90px;
	width: 940px;
}

ul#naviIndex {
	z-index: 999;
}

ul.indexnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.indexnav li {
	float: left;
	margin: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.indexnav li a{
	float: left;
	width: 235px;
	height: 90px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}

ul.indexnav li:hover a, ul.indexnav li.select a, ul.indexnav li.select:hover a {
	background-position: 0px -90px;
}

ul.indexnav li.about a {
	background-image: url(../image/nav-index-aboutus-screen.png);
}

ul.indexnav li.stock a {
	background-image: url(../image/nav-index-stock-screen.png);
}

ul.indexnav li.contact a {
	background-image: url(../image/nav-index-contact-screen.png);
}

ul.indexnav li.enquiry a {
	background-image: url(../image/nav-index-enquiry-screen.png);
}


#nav {
	height: 140px;
	width: 940px;
	position: relative;
}
#naviTop {
	background-image: url(../image/layout/bg-nav-top-screen.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 940px;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: -40px;
}

ul#naviTop {
	z-index: 10;
}

ul.topnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.topnav li {
	float: left;
	margin: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.topnav li a{
	float: left;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}

ul.topnav li.home a {
	width: 131px;
	background-image: url(../image/nav-top-home-screen.png);
}

ul.topnav li.about a {
	width: 163px;
	background-image: url(../image/nav-top-about-screen.png);
}

ul.topnav li.stock a {
	width: 179px;
	background-image: url(../image/nav-top-stock-screen.png);
}

ul.topnav li.contact a {
	width: 186px;
	background-image: url(../image/nav-top-contact-screen.png);
}

ul.topnav li.enquiry a {
	width: 150px;
	background-image: url(../image/nav-top-enquiry-screen.png);
}


ul.topnav li:hover a, ul.topnav li.select a, ul.topnav li.select:hover a {
	background-position: 0px -40px;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 15px;
	height: 18px;
	float: left;
	background-image: url(../image/button-subnav-span.png);
	background-repeat: no-repeat;
	background-position: center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute;
	float: left;
	z-index: 101;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
	background-color: #000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #111;
	border-bottom-color: #111;
	border-left-color: #111;
	margin: 0;
	top: 53px;
	left: 0px;
	padding: 0;
	display: none;
}
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0; /*--Create bevel effect--*/
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
html ul.topnav li ul.subnav li a {
	float: left;
	background-color: #000;
	background-image: url(../image/button-subnav-li.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #FFF;
	padding-top: 8px;
	height: 25px;
	text-align: left;
	padding-left: 15px;
	width: 230px;
	text-transform: capitalize;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
	background-color: #000;
	background-image: url(../image/button-subnav-li.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #F00;
}

#naviLeft {
	padding-bottom: 20px;
}

#naviLeft ul.navlist {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#naviLeft ul.navlist li {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	background-repeat: no-repeat;
}

#naviLeft ul.navlist li a {
	list-style-image: url(../image/arrow-blue.png);
	color: #748DA1;
	list-style-type: disc;
	padding-left: 15px;
}

#naviLeft ul.navlist li a:hover {
	color: #55B7DA;
}

#naviLeft ul.navlist li.header {
	color: #65676B;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-style: none;
	background-image: none;
}

#content {
	padding: 20px;
}

#content h1 {
	color: #65676B;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

#content h2 {
	color: #65676B;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;

}

#content ul.list_type1 {
	list-style-image: url(../image/arrow-blue-2.png);
	margin-left: 17px;
	list-style-position: outside;
}

#content ul.list_type1 li {
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	color: #2B3D5E;
	padding-bottom: 2px;
}

#content ul.list_type2 {
	list-style-image: url(../image/arrow-blue.png);
	margin-left: 17px;
	list-style-position: outside;
}

#content ul.list_type2 li {
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	color: #2B3D5E;
	padding-bottom: 5px;
	font-size: 14px;
}

#content .content_wrapper {
}

#content .column_l {
	float: left;
	width: 200px;
	margin-right: 20px;
	background-color: #F2F2F2;
	min-height: 300px;
}

#content .column_r {
	float: left;
	width: 680px;
}

#index_intro1 {
	height: 500px;
	width: 940px;
	position: relative;
}

#index_intro1 ul#intro1 {
	height: 500px;
	width: 940px;
	overflow: hidden;
	list-style-image: none;
	list-style-type: none;
}

#index_intro1 ul#intro1 li {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 940px;
}

#index_intro2 {
	height: 140px;
	width: 940px;
	position: relative;
}
#navStock {
	margin-right: 70px;
	margin-left: 70px;
}

#navStock ul#navStock {
	padding: 0px;
	height: 140px;
	width: 800px;
	overflow: hidden;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	margin: 0px;
}

#navStock ul#navStock li {
	height: 140px;
	width: 140px;
	zoom:1;
	float: left;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

#search {
	padding: 10px;
}

#searchForm {
	margin: 0px;
}

#searchForm select#category, #searchForm select#maker {
	width: 145px;
}

#searchResult {
}

#searchResult a {
	color: #333;
}

#searchResult .header {
	background-color: #323232;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

#searchResult .entree {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
}

#searchResult .available {
	background-color: #F0F4E6;
}

#searchResult .sold {
	background-color: #FDF3F3;
}

#searchResult .coming {
	background-color: #DEE1E9;
}

#searchResult .entree:hover {
	color: #F63;
}

#searchResult .status, #searchResult .category, #searchResult .maker, #searchResult .model, #searchResult .year, #searchResult .price, #searchResult .detail, #searchResult .edit {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
}

#searchResult .status {
	width: 90px;
}

#searchResult .category {
	width: 100px;
}

#searchResult .maker {
	width: 100px;
}

#searchResult .model {
	width: 180px;
}

#searchResult .year {
	width: 40px;
}

#searchResult .price {
	width: 50px;
}

#searchResult .detail {
	width: 50px;
	text-align: center;
}

#searchResult .edit {
	width: 50px;
	text-align: center;
}

#spec {
	padding-bottom: 20px;
	width: 620px;
}


#spec .category, #spec .model, #spec .maker, #spec .year, #spec .price {
	padding-top: 3px;
	padding-bottom: 3px;
}
#spec .category {
	padding-bottom: 5px;	
}

#spec .model {
	
}

#spec .maker {
	
}

#spec .year {
}

#spec .price {
}

#spec .button-enquiry {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #C00;
	padding: 8px;
	color: #FFF;
	border: 1px solid #9A0000;
	float: right;
	cursor: pointer;
	min-width: 150px;
}

#spec .button-enquiry a {
	color: #F4B3B4;
}

#spec .button-enquiry:hover {
	background-color: #9A0000;
	border: 1px solid #9A0000;
}

#spec .button-back {
	font-weight: bold;
	text-transform: uppercase;
}

#spec .picture {
	padding-top: 10px;
	padding-bottom: 10px;
}

#spec .thumb {
	position:relative;
	border:1px solid #CCC;
	float: left;
	width: 280px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#spec .thumb:hover {
	border-color:#999;
}

#spec .thumb img {
	display:block;
	margin-top:auto;
 clear:both;
}

#contact-form {
	margin: 0px;
}

#contact-form .fieldLabel {
	width: 100px;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 2px;
}

#contact-form .fieldInput {
	width: 400px;
}
#contact-form label{
	text-transform:uppercase;
	font-size:12px;
	font-family:"Trebuchet MS", Tahoma, Helvetica, sans-serif;
}

#contact-form textarea{
	color:#404040;
	font-family:"Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size:12px;
}

#contact-form td > button{
	text-indent:8px;
}

#contact-form .error{
	color:#F00;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	text-transform:uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
}

#contact-form #loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

div.loading {
 position:absolute;
	left:60px;
	top:7px;
	display:none;
}

div.loading img {
	padding:0 10px;
}

/* admin css starts here ------------------*/

#userLogin {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #282828;
}

#userLogin .formField {
	width: 100px;
	text-align: right;
}

#userLogin .formFieldPass {
	width: 160px;
	text-align: right;
	font-size: 14px;
}

#userLogin #admin_loginid {
	height: 26px;
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #333;
	padding-left: 5px;
	font-weight: bold;
}

#userLogin #admin_password, #userLogin #newpass1, #userLogin #newpass2 {
	height: 26px;
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #333;
	padding-left: 5px;
	font-weight: bold;
}

#userLogin #admin_submit,#userLogin #admin_update  {
	font-size: 16px;
	font-weight: bold;
	font-family: "Myriad Pro", Arial, Geneva, sans-serif;
	color: #333;
}

#userLogin td {
	padding: 2px;
}
#naviAdmin {
	padding: 10px;
}

#naviAdmin ul#navAdmin {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

#naviAdmin ul#navAdmin li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
	font-size: 14px;
	font-weight: bold;
}

#naviAdmin ul#navAdmin li a {
	color: #212121;
}

#naviAdmin ul#navAdmin li a:hover {
	color: #C00;
}

#adminMessage {
	padding-bottom: 20px;
}

#pagination {
	padding-top: 20px;
	padding-bottom: 20px;
}

#stockForm {
	margin: 0px;
}

#stockForm #stockStatus, #stockForm #stockCategory, #stockForm #stockMaker, #stockForm #stockModel, #stockForm #stockYear, #stockForm #stockPrice {
	font-size: 12px;
	color: #282828;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#stockForm #stockStatus, #stockForm #stockCategory {
	font-size: 14px;
}

#stockForm #stockMaker {
	width: 180px;
}

#stockForm #stockModel {
	width: 180px;
}

#stockForm #stockYear {
	width: 50px;
}

#stockForm #stockPrice {
	width: 50px;
}

#stockForm .button-form-action {
	position:relative;
	padding-bottom: 15px;
}

#stockForm .field {
	padding-bottom: 10px;
}

#stockForm a.delete-btn {
	display:block;
	width:22px;
	height:22px;
	background:url(../image/btn-close.png) no-repeat;
	top:10px;
	right:10px;
	position:absolute;
	z-index:10;
}

#stockForm #formSubmit {
	font-family: "Myriad Pro", Arial, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#stockForm i {
 color:#FF0000;
}
