body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size:100%;
	line-height:1.5;
	background-image: url(/assets/templates/lsd/images/bg.jpg);
	background-color:#484848;
	background-repeat: no-repeat; 
	background-position: center top;
	background-attachment: fixed;
} 

.wrapper {
	width: 980px;
	margin: auto;
	padding: 0;
}

* {
    margin: 0;
    padding: 0; 
}

div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em; 
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4, h5, h6 {
	color: #292929;  
	font-weight: normal;
	margin: .5em 0;
	display:block;
	
}
h1 { font-size: 125%;} 
h2 { font-size: 120%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;		
} 
h3 {
	font-size: 115%;
	color:#000000;
	letter-spacing: .15em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
}
h3 a:hover {text-decoration:none}
h4 { font-size: 110%; letter-spacing: .15em }
h5 { font-size: 105%; font-weight:bold; }

h5 a {text-decoration:none;color:#000000;}
h5 a:hover {text-decoration:underline;}
h6 { font-size: 100%; letter-spacing: .10em }

p { 
	padding: 0 0 1em; 
} 

a, a img, img {
  	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a img:hover{ 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8; 
	opacity: 0.8; 
}

a {text-decoration:none}

a:hover {text-decoration:underline}

.header {
	margin:auto;
	height:180px;
	padding:0;
} 

.header-r {
	float: right;
	margin:10px 0 0 0;
	height:100px;
	text-align:right;
}

.header-cart {
	margin-top: 10px;
}

.content-header {
	height:250px;
	margin: 10px 0 0 0;
}

.header-contact {
	margin:0 0 20px 0;
}

.search {
	margin:10px 0 0 0;
}

#ajaxSearch_input {
	background-color: #484848;
	color: #FFFFFF;
	border: 1px dotted #CCCCCC;
}

#ajaxSearch_form fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:18px;
}

#ajaxSearch_submit {
	margin:0 0 -4px 0;
	padding:0;
}

.content-l #ajaxSearch_form {
	padding-bottom: 30px; 
} 

.ajaxSearch_highlight {
	background-color: #ededed;
	margin: 0px;
	padding: 0px;
}

.content-l .ajaxSearch_result {
	padding-bottom: 10px; 
}

.logo {
	float: left;
	margin: 20px 0 10px 0;  
}

.nav {
	height: 20px;
	width:980px; 
	font-size:90%;
	clear:both;
	padding: 10px 0 10px 0;
	background-image: url(/assets/templates/lsd/images/nav_bg.png);
	background-repeat: repeat;
} 

.nav ul {
	list-style-type: none;
}
.nav ul li {
	display: inline;
	margin-right: 27px;
	margin-left: 27px;
} 

.nav a {
	color:#ffffff !important;
	text-decoration: none;
}

.nav a:hover {
	color:#999999;
} 
.nav ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
.nav ul li {
	float:left;
	position:relative;
}
.nav ul li ul {
	display: none;
}
.nav ul li ul li {
	margin:0;
	width:100%;
}
.nav ul li ul li {
	padding:0;
	border-bottom: 1px #555 solid;
}
.nav ul li:hover a,
.nav ul li a:hover {
	color:#fff;
}
.nav ul li:hover ul,
.nav ul li a:hover ul {
	display:block; 
	position:absolute; 
	margin-top:0px;
	left:0; 
	width:250px;
}
.nav ul li:hover ul li ul,
.nav ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	width:0;
}
.nav ul li:hover ul li a,
.nav ul li a:hover ul li a {
	display:block; 
	padding:10px;

}
.nav ul li ul,
.nav ul li:hover ul li a.drop,
.nav ul li a:hover ul li a.drop {
	background-image: url("/assets/templates/lsd/images/bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
	z-index:999;
}
.nav ul li:hover ul li:hover {
	background-image: url(/assets/templates/lsd/images/nav_bg.png);
	background-repeat: repeat;
	width: 250px;
}
.nav ul li:hover ul li:hover ul,
.nav ul li a:hover ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	left:100px; 
	top:0;
}
.nav ul li:hover ul li:hover ul.left,
.nav ul li a:hover ul li a:hover ul.left {
	left:-100px;
}
.main { 
	width:980px;
	margin:auto;
	background:#ffffff; 
}

.content {  
	background-image: url(/assets/templates/lsd/images/content_bg.jpg);
	background-repeat: repeat-x;
}

.contact-content {
	padding:20px;
}

.content-l {  
	padding:20px;
	float:left;
	width:680px; 
}

.sidebar {
	min-height:634px;
	float:right;
	padding:20px;
	width:210px;
	font-size:80%;
	background-image: url(/assets/templates/lsd/images/sidebar_bg.jpg);
	background-repeat: no-repeat; 
}

.sidebar h3 {
	padding:5px;
	font-size:110%;
	font-weight:normal;
	background-color: #000000;
	color: #FFFFFF;
}

.sidebar h3:hover {
	padding:5px;
	font-size:110%;
	font-weight:normal;
	background-color: #666666;

}

.sidebar h3 a {
	color:#ffffff;
}

.ditto-sidebar img {
	margin:0 0 10px 0;
}

.sidebar h4 {
	font-size:90%;
	font-weight:bold;
}

.introtext {
	float:left;
	width:430px;
}

.introtext p {
	padding:0 0 5px 0;
}

.view, .view a {
	font-size: 80%; 
}

.content-l ul {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
} 

.list-price {
	color: #CC0000;
	font-weight:bold;
	display:block;
	float:left;
}

.ditto-home {
	padding:8px;
	width:210px;
	float:left;
	height:225px;
}

.ditto-gallery {
	padding:7px;
	float:left;
}


.ditto-home:hover, .ditto-products:hover {
	background-color: #ffffff;
}

.ditto-products {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484848;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin:0 0 10px 0;
	padding:10px;
}

.ditto-products h5 {
	margin-top:0;
}

.ditto-sidebar {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #000000;
	padding:0 0 10px 0;
}

.ditto-sidebar-thumb {
	width:210px;
	margin:10px 0 0 0;
}

.ditto-sidebar .list-price {
	float:right;
}

.ditto-sidebar a {
	float: right;
}

.ditto-home .introtext {
	float:left;
	width:210px;
}

.ditto-product, .ditto-development-vehicles, .ditto-articles {
	margin-bottom: 25px; 
}

.ditto-articles img, .ditto-products img, .ditto-development-vehicles img {
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.page-thumbnail {
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.price p {
	font-size: 200%;
	color: #CC0000;
}

.cart {
	float:left;
}

.delivery {
	float:right;
	width:310px;
}
.delivery-info {
	padding:0 10px 0 10px;
	background:#ffffff;
}

.delivery-info h3 {
	margin-top:0px;
}

.delivery-info p {
	font-size: 90%;
	color: #000000;
}

.delivery-head {
	background-image: url(/assets/templates/lsd/images/rounded_top.gif);
	background-repeat: no-repeat; 
	height:15px;
}

.delivery-footer {
	background-image: url(/assets/templates/lsd/images/rounded_bottom.gif);
	background-repeat: no-repeat; 
	height:15px;
}

#EmailForm label {
	display: block;
	margin-bottom: 15px;
}

.contact-details { 
	float: right;
	padding: 15px;
}

.address {
	font-size:12px;
	padding:5px 0 0 90px;
}

#contactform {
	float:left; 
	width:50%;
}

div.errors { color:#F00; }
.invalid { background: #ffffff; border:1px solid #F00;}  
.required { background: #ffffff; border:1px solid #F00;}  
 
.price {
	background-image: url(/assets/templates/lsd/images/nav_bg.png);
	background-repeat: repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:20px;
}

.footer { 
	width:980px;
	height:120px; 
	margin:3px auto 0 auto;
	background-image: url(/assets/templates/lsd/images/nav_bg.png);
	background-repeat: repeat;
}
 
.footer a {
	font-size: 100%; 
	color: #999999;
	text-decoration: none;
}  

.footer a:hover {
	color: #686868; 
} 

.affiliates {
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.affiliates a img{ 
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
}

.affiliates a img:hover{ 
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0; 
	opacity: 1.0; 
}

.payments {
	float:right;
	margin: 30px 20px 0 0;
}
.clear {
	clear:both; 
}

.kbd, .site-links {
	font-size: 10px;  
	height: 30px; 
	color: #969696;
	text-align: right;
	padding-top: 0px;
	padding-left: 0px; 
	margin-top: 20px;
	margin-right: auto; 
	margin-left: auto; 
} 

.site-links {
	float:left;
}

.kbd a, .site-links a {
	color: #969696;
	text-decoration: none;
}

.kbd a:hover, .site-links a:hover {
	color: #969696;
	text-decoration: underline;
} 


