@charset "utf-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
	}
	
body {
background-color:#1a1a1a;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#ffffff;
behavior:url("includes/csshover.htc");
	}
	
a{
	outline:none;
}
	
#frame {
width:799px;
margin:auto;
text-align:left;
	}
	
#floatfix {
width:799px;
float:left;
	}
	
#header {
width:799px;
background:url(../images/top/random/0.jpg) top no-repeat;
height:315px;
	}
	
#content {
width:799px;
float:left;
background:url(../images/contentbg.gif) top repeat-y;
background-color:#363636;
border-bottom:#000000 solid 1px;
text-align:left;
	}
	
#left {
width:178px;
float:left;
margin:0px 0px 0px 0px;
	}
	
#right {
width:621px;
float:left;
	}
	
/************************************************************
FLAGS */

#flags {
	width:138px;
	height:117px;
	float:left;
	margin:134px 0px 0px 4px;
	}
	
#ned a:link, #ned a:visited {
	width:138px;
	height:39px;
	float:left;
	background:url(../images/flags/ned.gif) top left no-repeat;
	margin:0px 0px 0px 2px;
	outline:none;
	}
	
#uk a:link, #uk a:visited {
	width:138px;
	height:39px;
	float:left;
	background:url(../images/flags/uk.gif) top left no-repeat;
	outline:none;	
	}
	
#ger a:link, #ger a:visited {
	width:138px;
	height:39px;
	float:left;
	background:url(../images/flags/ger.gif) top left no-repeat;
	outline:none;	
	}
	
#nedactive a:link, #ned a:visited {
	width:138px;
	height:39px;
	float:left;
	background:url(../images/flags/ned.gif) bottom left no-repeat;
	margin:0px 0px 0px 1px;
	outline:none;	
	}
	
#ukactive a:link, #uk a:visited {
	width:138px;
	height:39px;
	float:left;
	background:url(../images/flags/uk.gif) bottom left no-repeat;
	outline:none;	
	}
	
#geractive a:link, #ger a:visited {
	width:138px;
	height:39px;
	float:left;
	background:url(../images/flags/ger.gif) bottom left no-repeat;
	outline:none;	
	}
	
#ned a:hover, #ned a:active,
#uk a:hover, #uk a:active,
#ger a:hover, #ger a:active {
	background-position:bottom;
	outline:none;	
	}
	
#ned input.ned_roll {
	width:138px;
	height:39px;
	float:left;
	display:block;
	border:none;
	background:url(../images/flags/ned.gif) top left no-repeat;
	margin:0px 0px 0px 1px;
	}
	
#ned input.ned_roll:hover{
	background-position:bottom;
	}
	
#ned input.nedactive_roll {
	width:138px;
	height:39px;
	float:left;
	display:block;
	border:none;
	background:url(../images/flags/ned.gif) bottom left no-repeat;
	margin:0px 0px 0px 1px;
	}
	
#ger input.ger_roll {
	width:138px;
	height:39px;
	float:left;
	display:block;
	border:none;
	background:url(../images/flags/ger.gif) top left no-repeat;
	margin:0px 0px 0px 1px;
	}
	
#ger input.ger_roll:hover {
	background-position:bottom;
	}
	
#ger input.geractive_roll {
	width:138px;
	height:39px;
	float:left;
	display:block;
	border:none;
	background:url(../images/flags/ger.gif) bottom left no-repeat;
	margin:0px 0px 0px 1px;
	}
	
#uk input.uk_roll {
	width:138px;
	height:39px;
	float:left;
	display:block;
	border:none;
	background:url(../images/flags/uk.gif) top left no-repeat;
	margin:0px 0px 0px 1px;
	}
	
#uk input.uk_roll:hover {
	background-position:bottom;
	}
	
#uk input.ukactive_roll {
	width:138px;
	height:39px;
	float:left;
	display:block;
	border:none;
	background:url(../images/flags/uk.gif) bottom left no-repeat;
	margin:0px 0px 0px 1px;
	}

#ned form {
	display:inline;
	}
	
/************************************************************
CONTENT */

#maincontentframe {
	background:url(../images/maincontentbg.gif) top left repeat-x;
	width:620px;
	float:left;
	}
	
#maincontentfull {
	background:url(../images/maincontentcorner.gif) top left no-repeat;
	width:600px;
	padding:7px 10px 10px 10px;
	float:left;
	text-align:left;
	}
	
#maincontentfull_noheader {
	background:url(../images/maincontentcorner_noheader.gif) top left no-repeat;
	width:600px;
	padding:7px 10px 10px 10px;
	float:left;
	text-align:left;
	}
	
#maincontentleft {
	background:url(../images/maincontentcorner.gif) top left no-repeat;
	width:370px;
	padding:7px 10px 10px 10px;
	float:left;
	text-align:left;
	}
	
#maincontentright {
	background:url(../images/maincontentright.gif) top left no-repeat;
	width:209px;
	padding:7px 10px 10px 10px;
	float:left;
	text-align:left;
	/* border-left:1px solid #1a1a1a;
	border-bottom:1px solid #1a1a1a; */
	}
	
#maincontentrightcontact {
	background:url(../images/maincontentright.gif) top left no-repeat;
	width:209px;
	padding:7px 10px 10px 10px;
	float:left;
	text-align:left;
	/* border-left:1px solid #1a1a1a;
	border-bottom:1px solid #1a1a1a; */
	}
	
#picsleft {
	width:130px;
	float:left;
	}
	
#textright {
	width:460px;
	float:left;
	}
	
.contentimage {
	height:120px;
	width:120px;
	border:1px solid #1a1a1a;
	margin:0px 10px 10px 0px;
	}
	
.merchimage {
	height:120px;
	width:120px;
	border:1px solid #1a1a1a;
	margin:0px 10px 0px 0px;
	}
	
.galleryimage {
	height:120px;
	width:120px;
	border:1px solid #1a1a1a;
	margin:0px 0px 0px 0px;
	}
	
.newsimage {
	height:120px;
	width:120px;
	border:1px solid #1a1a1a;
	margin:0px 0px 10px 10px;
	}
	
.distributerimage {
	height:26px;
	width:50px;
	border:0px;
	margin:0px 0px 0px 0px;
	}
	
.rightdiscolumn {
	float:right;
	width:50px;
	}	
	
.disleft {
	float:left;
	width:215px;
	}
	
.disright {
	float:left;
	}
	
.newsbox {
	padding-bottom:10px;
	}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding-bottom:15px;
	color:#ffffff;
	}
	
p.news {
	padding-bottom:5px;
	}
	
a {
	color:#d48802;
	text-decoration:none;
	}
	
a.keepreading {
	font-weight:bold;
	font-style:italic;
	}
	
a:hover {
	text-decoration:underline;
	}
	
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	padding:0px 0px 15px 0px;
	color:#000000;
	font-weight:bold;
	font-style:italic;
	}
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding:0px;
	color:#d48802;
	font-weight:bold;
	}
	
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding:0px;
	margin:2px 0px 0px 6px;
	color:#ffffff;
	font-weight:bold;
	}
	
a.h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding:0px;
	color:#d48802;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover.h2 {
	text-decoration:underline;
	}
	
span.newsdate {
	font-size:10px;
	color:#1a1a1a;
	}
	
a.newsmore {
	font-size:10px;
	color:#000000;
	float:right;
	text-decoration:underline;
	}
	
a:hover.newsmore {
	text-decoration:underline;
	color:#d48802;
	}
	
a.oldernewsmore {
	font-size:11px;
	color:#000000;
	/*font-style:normal;*/
	}
	
a:hover.oldernewsmore {
	text-decoration:none;
	color:#d48802;
	}
	
p.news {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	padding-bottom:0px;
	color:#ffffff;
	}
	
img.productlink {
	margin:0px 0px 0px 40px;
	}
	
div.merch {
	width:284px;
	text-align:left;
	margin:0px 10px 10px 0px;
	float:left;
	background-color:#494949;
	border:3px solid #494949;
	}
	
	
p.productnew {
	font-size:10px;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 6px;
	background-color:#494949;
	border:0px;
	}
	
div.productnew {
	width:128px;
	text-align:left;
	margin:0px 10px 20px 10px;
	float:left;
	border-bottom:3px solid #494949;
	background:url(../images/products/bg.gif) top repeat-x;
	}
	
.productnewimage {
	height:120px;
	width:128px;
	border:0px;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	
div.gallery {
	width:122px;
	height:162px;
	text-align:left;
	margin:0px 10px 20px 10px;
	float:left;
	background-color:#494949;
	border:3px solid #494949;
	}
	
div.distributer {
	width:264px;
	text-align:left;
	margin:0px 10px 10px 0px;
	padding:10px 10px 10px 10px;
	float:left;
	background-color:#494949;
	border:3px solid #494949;
	}
	
p.gallery {
	font-size:10px;
	text-align:left;
	margin:0px;
	padding:2px 0px 0px 3px;
	border:0px;
	}
	
.dropdown {
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px;
	color:#000000;
	background-color:#d48802;
	border:1px solid #ffffff;
	}
	
.dropdownwider {
	width:225px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px;
	color:#000000;
	background-color:#d48802;
	border:1px solid #ffffff;
	}
	
/************************************************************
TOP NAV */

#navigation {
	background-color:#000000;
	float:left;
	width:620px;
	background:url(../images/navbg.gif) left repeat-x;
	height:37px;
	}
	
#navcontent {
	float:left;
	width:608px;
	background:url(../images/navbgleft.gif) left no-repeat;
	height:37px;
	padding:0px 0px 0px 12px;
	}
	
#topnav1 a:link, #topnav1 a:visited,
#topnav2 a:link, #topnav2 a:visited,
#topnav3 a:link, #topnav3 a:visited,
#topnav4 a:link, #topnav4 a:visited,
#topnav5 a:link, #topnav5 a:visited,
#topnav6 a:link, #topnav6 a:visited,
#topnav7 a:link, #topnav7 a:visited {
	height:37px;
	float:left;
	padding:0px 15px 0px 15px;
	}

#topnav1 a:link, #topnav1 a:visited {
	background:url(../images/topnav/home.gif) top no-repeat;
	width:41px;
	}

#topnav2 a:link, #topnav2 a:visited {
	background:url(../images/topnav/products.gif) top no-repeat;
	width:67px;
	}
	
#topnav3 a:link, #topnav3 a:visited {
	background:url(../images/topnav/merch.gif) top no-repeat;
	width:97px;
	}
	
#topnav4 a:link, #topnav4 a:visited {
	background:url(../images/topnav/gallery.gif) top no-repeat;
	width:53px;
	}
	
#topnav5 a:link, #topnav5 a:visited {
	background:url(../images/topnav/about.gif) top no-repeat;
	width:44px;
	}
	
#topnav6 a:link, #topnav6 a:visited {
	background:url(../images/topnav/contact.gif) top no-repeat;
	width:57px;
	}
	
#topnav7 a:link, #topnav7 a:visited {
	background:url(../images/topnav/faq.gif) top no-repeat;
	width:25px;
	}
	
#topnav1 a:hover, #topnav1 a:active,
#topnav2 a:hover, #topnav2 a:active,
#topnav3 a:hover, #topnav3 a:active,
#topnav4 a:hover, #topnav4 a:active,
#topnav5 a:hover, #topnav5 a:active,
#topnav6 a:hover, #topnav6 a:active,
#topnav7 a:hover, #topnav7 a:active {
	background-position:bottom;
	}
	
/************************************************************
TOP NAV GERMAN */
	
#topnav1_g a:link, #topnav1_g a:visited,
#topnav2_g a:link, #topnav2_g a:visited,
#topnav3_g a:link, #topnav3_g a:visited,
#topnav4_g a:link, #topnav4_g a:visited,
#topnav5_g a:link, #topnav5_g a:visited,
#topnav6_g a:link, #topnav6_g a:visited,
#topnav7_g a:link, #topnav7_g a:visited {
	height:37px;
	float:left;
	padding:0px 15px 0px 15px;
	}

#topnav1_g a:link, #topnav1_g a:visited {
	background:url(../images/topnav/home.gif) top no-repeat;
	width:41px;
	}

#topnav2_g a:link, #topnav2_g a:visited {
	background:url(../images/topnav/products_g.gif) top no-repeat;
	width:67px;
	}
	
#topnav3_g a:link, #topnav3_g a:visited {
	background:url(../images/topnav/merch.gif) top no-repeat;
	width:97px;
	}
	
#topnav4_g a:link, #topnav4_g a:visited {
	background:url(../images/topnav/gallery_g.gif) top no-repeat;
	width:53px;
	}
	
#topnav5_g a:link, #topnav5_g a:visited {
	background:url(../images/topnav/about.gif) top no-repeat;
	width:44px;
	}
	
#topnav6_g a:link, #topnav6_g a:visited {
	background:url(../images/topnav/contact_g.gif) top no-repeat;
	width:57px;
	}
	
#topnav7_g a:link, #topnav7_g a:visited {
	background:url(../images/topnav/faq.gif) top no-repeat;
	width:25px;
	}
	
#topnav1_g a:hover, #topnav1_g a:active,
#topnav2_g a:hover, #topnav2_g a:active,
#topnav3_g a:hover, #topnav3_g a:active,
#topnav4_g a:hover, #topnav4_g a:active,
#topnav5_g a:hover, #topnav5_g a:active,
#topnav6_g a:hover, #topnav6_g a:active,
#topnav7_g a:hover, #topnav7_g a:active {
	background-position:bottom;
	}
	
	
/************************************************************
ADDRESS */
	
#address {
	background-color:#d58902;
	background:url(../images/addressbg.gif) top left repeat-y;
	float:left;
	width:178px;
	}
	
#addresscontent {
	background:url(../images/addressbgbottom.gif) bottom left no-repeat;
	float:left;
	width:168px;
	padding:10px 0px 5px 10px;
	}
	
p.address {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#1a1a1a;
	margin-bottom:10px;
	line-height:14px;
	font-style:italic;
	padding:0px;
	}
	
p.addressorange {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin-bottom:10px;
	line-height:14px;
	font-style:italic;
	padding:0px;
	font-weight:bold;
	}
	
#contactaddress {
	float:right; 
	width:170px; 
	padding:0px 10px 10px 10px;
	}
	
span.addressheader {
	font-size:12px;
	color:#111111;
	font-weight:normal;
	}
	
span.addressblack {
	color:#000000;
	}
	
.address a:link, .address a:visited {
	color:#000000;
	font-size:12px;
	text-decoration:underline;
	font-style:italic;
	}
	
.address a:hover, .address a:active {
	color:#1a1a1a;
	}
	
#worldwide a:link, #worldwide a:visited {
	height:85px;
	float:left;
	width:176px;
	background:url(../images/worldwide.gif) top no-repeat;
	margin:10px 0px 10px 1px;
	}
	
#worldwide_g a:link, #worldwide_g a:visited {
	height:85px;
	float:left;
	width:176px;
	background:url(../images/worldwide_g.gif) top no-repeat;
	margin:10px 0px 10px 1px;
	}
	
#worldwide a:hover, #worldwide a:active,
#worldwide_g a:hover, #worldwide_g a:active {
	background-position:bottom;
	}
	
/************************************************************
LEFT NAV */
/*
#leftnav {
	background-color:#000000;
	float:left;
	width:178px;
	}

#leftnav1 a:link, #leftnav1 a:visited,
#leftnav5 a:link, #leftnav5 a:visited,
#leftnav7 a:link, #leftnav7 a:visited {
	height:39px;
	width:178px;
	float:left;
	}

#leftnav2 a:link, #leftnav2 a:visited,
#leftnav3 a:link, #leftnav3 a:visited,
#leftnav4 a:link, #leftnav4 a:visited,
#leftnav6 a:link, #leftnav6 a:visited {
	height:38px;
	width:178px;
	float:left;
	}

#leftnav1 a:link, #leftnav1 a:visited {
	background:url(../images/leftnav/sportline.gif) top no-repeat;
	}

#leftnav2 a:link, #leftnav2 a:visited {
	background:url(../images/leftnav/competition.gif) top no-repeat;
	}
	
#leftnav3 a:link, #leftnav3 a:visited {
	background:url(../images/leftnav/motorbike.gif) top no-repeat;
	}
	
#leftnav4 a:link, #leftnav4 a:visited {
	background:url(../images/leftnav/special.gif) top no-repeat;
	}
	
#leftnav5 a:link, #leftnav5 a:visited {
	background:url(../images/leftnav/lagosta.gif) top no-repeat;
	}
	
#leftnav6 a:link, #leftnav6 a:visited {
	background:url(../images/leftnav/shockabsorbers.gif) top no-repeat;
	}
	
#leftnav7 a:link, #leftnav7 a:visited {
	background:url(../images/leftnav/ordernow.gif) top no-repeat;
	}
	
#leftnav1 a:hover, #leftnav1 a:active,
#leftnav2 a:hover, #leftnav2 a:active,
#leftnav3 a:hover, #leftnav3 a:active,
#leftnav4 a:hover, #leftnav4 a:active,
#leftnav5 a:hover, #leftnav5 a:active,
#leftnav6 a:hover, #leftnav6 a:active,
#leftnav7 a:hover, #leftnav7 a:active {
	background-position:bottom;
	}
	
*/
/************************************************************
LEFT NAV NEW */

#leftnav {
	background-color:#000000;
	float:left;
	width:178px;
	list-style-type:none;
	}

#leftnav1 a:link, #leftnav1 a:visited,
#leftnav5 a:link, #leftnav5 a:visited,
#leftnav7 a:link, #leftnav7 a:visited {
	height:39px;
	width:178px;
	float:left;
	}

#leftnav2 a:link, #leftnav2 a:visited,
#leftnav3 a:link, #leftnav3 a:visited,
#leftnav4 a:link, #leftnav4 a:visited,
#leftnav6 a:link, #leftnav6 a:visited {
	height:38px;
	width:178px;
	float:left;
	}

#leftnav1 a:link, #leftnav1 a:visited {
	background:url(../images/leftnav/sportline.gif) top no-repeat;
	}

#leftnav2 a:link, #leftnav2 a:visited {
	background:url(../images/leftnav/competition.gif) top no-repeat;
	}
	
#leftnav3 a:link, #leftnav3 a:visited {
	background:url(../images/leftnav/motorbike.gif) top no-repeat;
	}
	
#leftnav4 a:link, #leftnav4 a:visited {
	background:url(../images/leftnav/special.gif) top no-repeat;
	}
	
#leftnav5 a:link, #leftnav5 a:visited {
	background:url(../images/leftnav/lagosta.gif) top no-repeat;
	}
	
#leftnav6 a:link, #leftnav6 a:visited {
	background:url(../images/leftnav/classic.gif) top no-repeat;
	}
	
#leftnav7 a:link, #leftnav7 a:visited {
	background:url(../images/leftnav/ordernow.gif) top no-repeat;
	}
	
#leftnav1 a:hover, #leftnav1 a:active,
#leftnav2 a:hover, #leftnav2 a:active,
#leftnav3 a:hover, #leftnav3 a:active,
#leftnav4 a:hover, #leftnav4 a:active,
#leftnav5 a:hover, #leftnav5 a:active,
#leftnav6 a:hover, #leftnav6 a:active,
#leftnav7 a:hover, #leftnav7 a:active {
	background-position:bottom;
	}
	
#leftnav5nolink {
	background:url(../images/leftnav/lagosta_comingsoon.gif) top no-repeat;
	height:39px;
	}
	
	
/************************************************************
FOOTER */
	
#footer {
	width:784px;
	height:15px;
	background-color:#000000;
	color:#d48802;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	padding:4px 8px 8px 7px;
	float:left;
	margin-bottom:20px;
	}
	
#footerleft {
	float:left;
	}

#footerright {
	float:right;
	}
	
/************************************************************
PRODUCTS TABLE */

table.products {
	background-color:#474747;
	text-align:left;
	border-bottom:solid 1px #000000;
	border-right:solid 1px #000000;
	color:#FFFFFF;
	}
	
td {
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	padding:2px 3px 2px 3px;
	vertical-align:top;
	}
	
td.header {
	background-color:#d48802;
	color:#000000;
	text-align:center;
	}
	
	
/* Contact
************************************/

label {
 	   width:70px;
 	   float:left;
	   text-align:right;
	   border:0px solid #999999;
	   margin:0px 5px 0px 0px;
		}
		
input {
		margin:0px 5px 0px 0px;
		padding:2px 2px 2px 2px;
		border:1px solid #d48802;
		background-color: #fff;
		color:#333;
		font-weight:bold;
		width:200px;
		}
		
input.button {
		margin:0px 5px 0px 0px;
		border:1px solid #000000;
		background-color: #d48802;
		color:#000000;
		font-weight:bold;
		width:100px;
		}
		
textarea {
		margin:0px 0px 20px 0px;
		border:1px solid #d48802;
		background-color: #fff;
		color:#333;
		width:300px;
		height:120px;
		padding:2px 2px 2px 2px;
		font-weight:bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		}
		
select {
		margin-left:5px;
		width:150px;
		border:1px solid #ECECEC;
		background-color: #fff;
		color:#333;
		}
	
input.checkout {
		margin-left:0px;
		border:0px;
		margin:0px;
		}
		
div.captcha {
		margin:0px;
		padding:0px;
		position:relative;
		top:-21px;
		left:-20px;
		}
		
/* Accordian Menu CSS */

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
height:39px;
width:178px;
}

.mypets2{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
height:39px;
width:178px;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
height:39px;
width:178px;
}

.thepet{
	width:134px;
	margin:0px 0px 0px 44px;
	text-align:left;
}

 a.accordianNav:link,  a.accordianNav:visited,  a.accordianNav:hover, a.accordianNav:active{
	color:#000000;
	text-decoration:none;
	border:none;
	outline:none;
}

.leftnavpet {
font-style:italic;
}

/* FAQ ***********************************/


ul.faq {
list-style-type:disc;
margin:0px 0px 10px 30px;
padding:0px 0px 0px 0px;
}
