/* --------------------------------------------------------------
    default.css
    Default CSS file
---------------------------------------------------------------*/

body {
    background: #caeaf6 url('../gfx/bg_x.jpg') repeat-x 0 0;
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 19px;
    color: #7e7e7e;
}

a {
    color: #363636;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.back {
    display: block;
    margin: 10px 0;
    width: 120px;
    padding: 4px 4px 4px 16px;
    background: #edf6f9 url('../gfx/icn_back.png') no-repeat 2px 6px;
}
a.back:hover {
    background-color: #d9e0e4;
    text-decoration: none;
}

p {
    margin-bottom: 10px;
}

h1 {
    font-size: 18px;
    color: #7fc732;
    margin-bottom: 10px;
}
h2 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #feffff;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 14px;
    color: #3c77cf;
    margin-bottom: 5px;
}


/* --------------------------------------------------------------
    LAYOUT
---------------------------------------------------------------*/
.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    height: auto;
    background-color: #fff;
    -moz-box-shadow: 0 0 50px #caeaf6;
    -webkit-box-shadow: 0 0 50px #caeaf6;
    box-shadow: 0 0 50px #caeaf6;
    behavior: url('styles/PIE.htc');
}
.header {
    height: 87px;
    background: #3c77cf url('../gfx/bg_header.jpg') no-repeat top right;
}
.content-container, .home-content, .single-container {
    padding: 10px;
}
.error-container {
    padding: 20px;
}
.btn-contact {
    position: absolute; 
    top: 180px; 
    right: -27px;
    -moz-box-shadow: 0 0 30px #caeaf6;
    -webkit-box-shadow: 0 0 30px #caeaf6;
    box-shadow: 0 0 30px #caeaf6;
    behavior: url('styles/PIE.htc');
}
.btn-contact a {
    display: block;
    width: 27px;
    height: 120px;
    background: #508ee1 url('../gfx/btn_contact.jpg') no-repeat top left;
}
.btn-contact a:hover {
    text-decoration: none;
}
.btn-follow {
    position: absolute; 
    top: 307px; 
    right: -27px;
    -moz-box-shadow: 0 0 30px #caeaf6;
    -webkit-box-shadow: 0 0 30px #caeaf6;
    box-shadow: 0 0 30px #caeaf6;
    behavior: url('styles/PIE.htc');
}
.btn-follow a {
    display: block;
    width: 27px;
    height: 108px;
    background: #508ee1 url('../gfx/btn_follow.jpg') no-repeat top left;
}
.btn-follow a:hover {
    text-decoration: none;
}

.multi-container {
    padding: 10px;
    float: left;
    width: 620px;
    overflow-x: hidden;
}
.multi-side {
    float: left; 
    margin-left: 10px; 
    width: 290px;
}
.contact-container {
    float: left;
    padding: 10px;
    width: 410px;
}
.contact-side {
    float: right;
    padding: 43px 10px 10px;
    width: 480px;
}
.contact-map {
    float: right;
    padding: 10px 10px 10px;
    width: 480px;
}
.content-images {
    padding: 0 0 5px 0;
    margin-bottom: 40px;
    border-top: 1px solid #c2d9e0;
    border-bottom: 1px solid #c2d9e0;
    text-align: center;
}
.content-images img {
    margin: 5px 5px 0 0;
}
.footer {
    height: 55px;
    padding: 0 20px;
    background-color: #508ee1;
    font-family: Tahoma, Helvetica, Arial;
    font-size: 11px;
    line-height: 55px;
    color: #fff;
}
.footer p {
    margin: 0;
    padding: 0;
}
    .footer-left {
        float: left
    }
    .footer-right {
        float: right;
    }

/* --------------------------------------------------------------
    Main menu
---------------------------------------------------------------*/
.menu {
    height: 37px;
    background-color: #3c77cf;
    border-bottom: 10px solid #5292e5;
    font-size: 13px;
    font-weight: bold;
    text-shadow: #010449 0px 0px 4px;
    text-align: center;
}
ul#menu {
    display: inline-block;
}
ul#menu a {
    color: #feffff;
}
ul#menu li {
    display: inline;
    float: left;
}
ul#menu li a {
    display: block;
    height: 37px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px;
    text-decoration: none;
}
ul#menu li:hover {
    background-color: #5292e5;
}
ul#menu li:hover a {
    display: block;
}
ul#menu li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -999em;
    z-index: 1000;
}
ul#menu li:hover ul {
    left: auto;
}
ul#menu li:hover ul li:first-child {
    border-top: 10px solid #5292e5;
}
ul#menu li ul li {
    background-color: #3c77cf;
	position: relative;
	clear: both;
	width: 220px;
	font-size: 12px;
}
ul#menu li ul li a {
    text-align: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-shadow: #010449 0px 0px 2px;
}
ul#menu li ul li:hover {
	background-color: #5ea4ef;
}

/* --------------------------------------------------------------
    Side Menu
---------------------------------------------------------------*/
.multi-side div.title {
    height: 47px;
    line-height: 47px;
    text-align: right;
    padding-right: 20px;
    background-color: #10acdf;
}
ul#menu-side a {
    display: block;
    color: #feffff;
    padding-left: 20px;
    height: 44px;
    line-height: 44px;
}
ul#menu-side a:hover {
    text-decoration: none;
}
ul#menu-side li {
    margin-top: 3px;
    font-size: 14px;
}

ul#menu-side li a {
    background-color: #afb9c0;
}
ul#menu-side li a.has-child {
    background: #afb9c0 url('../gfx/side_menu_closed.png') no-repeat 95% center;
}
ul#menu-side li a:hover {
    background-color: #90989e;
}
ul#menu-side li a.has-child.open {
    background: #90989e url('../gfx/side_menu_open.png') no-repeat 95% center;
}
ul#menu-side li ul li a {
    color: #929fa8;
    background-color: #d5dce1;
    font-size: 13px;
    height: 38px;
    line-height: 38px;
}
ul#menu-side li ul li a.has-child {
    background: #d5dce1 url('../gfx/side_menu_closed.png') no-repeat 95% center;
}
ul#menu-side li ul li a:hover {
    background-color: #edf6f9;
    color: #929fa8;
}
ul#menu-side li ul li a.has-child.open {
    color: #929fa8;
    background: #edf6f9 url('../gfx/side_menu_open_sub.png') no-repeat 95% center;
}
ul#menu-side li ul li ul li a {
    color: #929fa8;
    font-size: 12px;
    background-color: #fff;
    border: 2px solid #edf6f9;
    height: 34px;
    line-height: 34px;
}
/* --------------------------------------------------------------
    Breadcrumb
---------------------------------------------------------------*/
.breadcrumb {
    margin-bottom: 15px;
}
.breadcrumb a {
    color: #a6a7a7;
}
.breadcrumb a.bc {
    padding-left: 16px;
    background: url('../gfx/icn_forward.png') no-repeat 3px 0px;
}
.breadcrumb a.last {
    font-weight: bold;
}
.breadcrumb a:hover {
    color: #a6a7a7;
    text-decoration: underline;
}


/* --------------------------------------------------------------
    Home
---------------------------------------------------------------*/
.home-slider {
    padding: 10px;
}
#big-slider {
    position: relative;
    float: left; 
	width: 680px;
	height: 324px;
    margin-right: 10px;
}

#small-slider1, #small-slider2 {
    position: relative;
    float: left; 
    width: 250px;
    height: 157px;
}
#small-slider1 {
    margin-bottom: 10px;
}

.vendors {
    padding: 0 10px;
    text-align: center;
}
.vendors a, .vendors a:hover {
    text-decoration: none;
}
.vendors-inner {
    display: inline-block;
    vertical-align: middle;
}
.vendors-inner img {
    margin: 0 15px;
}

.home-menu {
    position: relative;
    padding: 5px 10px 0 10px;
}
.home-menu span {
    font-family: arial, sans-serif;
    font-size: 18px;
}

.home-quicklinks {
    float: left;
    width: 465px;
}
.home-quicklinks div {
    height: 47px;
    line-height: 47px;
    text-align: left;
    padding-left: 35px;
    background: url('../gfx/bg_quicklinks_x.jpg') repeat-x 0 0;
}
.home-quicklinks a {
    margin-top: 3px;
    display: block;
    color: #98989a;
    background-color: #ececed;
    padding: 15px 35px;
}
.home-quicklinks a:hover {
    text-decoration: none;
}

.home-offers {
    margin-left: 10px;
    float: left;
    width: 465px;
}
.home-offers div {
    height: 47px;
    line-height: 47px;
    text-align: right;
    padding-right: 35px;
    background: url('../gfx/bg_offers_x.jpg') repeat-x 0 0;
}
.home-offers a {
    margin-top: 3px;
    display: block;
    color: #feffff;
    background-color: #7fc732;
    padding: 15px 35px;
}
.home-offers a:hover {
    text-decoration: none;
}


/* --------------------------------------------------------------
    Tables
---------------------------------------------------------------*/
table.boat {
	border: 0;
	border-collapse: collapse;	
	width: 
}
table.boat tr td {
    padding: 2px;
}
table.boat tr td.odd {
    width: 420px;
    background-color: #edf6f9;
}
table.boat tr td.even {
    width: 420px;
}
table.boat tr td.label {
    font-weight: bold;
    width: 120px;
}
table.boat tr td.price {
    font-weight: bold;
}
table.boat tr td.more {
    text-align: right;
    padding-right: 10px;
}
table.boat tr td.more a {
    padding-right: 12px;
    background: url('../gfx/icn_forward.png') no-repeat center right;
}

/* --------------------------------------------------------------
    Boats/Engines
---------------------------------------------------------------*/

.boat-list {
    border-top: 1px solid #c2d9e0; padding: 2px 0; margin-bottom: 5px;
}

.boat-list a.boat-title:hover {
    text-decoration: none;
}

img.boat {
    border: 2px solid #d9e0e4;
}

.extrainfo {
    margin: 10px 0 0;
    padding: 5px 0 0;
    border-top: 1px solid #c2d9e0;
}


/* --------------------------------------------------------------
    Forms
---------------------------------------------------------------*/

form.boat-search {
    margin-top: 2px;
}

form input, form select, form textarea {
    width: 98%;
    border: 1px solid #e1f0f4;
    padding: 2px;
}
form input, select, textarea {
    background-color: #fbfbfb;
}
.buttons {
    text-align: right;
}
form.boat-search button, form.contact button {
    padding: 5px 14px;
    background-color: #10acdf;
    color: white;
    border: 0;
    cursor: pointer;
}
form.contact button {
    background-color: #3c77cf;
}
form.boat-search button.reset {
    background-color: #d9e0e4;
    color: #90989e;
}

div.form-block {
    position: relative;
    background: none;
    border: 0;
    padding: 3px 3px 3px 6px;
    margin: 0 0 2px 0;
    z-index: 10;
}
div.form-block h4 {
    margin: 0;
}

div.error {
    background-color: #ffebe8;
}

div.form-block p.statusText {
    clear: both;
    margin: 0;
    padding: 0;
}

div.form-block label {
    margin-top: 3px;
}


/* --------------------------------------------------------------
    General
---------------------------------------------------------------*/
.multi-container ul, .home-content ul, .single-container ul, .contact-container ul, contact-map ul {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 10px; 
}

div.navigation {
	width: 100%;
	padding: 10px 0;
	overflow: auto;
}
div.navigation a, div.navigation span {
	display: block;
	float: left;
	background-color: #edf6f9;
	height: 18px;
	padding: 3px 7px 4px 7px;
	margin: 3px;
	font-weight: bold;
}
div.navigation a img {
    padding-top: 2px;
}
div.navigation span.active {
	background-color: #d9e0e4;
}
div.navigation a:hover {
	background-color: #d9e0e4;
	text-decoration: none;
}

.left {
    float: left;
}
.right {
    float: right; 
}
.clear {
    clear: both;
}

