/*********************** RESET GLOBAL STYLES ***********************/

fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Geneva, sans-serif;
    color: #0d2e53;
    font-weight: bold;
    font-size:12px;
}


h1 {
	display: block;
    color: #0d2e53;
    background-color:#FFF;
    border-bottom: 2px solid #0d2e53;
    padding: 3px 15px 3px 0px;
    text-align: justify;
    font-size:14px;
    margin-top: 0px;
    font-style: normal;
}

h2 {
    margin-top: 1.2em;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px dotted #dedede;
}
h3 {
    margin-top: 1.1em;
    margin-bottom: 5px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
}

h3, h4 {
    margin: 12px 0;
}

h5, h6 {
    margin: 8px 0;
}


h2 {
    font-size: 24px;
    font-weight: normal;
}


h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

p {
    margin: 5px 0px;
    padding: 0px;
}

ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
	
}

ul li {	 
	text-align: left; 
	padding: 1px 0px 1px 15px;
	margin: 0px 0px 0px 0px;
	background: url("/img/gl_list_marker.gif")/*tpa=http://templates.design-joomla.eu/dj-sailing/templates/dj-sailing/images/gl_list_marker.gif*/ 0 8px no-repeat;
}

ul li a:link, 
ul li a:visited { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #000; 
	font-size: 12px; 
	outline: none; 
	text-decoration: underline; 
	padding: 0 0 0 0px;
}
	
ul li a:hover {
	text-decoration: none;
}

a:link, 
a:visited { 
	color: #000; 
	text-decoration: 
	underline; 
	outline: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

/*********************** FOR CUSTOM EDITOR SELECTOR ************************/

/* border for images with class = border_img  */

.border_img {
    margin: 0 10px 5px 0;
    padding: 0;
    border: 2px solid #267CB3;
    float: left;
}

.module .border_img {
    float: none;
    margin: 0;
    border: 2px solid #7CBAD9;
}

.more {}

a.more:link, a.more:visited {
    float: right;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    margin: 10px 0 0;
    padding: 0 20px 0 0;
    text-align: left;
    text-decoration: none;
}

/* design of paragraph with class = error */

p.error {
    display: block;
    background: #ffeaea url("/img/error.gif")/*tpa=http://templates.design-joomla.eu/dj-sailing/templates/dj-sailing/images/error.gif*/ 10px 8px no-repeat;
    color: #e56363;
    font-weight: bold;
    border-top: 1px solid #e56363;
    border-bottom: 1px solid #e56363;
    border-left: 1px solid #ef9090;
    border-right: 1px solid #ef9090;
    padding: 10px 15px 10px 40px;
    text-align: justify;
}

/* design of paragraph with class = tips */

p.tips {
    display: block;
    background: #f4fdff url("/img/tips.gif")/*tpa=http://templates.design-joomla.eu/dj-sailing/templates/dj-sailing/images/tips.gif*/ 15px 8px no-repeat;
    color: #63A5FF;
    font-weight: bold;
    border-top: 1px solid #8bd4ea;
    border-bottom: 1px solid #8bd4ea;
    border-left: 1px solid #b5e1ec;
    border-right: 1px solid #b5e1ec;
    padding: 10px 15px 10px 40px;
    text-align: justify;
}

/* design of paragraph with class = info */

p.info {
    display: block;
    background: #fffcd8 url("/img/info.gif")/*tpa=http://templates.design-joomla.eu/dj-sailing/templates/dj-sailing/images/info.gif*/ 11px 8px no-repeat;
    color: #E48049;
    border-top: 1px solid #eae333;
    border-bottom: 1px solid #eae333;
    border-left: 1px solid #f3ee7a;
    border-right: 1px solid #f3ee7a;
    padding: 10px 15px 10px 40px;
    text-align: justify;
}

p.green {
    display: block;
    background: #f0f1e6;
    color: #697908;
    border-top: 1px solid #677605;
    border-bottom: 1px solid #677605;
    padding: 10px 15px 10px 15px;
    text-align: justify;
}

p.blue {
    display: block;
    background: #c5d9f8;
    color: #064cb6;
    border-top: 1px solid #2a7cf8;
    border-bottom: 1px solid #2a7cf8;
    padding: 10px 15px 10px 15px;
    text-align: justify;
}

p.red {
    display: block;
    background: #f8c5ca;
    color: #900613;
    border-top: 1px solid #f82a3e;
    border-bottom: 1px solid #f82a3e;
    padding: 10px 15px 10px 15px;
    text-align: justify;
}

p.yellow {
    display: block;
    background: #f8e6c5;
    color: #c28107;
    border-top: 1px solid #f8b02a;
    border-bottom: 1px solid #f8b02a;
    padding: 10px 15px 10px 15px;
    text-align: justify;
}

p.grey {
    display: block;
    background: #dedede;
    color: #575252;
    border-top: 1px solid #919191;
    border-bottom: 1px solid #919191;
    padding: 10px 15px 10px 15px;
    text-align: justify;
}

p.dark1 {
    display: block;
    background: #9a9a9a;
    color: #fdfdfd;
    border-top: 1px solid #2d2f14;
    border-bottom: 1px solid #2d2f14;
    padding: 10px 15px 10px 15px;
    text-align: justify;
}

p.dark2 {
    display: block;
    background: #193354;
    color: #fdfdfd;
    border-top: 1px solid #7cbad9;
    border-bottom: 1px solid #7cbad9;
    padding: 10px 15px 10px 15px;
    text-align: justify;
}

.quote {
    color: #fff;
    margin-bottom: 12px;
    padding: 7px 55px 7px 10px;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    text-align: justify;
    display: block;
    background: #257cb3 url("/img/quota.gif")/*tpa=http://templates.design-joomla.eu/dj-sailing/templates/dj-sailing/images/quota.gif*/ 99% 4px no-repeat;
    border: 1px solid #0f5f90;
}

/********** table article **********/

table.table {
    margin: 5px 0;
    border-collapse: separate;
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
    border: 1px solid #7cbad9;
    border-bottom: none;
}

td.table, .table td {
    padding: 2px 15px;
    color: #000;
    background: #fff;
    border-bottom: 1px solid #7cbad9;
}

th.table, .table th {
    background: #193354;
    border-bottom: 1px solid #7cbad9;
    color: #fff;
    font-weight: bold;
    padding: 3px 15px;
}

ul.linked {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

ul.linked li {
    background: none;
    padding: 1px 0px;
}

ul.linked li a:link, ul.linked li a:visited {
    color: #000;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    text-decoration: underline;
    padding: 0 0 0 20px;
    margin: 0;
    background: url("/img/linked_list_marker.gif")/*tpa=http://templates.design-joomla.eu/dj-sailing/templates/dj-sailing/images/linked_list_marker.gif*/ 0 5px no-repeat;
}

ul.linked li a:hover {
    color: #000;
    text-decoration: underline;
    padding: 0 0 0 20px;
    background: url("/img/linked_list_marker.gif")/*tpa=http://templates.design-joomla.eu/dj-sailing/templates/dj-sailing/images/linked_list_marker.gif*/ 6px 5px no-repeat;
}






/*********************** LAYOUT STYLES ***********************/

body {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 1.2em;
    background: #FFFFF6;
}

#top_page {
    width: 100%;
}

/********** header **********/

#header_wrap {
	position: relative;
    width: 990px;
    margin: 0 auto;
    padding: 0px 0 0 0;
    background: url("/img/top_page_shadow.png")/*tpa=http://templates.design-joomla.eu/dj-sailing/templates/dj-sailing/images/top_page_shadow.png*/ 0 0 no-repeat;
}

#header_wrap_inn {
    padding: 74px 0 0 0;
    background: url("/img/top_white_strip.gif")/*tpa=http://templates.design-joomla.eu/dj-sailing/templates/dj-sailing/images/top_white_strip.gif*/ center 64px no-repeat;
}

#header {
    width: 950px;
    height: 410px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    background: #fff;
    background: url("/img/header.jpg") center;
    margin-top: -74px;
}

#main_page {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #000;
}

#all_content {
    width: 100%;

}

#all {
    width: 990px;
    margin: 74px auto 0;
    background: url("/img/master_shadow.png")/*tpa=http://templates.design-joomla.eu/dj-sailing/templates/dj-sailing/images/master_shadow.png*/ 0 0 repeat-y;
}

#wrapper {
    margin: 0 auto;
    width: 970px;
}

/********** top_box **********/

#top_box {
    position: relative;
    width: 950px;
    height: 350px;
    padding: 0 10px;
}

#top_box.noheader {
	height: 200px;
}

#logo {
    float: left;
    position: relative;
    left: 600px;
    top: 21px;
    width: 178px;
    height: 45px;
    margin: 0;
    padding: 0px 0 0 0px;
    font-family: Tahoma, Geneva, sans-serif;
}

#sitelinks {
    float: right;
    width: 91px;
    height: 15px;
    margin: 8px 8px 0 0;
    display: block;
}

#search {
    position: absolute;
    right: 13px;
    top: 79px;
    width: auto;
    height: 19px;
}

#nav_bar {
    position: absolute;
    right: 10px;
    top: 107px;
    width: 824px;
    height: 54px;
    background: url("/img/dj_menu_bg.gif")/*tpa=http://templates.design-joomla.eu/dj-sailing/templates/dj-sailing/images/dj_menu_bg.gif*/ no-repeat;
	z-index: 10;
}

#slogan {
	position: absolute;
	right: 98px;
	top: 215px;
}

/********** breadcrumbs_box **********/

#breadcrumbs_box {
    position: relative;
    width: 950px;
    height: 111px;
    padding: 0 10px;
    margin-bottom: 4px;
}

#breadcrumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    height: auto;
    padding: 15px 10px 5px 492px;
    text-align: left;
}

#breadcrumbs .breadcrumbs, #breadcrumbs .pathway {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
}

.pathway {}

.breadcrumbs {
    color: #335487;
}

/********** content_cols **********/

#content_cols {
    width: 950px;
    padding: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}

.scheme_3 {
    background: url("/img/content_cols_bg_scheme_3.gif")/*tpa=http://templates.design-joomla.eu/dj-sailing/templates/dj-sailing/images/content_cols_bg_scheme_3.gif*/ repeat-y;
}

.scheme_2 {
    background: url("/img/content_cols_bg_scheme_2.gif")/*tpa=http://templates.design-joomla.eu/dj-sailing/templates/dj-sailing/images/content_cols_bg_scheme_2.gif*/ repeat-y;
}

.scheme_1 {
    background: #fff;
}

#content_cols.scheme_3 #fst_sidebar.first, 
#content_cols.scheme_2 #fst_sidebar.first {
    position: relative;
    top: 0;
    float: left;
    width: 230px;
    padding: 0;

}

#fst_sidebar_inn {
    width: 230px;
    padding: 0;
}

#content_cols.scheme_3 #snd_sidebar.second {
    position: relative;
    top: 0;
    float: left;
    width: 220px;
    padding: 0;
    background: url("/img/snd_sidebar_bg.gif")/*tpa=http://templates.design-joomla.eu/dj-sailing/templates/dj-sailing/images/snd_sidebar_bg.gif*/ left top no-repeat;
}

#content_cols.scheme_2 #snd_sidebar.first {
    position: relative;
    top: 0;
    float: left;
    width: 220px;
    padding: 0;

}

#snd_sidebar_inn {
    width: 220px;
    padding: 0;
}

#content_cols.scheme_2 #snd_sidebar.first #snd_sidebar_inn {
    float: left;
    width: 220px;
    padding: 0;
    background: #f5f5f5;
}

#content_cols.scheme_3 #main_body {
    float: right;
    width: 470px;
    padding: 0 0 10px 10px;
    background: #fff;
}

#content_cols.scheme_2 #main_body.second {
    float: right;
    width: 710px;
    padding: 0 0 10px 10px;
    background: #fff;
}

#content_cols.scheme_1 #main_body.first {
    width: 950px;
    padding: 0 0 10px 0;
    background: #fff;
}

#left_mod {
    width: 230px;
}

#right_mod {
    float: left;
    width: 220px;
    padding: 0 0 0 10px;
}

#content_cols.scheme_2 #snd_sidebar.first #right_mod {
    float: left;
    width: 220px;
    padding: 0;
}

#main_content {
    padding: 0;
	margin: 0 0 10px 0;
    text-align: left;
    line-height: 17px;
    font-size: 11px;
    font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;color:#696969;line-height:22px;font-style:italic;
}

/********** banner **********/

.banner {
    margin: 0 0 0px 0;
    padding: 0;
    text-align: left;
    background: #fff;
    width: 970px;
}

.banner2 {
    width: 100%;
    text-align: center;
    padding: 10px 0 0 0;
}

/********** footer_wrap **********/

#footer_wrap {
    width: 100%;
    background: url("/img/footer_bg.png")/*tpa=http://templates.design-joomla.eu/dj-sailing/templates/dj-sailing/images/footer_bg.png*/ center top no-repeat;
}

#footer {
    width: 950px;
    height: 118px;
    margin: 0 auto;
    padding: 0px 10px;
}

#copyrights {
    float: left;
    text-align: left;
    padding: 25px 0px 0px 0px;
    font-size: 11px;
    color: #707070;
}

#poweredby {
    float: right;
    padding: 25px 0px 0px 0px;
    text-align: right;
    font-size: 11px;
    color: #707070;
}

.boxBw {
	float:right;
	padding:0px 0px 0px 0px;
	text-align:left;
	width:335px;
	height:150px;
	margin:10px 0px 0px 0px;
    border-bottom: solid 1px #2A7CF8;
}

.line {
	float:right;
	padding:0px 0px 0px 0px;
	text-align:right;
	width:25px;
	height:150px;
	margin:10px 0px 0px 0px;
}

/********** clearfix **********/ 

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clr {
    clear: both;
}

/******* Gallery ************/

.ad-slideshow-start, .ad-slideshow-stop {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
    color: #333;
    line-height: 140%;
    font-size: 12px;;
}



.ad-thumbs ul {
    list-style-image:url(list-style.gif);
}
pre {
    font-family: "Lucida Console", "Courier New", Verdana;
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
}
code {
    font-family: "Lucida Console", "Courier New", Verdana;
    margin: 0;
    padding: 0;
}

#gallery {
    padding: 30px;
    background-color: #FFF;
}
#descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden;
}
#descriptions .ad-image-description {
    position: absolute;
}
#descriptions .ad-image-description .ad-description-title {
    display: block;
}

#container {
    background: #F5F5EF;
}