body, #nav, #nav * {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-repeat: repeat;
	line-height: 14pt;
	background-color: #333333;
	color: #D5D5D5;
}
#content {
	margin-right: auto;
	margin-left: auto;
	min-height: 450px;
	width: 750px;
}
#content-wrapper {
}

#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 20px;
	background-repeat: repeat-x;
	padding-top: 10px;
	font-size: 9pt;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #575757;
}
a:link, a:visited {
	color: #F7BC00;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#header {
	height: 73px;
}
#footer hr {
	color: #cfd4eb;
}

#header-content {
	width: 750px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#BRP {
	float: right;
}
#logo {
	float: left;
}
.main-list {
	list-style-position: outside;
	list-style-image: url(images/li.jpg);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.main-list > li {
	margin-bottom: 6px;
}
#nav {
	font-size: 12px;
	float: left;
	margin-top: 37px;
}
#nav li {
	float: left;
	list-style-position: outside;
	list-style-type: none;
	border-left: 1px dotted #F7BC00;
}
#nav li a {
	display: block;
	padding: 0 10px;
}
#nav li:first-child {
	border-left: none;
}
#nav > li > ul {
	position: absolute;
	visibility: hidden;
	border: 1px dotted #F7BC00;
	background-color: #333333;
	z-index: 100;
}
#nav > li > ul > li {
	float: none;
	border-left: none;
	border-bottom: 1px dotted black;
}
#nav > li > ul > li > a {
	width: auto;
	padding: 4px 10px;
}
#nav > li > ul > li > a:hover {
}
.mail_form {
	margin-top: 20px;
}
.mail_form input[type="text"] {
	width: 200px;
}
input[type="text"], textarea {
	background-color: #D5D5D5;
	border: 1px solid #ABABAB;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 4px;
}
input[type="text"]:focus, textarea:focus {
	border: 2px solid #ABABAB;
	background-color: #EAEAEA;
}
label {
	font-size: 12px;
	font-weight: bold;
}
textarea {
	overflow: auto;
}
h1 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18pt;
}
.content-2 {
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
.product .title {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.product {
	float: left;
	width: 160px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 8px;
}
.products-container {
	overflow: hidden;
	margin-top: 35px;
}
.product img {
	vertical-align: bottom;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.content-2 a {
	color: #666666;
}
.content-2 a:hover {
	background-color: #FFFFFF;
}

.products-container .separator {
	clear: both;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 7px;
	background-color: #EFEFEF;
	color: #666666;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #B9B9B9;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.mail_form .error_msg {
	font-style: italic;
	display: none;
}
.mail_form .error .error_msg {
	display: block !important;
}
.mail_form .error {
	color: #FF6600;
}
.mail_form .error input[type="text"],
.mail_form .error textarea {
	background-color: #F2E1E1;
	border-top-color: 	#FF6600;
	border-right-color: 	#FF6600;
	border-bottom-color: 	#FF6600;
	border-left-color: 	#FF6600;
}
.button {
	background-color: #333333;
	color: #D5D5D5;
	border: 1px solid #D5D5D5;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.button:hover, .button:focus {
	cursor:pointer;	
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.button2 {
	border: 1px solid #666666;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin: 3px;
}
.button2:hover,
.product .more:hover {
	cursor:pointer;	
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.product .more {
	font-size: 10px;
	border: 1px dotted #666666;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.services-img-wrapper a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
.cestitke {
	color: #FF3333;
	line-height: 24px;
	font-weight: bold;
	font-size: 16px;
}
.jetski-container .product img {
	margin-top: 10px;
	margin-left: 5px;
}
.boats-container .product img {
	margin-left: 5px;
	margin-top: 10px;
}
.evinrude-container .product img {
	margin-left: 25px;
	margin-top: 5px;
}

.first {
	clear: left;
}
#intro-header {
	margin: 0 auto 0;
	width: 900px;
}
#intro-content {
	margin: 0 auto 0;
	width: 900px;
	height: 650px;
	background-color: #000000;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	background-image: url(images/bmap.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#intro-footer {
	margin: 5px auto 0;
	width: 900px;
	font-size: 10px;
}
#intro-content-wrapper {
	background-color: #000000;
	margin: 0 auto 0;
	width: 900px;
	padding: 8px;
	border-bottom: 3px solid #3E3E3B;
}
#intro-lang-select {
	display: block;
	margin-left: 400px;
	line-height: 1.8em;
	margin-top: 80px;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
}
#intro-lang-select a {
	display: block;
	margin: 3px;
	padding-left: 15px;
}
#intro-lang-select li {
	list-style-type: none;
}
#intro-lang-select a:hover {
	background-color: #333333;
}

.right {
	float: right;
}
h3 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}
