@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
h1{
	font-size:13pt;
	padding-left:30px;
	background-image: url(../img/icon_h1.png);
	background-repeat: no-repeat;
	color:green;
}

#container{
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

#contentleft{
	float:left;
	width:250px;
	padding:30px;
}
#contentright{
	border-left:1px dashed #999;
	float:left;
	width:600px;
	padding:30px;
}

#topbar{
	height:5px;
	background-color:#93af2a;
}

#footer{
	background-color:#93af2a;
	height:25px;
	padding:5px;
	padding-top:10px;
	color:#fff;
	
	vertical-align:central;
}

/* Slider */
#slider img{
	display:none;
}

/* Menu */
#headermenu{
	margin-top:10px;
	float:right;
}
#menu
{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	/*
	background: #3479b9;
	background: -moz-linear-gradient(#3479b9, #3479b9); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #3479b9),color-stop(1, #3479b9));	
	background: -webkit-linear-gradient(#3479b9, #3479b9);	
	background: -o-linear-gradient(#3479b9, #3479b9);
	background: -ms-linear-gradient(#3479b9, #3479b9);
	background: linear-gradient(#3479b9, #3479b9);
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
	*/
}

#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
	height:25px;
}

#menu a 
{
	float: left;
	height: 25px;
	padding: 0 25px;
	color:#333;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a
{
	color: #93af2a;
}

*html #menu li a:hover /* IE6 */
{
	color: #93af2a;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #93af2a;
    background: -moz-linear-gradient(#93af2a, #93af2a);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #93af2a),color-stop(1, #93af2a));
    background: -webkit-linear-gradient(#93af2a, #93af2a);    
    background: -o-linear-gradient(#93af2a, #93af2a);	
    background: -ms-linear-gradient(#93af2a, #93af2a);	
    background: linear-gradient(#93af2a, #93af2a);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #3479b9111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #3479b9111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #3479b9111, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
	height: 10px;
	
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
	
	color:#fff;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background:#CF9;
	background: -moz-linear-gradient(#CF9,  #fff);	
	background: -webkit-gradient(linear, left top, left bottom, from(#CF9), to(#fff));
	background: -webkit-linear-gradient(#CF9,  #fff);
	background: -o-linear-gradient(#CF9,  #fff);
	background: -ms-linear-gradient(#CF9,  #fff);
	background: linear-gradient(#CF9,  #fff);
	color:#999;
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #93af2a;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #3479b9;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #cf9; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #cf9; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

#footermenu{
	float:right;
}
#footermenu a{
	color:#fff;
	text-decoration:none;
}
#footermenu a:hover{
	text-decoration:underline;
}

/* Latest News */
.newslist ul{
	list-style: none;
}
.newsdate{
	display:none;
}
.newstitle{
	font-weight: bold;
}
.newscontent{
	font-style: italic;
}
.newsmore{
	float:right;
}

/* Side bottom */
#contactus-box{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
	background-color:#CDCD6A;
	color:#000;
	padding:10px;
}

/* Feedback Form */
#page-feedback label{
	float:left;
	width:150px;
}

.dealerlist{
	color:#000;
}