body, html  { height: 100%; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }/* remember to define focus styles! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }/* tables still need 'cellspacing="0"' in the markup */

/*----------------------------------------------*/
/* 1.2 Extra fonts */
/*----------------------------------------------*/
@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('./css/cartogothicstd-bold-webfont.eot');
    src: url('./css/cartogothicstd-bold-webfont_2d2816fe.eot#iefix') format('embedded-opentype'),
         url('./css/cartogothicstd-bold-webfont.woff') format('woff'),
         url('./css/cartogothicstd-bold-webfont.ttf') format('truetype'),
         url('./css/cartogothicstd-bold-webfont.svg#CartoGothicStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CartoGothicStdBoldItalic';
    src: url('./css/cartogothicstd-bolditalic-webfont.eot');
    src: url('./css/cartogothicstd-bolditalic-webfont_2d2816fe.eot#iefix') format('embedded-opentype'),
         url('./css/cartogothicstd-bolditalic-webfont.woff') format('woff'),
         url('./css/cartogothicstd-bolditalic-webfont.ttf') format('truetype'),
         url('./css/cartogothicstd-bolditalic-webfont.svg#CartoGothicStdBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('./css/cartogothicstd-book-webfont.eot');
    src: url('./css/cartogothicstd-book-webfont_2d2816fe.eot#iefix') format('embedded-opentype'),
         url('./css/cartogothicstd-book-webfont.woff') format('woff'),
         url('./css/cartogothicstd-book-webfont.ttf') format('truetype'),
         url('./css/cartogothicstd-book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CartoGothicStdItalic';
    src: url('./css/cartogothicstd-italic-webfont.eot');
    src: url('./css/cartogothicstd-italic-webfont_2d2816fe.eot#iefix') format('embedded-opentype'),
         url('./css/cartogothicstd-italic-webfont.woff') format('woff'),
         url('./css/cartogothicstd-italic-webfont.ttf') format('truetype'),
         url('./css/cartogothicstd-italic-webfont.svg#CartoGothicStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----------------------------------------------*/
/* 1.3 General Styles */
/*----------------------------------------------*/
body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color:#808080;
	font-size:13px;
	line-height:1.5em;
	background:#daeafb;
}

.body_wrap {
	background:url(./images/body_top.jpg) center top no-repeat;
	width:100%;
	min-height:400px;}

/* Floating & Alignment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto}

.alignleft {
	float: left}
	
.alignright {
	float: right}
	
.text-right {
	text-align:right}
.text-left {
	text-align:left}
.text-center {
	text-align:center}

.text-green {
	 color:#12a0a9}

.text-gray {
	 color:#808080}
	 	
.text-blue {
	 color:#12a0a9}	

/* Clear Floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1; /*The following zoom:1 rule is specifically for IE6 + IE7.*/
}

* html .clearfix {
	height: 1%;}

.clearfix {
	display: block;}
	
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;}

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;}

a {
	outline:none;
	color:#12a0a9;
	text-decoration:none}
	
/*----------------------------------------------*/
/* 1.4 Columns Styles */
/*----------------------------------------------*/
/*
960px grid system ~ Core CSS.
12 Columns ~ Margin left: 10px ~ Margin right: 10px
*/

/* =Containers
--------------------------------------------------------------------------------*/
.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
	position: relative;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 140px;}
.container_12 .grid_3 {width: 220px;}
.container_12 .grid_4 {width: 300px;}
.container_12 .grid_5 {width: 380px;}
.container_12 .grid_6 {width: 460px;}
.container_12 .grid_7 {width: 540px;}
.container_12 .grid_8 {width: 620px;}
.container_12 .grid_9 {width: 700px;}
.container_12 .grid_10 {width: 780px;}
.container_12 .grid_11 {width: 860px;}
.container_12 .grid_12 {width: 940px;}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 80px;}
.container_12 .prefix_2 {padding-left: 160px;}
.container_12 .prefix_3 {padding-left: 240px;}
.container_12 .prefix_4 {padding-left: 320px;}
.container_12 .prefix_5 {padding-left: 400px;}
.container_12 .prefix_6 {padding-left: 480px;}
.container_12 .prefix_7 {padding-left: 560px;}
.container_12 .prefix_8 {padding-left: 640px;}
.container_12 .prefix_9 {padding-left: 720px;}
.container_12 .prefix_10 {padding-left: 800px;}
.container_12 .prefix_11 {padding-left: 880px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 80px;}
.container_12 .suffix_2 {padding-right: 160px;}
.container_12 .suffix_3 {padding-right: 240px;}
.container_12 .suffix_4 {padding-right: 320px;}
.container_12 .suffix_5 {padding-right: 400px;}
.container_12 .suffix_6 {padding-right: 480px;}
.container_12 .suffix_7 {padding-right: 560px;}
.container_12 .suffix_8 {padding-right: 640px;}
.container_12 .suffix_9 {padding-right: 720px;}
.container_12 .suffix_10 {padding-right: 800px;}
.container_12 .suffix_11 {padding-right: 880px;}

/* `Push Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .push_1 {left: 80px;}
.container_12 .push_2 {left: 160px;}
.container_12 .push_3 {left: 240px;}
.container_12 .push_4 {left: 320px;}
.container_12 .push_5 {left: 400px;}
.container_12 .push_6 {left: 480px;}
.container_12 .push_7 {left: 560px;}
.container_12 .push_8 {left: 640px;}
.container_12 .push_9 {left: 720px;}
.container_12 .push_10 {left: 800px;}
.container_12 .push_11 {left: 880px;}

/* `Pull Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .pull_1 {left: -80px;}
.container_12 .pull_2 {left: -160px;}
.container_12 .pull_3 {left: -240px;}
.container_12 .pull_4 {left: -320px;}
.container_12 .pull_5 {left: -400px;}
.container_12 .pull_6 {left: -480px;}
.container_12 .pull_7 {left: -560px;}
.container_12 .pull_8 {left: -640px;}
.container_12 .pull_9 {left: -720px;}
.container_12 .pull_10 {left: -800px;}
.container_12 .pull_11 {left: -880px;}

/* Shortcode Columns (10px margin) */
.col_1,
.col_1_2,
.col_1_3,
.col_2_3,
.col_1_4,
.col_3_4,
.col_1_5,
.col_2_5,
.col_3_5,
.col_4_5,
.col_1_6,
.col_5_6,
.col_3_8,
.col_5_8,
.col_1_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;}


.col_1 {width:940px;}
.col_1_2 {width:460px;}
.col_1_3 {width:300px}
.col_2_3 {width:620px}
.col_1_4 {width:220px}
.col_3_4 {width:700px}
.col_1_5 {width:172px;}
.col_2_5 {width:364px;}
.col_3_5 {width:556px;}
.col_4_5 {width:748px;}

.row .col_1_2 {width:470px;}
.row .col_1_3 {width:306px}
.row .col_2_3 {width:632px}
.row .col_1_4 {width:225px}
.row .col_3_4 {width:715px}
.row .col_1_5 {width:176px;}
.row .col_2_5 {width:362px;}
.row .col_3_5 {width:578px;}
.row .col_4_5 {width:764px;}

.grid_8 .row .col_1_2 {width:300px;}
.grid_8 .row .col_1_3 {width:193px}
.grid_8 .row .col_2_3 {width:406px}
.grid_8 .row .col_1_4 {width:140px}
.grid_8 .row .col_3_4 {width:460px}

.grid_2.box_border {width:118px}
.grid_3.box_border, .col_1_4.box_border {width:218px}
.grid_4.box_border, .col_1_3.box_border {width:290px}
.grid_6.box_border, .col_1_2.box_border {width:458px}
.grid_8.box_border, .col_3_4.box_border  {width:698px}
.col_2_5.box_border {width:342px;}
	
.row .alpha, .col.alpha {
	margin-left:0}
.row .omega, .col.omega {
	margin-right:0}

.row .grid_3 {
	width:176px;
	margin-left: 18px;
	margin-right: 18px;}

/* Box styles */
.box {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}

.box_border {
	border:1px solid #e5e5e5;}

.box_border2 {
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:30px 0 25px 0}

.noborder, 
.entry img.noborder {
	border:none !important}

.box_shadow {
	box-shadow: 0 0 3px black; 
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.15); 
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);}

.box_inner_shadow,
.box.box_inner_shadow {
	background:url(images/box_inner_shadow.jpg) center top no-repeat;
	padding:45px 0 0 0;
	border:none}

.box_white {
	background:#fff;}

.box_light_gray {
	background:#f5f5f5}

.box_gray {
	background:#e9e9e9}

.box_green {
	background:#ddf5bf}

.box_yellow {
	background:#fcf896}

.box_blue {
	background:#e2f4f5}

.box_blue.box_border {
	border:1px solid #dde8e9}

.box_pink {
	background:#f1dde8}

.box .inner {
	padding:15px}

.sidebar .box h3 {
	font-size:18px}

/*----------------------------------------------*/
/* 1.5 List Styles */
/*----------------------------------------------*/
ul{ list-style:disc outside; }
ol{ list-style:decimal outside; }
li{ margin:2px 0;}
ol li{ margin-top:5px; margin-bottom:7px }
ul, ol, dd{ margin-left:25px; }
ul ul, ol ul, ul ol, ol ol{ margin-bottom:0; }

/*----------------------------------------------*/
/* 1.6 Borders & Dividers */
/*----------------------------------------------*/
hr{
	border:0px solid transparent !important;
	background-color:transparent !important;
	height:1px;}

.border {
	border:1px solid #d1d1d1}

.divider_space, .divider_space_thin, .divider, .divider_thin, .divider_dots, .divider_dots_full {
	clear:both;
	display:block;
	margin-bottom:25px;
	padding-top:26px;
	width:100%;}

.divider_space_thin {
	margin-top:5px;
	margin-bottom:5px;}
	
.divider_thin {
	margin-bottom:15px;
	padding-top:15px;
	background:url(./images/divider_line.gif) bottom repeat-x;}

.divider{
	background:url(./images/divider_line.gif) bottom repeat-x;}

.footer .divider{
	background:url(images/divider_line_footer.gif) bottom repeat-x;}

.divider_dots {
	background:url(./images/divider_dots.gif) center bottom no-repeat;
	margin-bottom:20px;
	padding-top:20px;}

.divider_dots_full {
	background:url(./images/divider_dots_full.gif) center bottom no-repeat;
	margin-bottom:40px;
	padding-top:45px;}

.content .divider_dots {
	margin-bottom:40px;
	padding-top:41px;}

/*----------------------------------------------*/
/* 1.7 Headers */
/*----------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-family:'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	color:#474747;
	line-height:1.2em}
	
h1{
	font-size:27px;}	
	
h2{
	font-size:25px;
	margin-bottom:15px}
	
h3{
	font-size:22px;
	margin-bottom:10px}
	
h3.widgettitle{
	margin-bottom:10px; }
	
h4{
	font-size:18px;
	margin-bottom:10px;}
	
h5{
	font-size:17px;}
	
h6{
	font-size:14px;}

h1 span, h2 span, h3 span ,h4 span, h5 span {
	color:#12a0a9}

.entry h1, .post-item .entry h1 {
	margin:0 0 20px 0;
	padding:0}

.entry h2, .post-item .entry h2 {	
	font-size:25px;
	margin:40px 0 10px}

.entry h3, .post-item .entry h3 {
	font-size:23px;
	margin:35px 0 10px;}

.entry h4, .post-item .entry h4 {
	font-size:18px;
	margin:30px 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ca2b63;
	font-style:italic}

.entry h5, .post-item .entry h5 {
	font-size:17px;
	margin:25px 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ca2b63;
	font-style:italic}

.entry h6, .post-item .entry h6 {
	margin:25px 0 10px;
	color:#ca2b63;}

.title_brown, .box .title_brown {
	color:#653c17}

.title_green, .box .title_green {
	color:#a5cd39}

.title_pink {
	color:#ca2b63}

.title_pink2,
.post-item .entry .title_pink2 {
	color:#ca2b63;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px}

.title_blue {
	color:#12a0a9;}

.title_blue2,
.post-item .entry .title_blue2 {
	color:#12a0a9;
	font-size:20px;
	margin-top:35px}
	
.text_italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;}

.title_address, 
.post-item .entry .title_address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#12a0a9;
	font-size:16px;
	margin:20px 0 20px 0}

/*----------------------------------------------*/
/* 1.8 Tables */
/*----------------------------------------------*/
table,td,th { vertical-align:middle; text-align:center; }
th{ padding:5px; font-size:14px; letter-spacing:1px;}
td{ font-size:13px; padding:5px; }

/*----------------------------------------------*/
/* 1.9 Images */
/*----------------------------------------------*/
img.alignleft {
	margin:5px 20px 5px 0 !important;}
img.alignright {
	margin:5px 0 5px 20px !important;}

.entry .col_1_2 img.alignleft {
	margin:3px 15px 3px 0 !important;}

.entry .col_1_2 img.alignright {
	margin:3px 0 3px 15px !important;}

span.preload.alignleft {
	float:left;
	display: inline-block;
	margin:5px 20px 5px 0 !important;}

span.preload.alignright  {
	float:right;
	display: inline-block;
	margin:5px 0 5px 20px !important;}

span.preload.aligncentert  {
	float:right;
	display: inline-block;
	margin:5px auto;}

.video_frame,.wp-caption,#flickr a img, dl.gallery-item img{ padding:6px;margin:2px; }
p.wp-caption-text{
	margin-bottom:0px;
	text-align:center;}
	
.wp-caption{
	margin-bottom:10px !important;
	padding-top:10px;
	text-align:center;}
	
.image_frame img, img.image_frame {
	background:#fff;
	border:4px solid #ebebeb}

/*----------------------------------------------*/
/* 1.10 Forms */
/*----------------------------------------------*/
fieldset{
	padding:20px;
	border:1px solid #e0e0e0;}
form .row {
	padding:5px 0}
input[type=text],input[type=password],textarea{
	color:#666;
	padding:5px;
	border:1px solid #dcdcdc;
	background:#f5f5f5;
	resize:none}
	
textarea{
	width:90%;
	font-size:12px;
	background:#fff;
	overflow:auto;}
	
input, textarea,input[type="submit"]:focus{
	outline:0 none;}
	
input[type="radio"],input[type="checkbox"]{
	margin-right:10px; margin-left:10px;}
	
button::-moz-focus-inner {
	border: 0;
	padding: 0;}
	
input[type="reset"],input[type="submit"],input[type="button"], button{
	background:url(images/buttons_submit.gif) 0 0 repeat-x;
	border:none;
	color:#fff;
	margin:10px 0;
	outline-width:0;
	padding:3px 35px 3px 15px;
	height:32px;
	line-height:30px;
	text-align:left;
	font-family:'CartoGothicStdBold', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-shadow:0 1px 1px #000;}	
	
input[type="button"]:hover, input[type="button"]:focus,input[type="reset"]:hover,
input[type="reset"]:focus,input[type="submit"]:hover,input[type="submit"]:focus,
button:hover,button:focus{
	color:#fff;
	cursor:pointer;}

/*----------------------------------------------*/
/* 1.11 Buttons */
/*----------------------------------------------*/
.button_link {
	background:url(./images/buttons_bg_gray.png) no-repeat scroll right -32px transparent;
	color:#12a0a9;
	display:inline-block;
	margin:5px 0;
	border:0 none;
	padding:0 35px 0 0;
	font-family:'CartoGothicStdBold', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	text-decoration:none}

.button_link span {
	background:url(./images/buttons_bg_gray.png) no-repeat scroll left 0 transparent;
	display:block;
	line-height:32px;
	padding:0 10px 0 12px;
	color:#737373;
	min-width:100px;
	cursor:pointer;
	text-shadow:0 1px 1px #fff;
	text-transform:uppercase}

.button_link:hover,
.button_link:active,
.button_link:hover span {}
	
/* Color Styled Buttons */
.btn_blue, .btn_blue span {
	background-image:url(./images/buttons_bg_blue.png);
	color:#fff;
	text-shadow:0 1px 1px #0a2c2e}

.btn_black, .btn_black span {
	background-image:url(./images/buttons_bg_black.png);
	color:#fff;
	text-shadow:0 1px 1px #000}

.btn_green, .btn_green span {
	background-image:url(./images/buttons_bg_green.png);
	color:#33680f;}

.btn_pink, .btn_pink span {
	background-image:url(./images/buttons_bg_pink.png);
	color:#fff;
	text-shadow:0 1px 1px #000;}

.btn_yellow, .btn_yellow span {
	background-image:url(./images/buttons_bg_yellow.png);
	color:#776512;}

.button_styled {
	display: inline-block;
	margin:5px 1px;
	border:none;
	padding:0 12px;
	font-family:'CartoGothicStdBold', Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;
	text-align:left;
	text-decoration:none;
	color:#12a0a9;
	background:#3c444f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform:uppercase;
	text-shadow:0 1px 1px #333;
	min-width:126px;}

.button_styled span {
	padding:0;}

.button_styled:hover, .button_styled:hover span {
	color:#fff}

/*============================================================================================*/
/* 2. SITE STRUCTURE */
/*============================================================================================*/
.container {
	width:992px;
	margin:0 auto}
	
/*----------------------------------------------*/
/* 2.1 Header */
/*----------------------------------------------*/
.header_top .container {
	height:119px;}

.logo {
	padding:20px 0 0 0;
	width:300px;
	float:left}
	
.header_contacts {
	text-align:right;
	padding-top:43px;
	color:#325b7b;
	font-family:'CartoGothicStdBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	
	line-height:1.2em}

.header_contacts p {
	margin:0 0 10px 0}

.header_contacts a,
.header_contacts .icon_phone {
	color:#12a0a9}

.header_contacts .icon_phone {
	background:url(./images/icons/header_phone.png) right 0 no-repeat;
	padding-right:22px}

.header_contacts .icon_map {
	background:url(./images/icons/header_map.png) right 0 no-repeat;
	padding-right:22px}

.header_contacts .icon_map:hover {
	color:#ce205a}

.header_menu {
	background:url(./images/bg_content_top.png) center bottom no-repeat;
	position:relative;
	z-index:2}
	
.header_menu .container {
	height:63px}

.header_bot {
	background:url(./images/bg_content_top2.png) center center repeat-y;
	padding-top:24px;
	position:relative;
	z-index:1}

.header_bot .container {
	width:960px;}

.header_slider .container {
	background:url(./images/header_slider_shadow.jpg) center bottom no-repeat;
	padding-bottom:48px;}

.header_image .container {
	background:url(./images/header_image_shadow.jpg) center bottom no-repeat;
	padding-bottom:41px;}

.header_image .container img {
 border:2px solid #000;
}


/* topmenu */
.topmenu {
	height:54px;
	padding:9px 7px 0 7px;
	position:relative;}

.topmenu .dropdown {
	font-family:'CartoGothicStdBold', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:54px;
	color:#325b7b;	
	z-index:1300;
	margin:0;
	padding:0;
	text-shadow:1px 2px 1px #fff}

.topmenu .dropdown li {
	display:block;
	float:left;
	margin:0;
	position:relative;
	list-style:none;
	padding:0 15px 0 0;
	margin:0 2px;
	background:url(./images/topmenu_line.png) right bottom no-repeat}

.topmenu .dropdown li.current-prev {
	background:none}

.topmenu .dropdown li a {
	display:block;
	color:#325b7b;
	height:54px;
	text-decoration:none;
	padding:0 10px 0 25px;}

.topmenu .dropdown li a span {
	display:block;
	padding-top:2px}

.topmenu .dropdown .current-menu-ancestor,
.topmenu .dropdown .current-menu-item{
	background:url(./images/topmenu_current.png) no-repeat scroll right -54px transparent;
	padding:0 15px 0 0;}

.topmenu .dropdown .current-menu-ancestor a,
.topmenu .dropdown .current-menu-item a {
	background:url(./images/topmenu_current.png) no-repeat scroll left 0 transparent;
	padding:0 10px 0 25px;
	cursor:pointer}

.topmenu .dropdown li a:hover,
.topmenu .dropdown .current-menu-item a,
.topmenu .dropdown .current-menu-item li a:hover,
.topmenu .dropdown .current-menu-item .current_page_item a,
.topmenu .dropdown .current-menu-ancestor a,
.topmenu .dropdown .current-menu-ancestor a:hover,
.topmenu .dropdown li li.current-menu-ancestor a,
.topmenu .dropdown li .current-menu-ancestor .current-menu-item a,
.topmenu .dropdown .menu-item-home.current-menu-item a, 
.topmenu .dropdown .menu-item-home a:hover{
	color:#ca2b63;}

.topmenu .dropdown .current-menu-item ul li a,
.topmenu .dropdown .current-menu-ancestor ul li a,
.topmenu .dropdown .current-menu-ancestor .current-menu-item li a,
.topmenu .dropdown .menu-item-home ul li a,
.topmenu .dropdown .current-menu-ancestor .current-menu-ancestor li a {
	color:#fefefe;
	background:url(./images/dropdown_1_line.png) center bottom no-repeat;}

.topmenu .dropdown li ul li a:hover,
.topmenu .dropdown .current-menu-ancestor ul li a:hover,
.topmenu .dropdown .current-menu-ancestor .current-menu-item a,
.topmenu .dropdown .current-menu-ancestor li .current-menu-item a,
.topmenu .dropdown li .current-menu-item a,
.topmenu .dropdown li.parent li a:hover,
.topmenu .dropdown .current-menu-ancestor .current-menu-ancestor a{
	color:#a4e8ed}

.topmenu .dropdown li ul {
	display:none;
	position: absolute;
	top: 42px;
	left:15px;
	z-index: 1308;
	width: 173px;
	padding:0;
	margin:0;
	font-family:'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	font-size:13px;
	text-shadow:1px 1px 1px #000;}

.topmenu .dropdown li ul li ul {
	display:none;
	position: absolute;
	top:-7px;
	left:169px !important;
	z-index: 1308;}

.topmenu .dropdown li.last ul li ul {
	left:-169px !important}

.topmenu .dropdown li ul li.first ul {
	top:9px}
	
.topmenu .dropdown li ul li,
.topmenu .dropdown li ul li.current-prev,
.topmenu .dropdown li .current-menu-item,
.topmenu .dropdown li .current-menu-ancestor {
	display:block;
	background:url(./images/dropdown_1_bg.png) 0 0 repeat-y;
	padding:0;
	width: 173px;
	margin:0;
	height:auto;
	clear:both;
	position:relative;
	line-height:1.3em}

.topmenu .dropdown li ul li ul li,
.topmenu .dropdown .current-menu-ancestor .current-menu-ancestor li,
.topmenu .dropdown li li .current-menu-item {
	background:url(./images/dropdown_1_bg2.png) 0 0 repeat-y;}

.topmenu .dropdown li ul .first,
.topmenu .dropdown li ul .current-prev.first {
	background:url(./images/dropdown_1_first.png) 0 top no-repeat;
	padding-top:10px}

.topmenu .dropdown li ul li ul .first,
.topmenu .dropdown .current-menu-ancestor .current-menu-ancestor .first {
	background:url(./images/dropdown_1_first2.png) 0 top no-repeat;
	padding-top:4px}
	
.topmenu .dropdown li ul .last {
	background:url(./images/dropdown_1_last.png) 0 bottom no-repeat;
	padding:0 0 6px 0;}

.topmenu .dropdown li ul li ul .last,
.topmenu .dropdown .current-menu-ancestor .current-menu-ancestor .last  {
	background:url(./images/dropdown_1_last2.png) 0 bottom no-repeat;}

.topmenu .dropdown .last ul li ul .first,
.topmenu .dropdown .last.current-menu-ancestor ul li ul .first {
	background:url(./images/dropdown_1_first3.png) 0 top no-repeat;
	padding-top:4px}

.topmenu .dropdown .last ul li ul li,
.topmenu .dropdown .last.current-menu-ancestor li li{
	background:url(./images/dropdown_1_bg3.png) 0 0 repeat-y;}

.topmenu .dropdown .last ul li ul .last,
.topmenu .dropdown .last.current-menu-ancestor li .last {
	background:url(./images/dropdown_1_last3.png) 0 bottom no-repeat;}

.topmenu .dropdown li ul li a,
.topmenu .dropdown li ul li.last ul li a,
.topmenu .dropdown li .current-menu-item a,
.topmenu .dropdown .current-menu-ancestor li a,
.topmenu .dropdown .current-menu-item li a {
	display:block;
	color:#fefefe;
	height: auto;
	padding:10px 15px 10px 16px;
	background:url(./images/dropdown_1_line.png) center bottom no-repeat;}

.topmenu .dropdown li ul li ul li a,
.topmenu .dropdown .current-menu-ancestor .current-menu-ancestor li a,
.topmenu .dropdown li li .current-menu-item a {
	background:url(./images/dropdown_1_line2.png) center bottom no-repeat;
	padding:10px 15px 10px 23px}

.topmenu .dropdown .last li li a,
.topmenu .dropdown .last.current-menu-ancestor li li a {
	background:url(./images/dropdown_1_line3.png) center bottom no-repeat;
	padding:10px 15px 10px 20px}

.topmenu .dropdown li ul li.last a,
.topmenu .dropdown li ul li ul .last a,
.topmenu .dropdown .current-menu-ancestor .last a,
.topmenu .dropdown .last.current-menu-ancestor li .last a {
	background:none}

.topmenu .dropdown li li a span {
	display:block;
	padding-top:0px}

.topmenu .dropdown li a:hover span {
	cursor:pointer}

.topmenu .dropdown li ul .parent span {
	background:url(./images/dropdown_1_arrow.png) 130px 4px no-repeat;
	padding-right:10px}

.topmenu .dropdown li ul .parent a:hover span {
	background:url(./images/dropdown_1_arrow.png) 131px 4px no-repeat;}

.topmenu .dropdown li ul .parent ul li span,
.topmenu .dropdown li ul .parent ul a:hover span {
	background:none;
	padding-right:0px}

.topmenu .dropdown li:hover ul li ul {
	display:none;}	

.topmenu .dropdown li:hover ul,
.topmenu .dropdown li:hover ul li:hover ul{
	display:block}
	
.preloader { 
	background:url(./images/loading.gif) center center no-repeat; 
	display:inline-block; }

/*----------------------------------------------*/
/* 2.2 Search */
/*----------------------------------------------*/
.widget_search label {
	display:none}

.widget_search {
	width:300px}

.sidebar .widget_search {
	width:265px}

.footer .grid_2 .widget_search {
	width:140px}

.widget_search input {
	border:none;
	margin:0;
	padding:0;
	float:left}

.widget_search #searchform {
	width:300px;
	height:32px;
	padding:0;
	position:relative}

.sidebar .widget_search #s {
	width:170px}

.widget_search cite {
	display:none}
	
.widget_search #s{
	border:2px solid #d0d0d0;
	background:#fff;
	color:#808080;
	height:18px;
	width:205px;
	padding:6px 5px 6px 5px;	
	margin:0;
	line-height:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;}

.widget_search #searchsubmit {
	width:67px;
	height:32px;
	float:left;
	margin:2px 0 0 5px;
	padding:0;
	color:#737373;
	text-shadow:0 1px 1px #fff;
	font-family:'CartoGothicStdBold', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	background:url(./images/buttons_submit_2.png) no-repeat;
	text-align:center;}

.footer .grid_2 .widget_search #searchform {
	width:140px}

.footer .grid_2 .widget_search #s{
	width:120px;
	padding:5px}

.footer .grid_2 .widget_search #searchsubmit {
	display:none}

/*----------------------------------------------*/
/* 2.3 Middle content */
/*----------------------------------------------*/
.middle {
	clear:both;
	background:url(./images/bg_content_mid.png) center center repeat-y;}

.middle .container_12 {
	min-height:300px;
	padding-bottom:45px;}

.middle_bot {
	background:url(./images/bg_content_bot.png) center top no-repeat;
	height:17px;}

.sidebarRight .container_12{
	background:url(./images/sidebar_menu_bg.jpg) 650px 0 no-repeat;}

.nobg .container_12{
	background:none !important}

.sidebarLeft .container_12{
	background:url(./images/sidebar_menu_bg_left.jpg) 10px 0 no-repeat;}

.container_12 {
	line-height:1.6em}
	
.container_12 a:hover {
	color:#ce205a}

.container_12 p {
	margin:0 0 18px 0}

.text-block-1 {
	padding:0 20px}

.title_icon {
	min-height:87px;
	margin-bottom:15px}
	
.title_icon img {
	float:right;
	margin-left:20px;}

.title_icon h2, .title_icon h3 {
	padding-top:15px;}

.title_black {
	color:#1a1a1a;
	text-shadow:1px 1px 1px #fff}

.link_arrow_left, .link_arrow_right, .link-more {
	color:#ca2b63;
	background:url(./images/arrow_pink_left.png) 0 7px no-repeat;
	padding:0 0 0 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic}

.link_arrow_right, 
.content .link-more {
	background:url(./images/arrow_pink_right.png) right 7px no-repeat;
	padding:0 13px 0 0;
	color:#ca2b63;}
	
/* cat title */
.cat_title {
	clear:both;
	background:url(./images/divider_line.gif) bottom repeat-x;
	padding-bottom:16px;
	margin:5px 0 20px;}

.cat_title a {
	text-decoration:none}	

.cat_title h2, .cat_title h1 {
	color:#474747;
	margin:0;
	font-family:'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	font-size:27px;
	float:left;}

.sort {
	width:150px;
	float:right;
	margin-bottom:-1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase}
	
.sort a {
	color:#676767;
	text-decoration:none;
	display:block;
	float:right;
	padding:5px 10px 10px 10px}

.sort a.active {
	background:url(images/sort_arrow.gif) center bottom no-repeat}

/*----------------------------------------------*/
/* 2.4 Sidebar  */
/*----------------------------------------------*/
.sidebar h3 {
	font-size:21px;
	color:#474747;
	font-family:'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	margin-bottom:10px}

.sidebar ul, .sidebar ol {
	margin:0;
	padding:0}

.sidebar ul li {
	list-style:none}

.sidebar_space {
	padding:10px }

.sidebar_baner {
	padding:15px 0}

/* Custom menu */
.tf_menu_left .inner{
	text-align:right;
	padding:0}

.tf_menu_right .inner {
	text-align:left;
	padding:0}

.tf_menu_left h3 {
	padding-right:30px}

.tf_menu_right h3 {
	padding-left:30px}

.tf_menu_left li,
.tf_menu_right li  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#3c444f;
	line-height:38px;}

.tf_menu_left li a,
.tf_menu_right li a {
	color:#3c444f;
	text-decoration:none;
	display:block;
	padding:0 30px 0 0;}

.tf_menu_right li a {
	padding:0 0 0 30px}

.tf_menu_left li a:hover,
.tf_menu_left .current-menu-item a, 
.tf_menu_left .current-menu-ancestor a {
	color:#804712;
	text-shadow:0 2px 1px #fff;
	background:url(images/tf_menu_left.gif) right bottom no-repeat;}

.tf_menu_left .current-menu-item a,
.tf_menu_right .current-menu-item a  {
	font-weight:bold}

.tf_menu_right li a:hover,
.tf_menu_right .current-menu-item a, 
.tf_menu_right .current-menu-ancestor a {
	color:#804712;
	text-shadow:0 2px 1px #fff;
	background:url(images/tf_menu_right.gif) left bottom no-repeat;}

.tf_menu_left .current-menu-ancestor a,
.tf_menu_right .current-menu-ancestor a {
	color:#3c444f}

.tf_menu_left li ul li a,
.tf_menu_left .current-menu-ancestor ul li a,
.tf_menu_right li ul li a,
.tf_menu_right .current-menu-ancestor ul li a{
	background:none;
	color:#3c444f;}
	
.tf_menu_left li ul .current-menu-item a,
.tf_menu_right li ul .current-menu-item a  {
	background:none;
	color:#804712;}

.tf_menu_left li ul,
.tf_menu_right li ul {
	margin-bottom:5px}
	
.tf_menu_left li ul li,
.tf_menu_right li ul li {
	font-size:13px;
	line-height:25px;
	padding:0 25px 0 0;
	background:url(images/arrow_submenu_left.gif) 233px 4px no-repeat}

.tf_menu_right li ul li {
	padding:0 0 0 25px;
	background:url(images/arrow_submenu_right.gif) 33px 4px no-repeat}

.tf_menu_left li ul li a,
.tf_menu_right li ul li a  {
	color:#555}

.tf_menu_left li ul li a:hover,
.tf_menu_right li ul li a:hover {
	color:#804712;
	background:none}

/* Flickr box */
.box_flickr {
	padding:5px}
	
.box_flickr h3 {
	
	font-size:20px;
	color:#3c444f;
	margin:10px 0 10px 10px}

.box_flickr ul {
	margin:0;}
	
.box_flickr li {
	display:block;
	float:left;
	margin:10px;}
	
.box_flickr li img {
	background:#fff;
	border:1px solid #848484;
	padding:5px}

/*----------------------------------------------*/
/* 2.5 Footer */
/*----------------------------------------------*/
.footer {
	
	color:#394547;
	font-size:12px;
	padding:50px 0 20px 0}

.footer .container_12 {
	min-height:140px;}

.footer a {
	color:#394547;}

.footer a:hover {
	color:#12a0a9}

.footer h3 {
	font-size:16px;
	color:#325b7b;
	margin:0 0 20px 0;
	padding:0}

.footer .widget-container h3,
.footer .widget-container .widget-title {
	margin:10px 0 5px 0}

.footer .widget-container {
	text-align:left}

.footer ul {
	margin:0;
	padding-bottom:10px;}
	
.footer ul li {
	list-style:none;
	margin-bottom:8px;}

.footer_logo {
	float:right;}
	
.copyright {
	text-align:right;
	padding:0 40px;
	font-size:11px;}

.copyright a {
	color:#12a0a9}

.copyright a:hover {
	color:#ce205a}

/*============================================================================================*/
/* 3. EXTENDED TYPOGRAPHY and SHORTCODES */
/*============================================================================================*/
/*----------------------------------------------*/
/* 3.1 Typographic Elements  */
/*----------------------------------------------*/
.text {
	color:#4c4c4c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.6em;
	padding-bottom:30px}

.text a {
	color:#954b07}

.text ul, .text ol {
	margin:5px 0 25px 35px}

.text ul li, .text ol li {
	margin-bottom:10px}

.text_deleted {
	text-decoration:line-through}

.title_border {
	border-bottom:1px solid #e5e5e5;
	padding-bottom:15px}

.black {
	color:#121212}
	
.box h1, .box h2, .box h3, .box h4, .box h5{
	color:#474747}

/* Blockquote */
.container_12 blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#12a0a9;
	font-size:15px;
	line-height:1.6em;
	margin:0 0 20px 0;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;}

.container_12 blockquote p {
	margin:0}

.container_12 blockquote .inner {
	padding:10px 0}

/* Columns in Content */
.box_border .col:first-child {
	margin-left:8px}

/* Framed boxes */
.frame_left, .frame_right, .frame_center, .frame_box {
	border:4px solid #ebebeb;
	margin:5px 0;}

.frame_box {
	display: inline-block}

.frame_black {
	border:4px solid #000000;}

.frame_left {
	float:left;
	display:block;
	margin:5px 20px 5px 0;}
	
.frame_right {
	float:right;
	display:block;
	margin:5px 0 5px 20px}

.frame_center {
	display:block;
	margin:5px auto;
	text-align:center}

/* Quotes */
.quoteBox-big {
	padding:10px;
	border:1px solid #dfdfdf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 3px black; 
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.1); 
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	background:url(./images/icons/icon_quotes.png) 10px 10px no-repeat #fff;}

.quoteBox-big .inner {
	padding:5px 0 0 35px}

.quote-title, .quote-author {
	color:#999;
	font-size:11px;
	text-transform:uppercase}

.quote-title{
	margin-bottom: 15px;}

.quote-author {
	text-align:right;
	color:#999;
	margin:5px 0 5px 0;
	font-family:'CartoGothicStdBook', Arial, Helvetica, sans-serif;}

.quote-author span {
	color:#ce205a}

.quote-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#4c4c4c;
	font-size:17px;
	font-style:italic;
	font-weight:normal;
	line-height:1.5em;}

.quoteBox .quote-text {
	color:#4c4c4c;
	padding:5px 10px 5px 45px;
	font-size:13px;
	line-height:1.5em;}

.quoteBox {
	background:url(./images/icons/icon_quotes.png) 0 10px no-repeat}
		
.quote_right, .quote_left {
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#ca2b63;
	font-size:19px;
	width:33%;
	padding:5px 0 5px 40px;
	line-height:1.4em}

.quote_left {
	float:left;
	padding:5px 40px 5px 0;}

.code {
	background:#fff;
	width:100%}
	
/* Toggle Contents */
.toggle, h3.toggle {
	cursor:pointer;
	margin:20px 0 10px 0;
	padding:0}

.toggle .ico {
	background:url(./images/icons/icon_toggle_hidden.png) 2px 0 no-repeat;
	width:12px;
	height:12px;
	font-size:10px;
	display:inline-block;
	margin-left:5px}

.toggle.active .ico {
	background:url(./images/icons/icon_toggle_open.png) 2px 0 no-repeat}

.toggle.box .ico {
	background:url(./images/icons/icon_plus2.gif) 0 0 no-repeat;}

.toggle.box.active .ico {
	background:url(./images/icons/icon_minus2.gif) 0 0 no-repeat}

.toggle_content {
	line-height:1.6em;
	padding-right:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px}

.toggle_content p, .entry .toggle_content p {
	margin:0 0 10px 0}

.toggle_content .faq_question {
	margin:5px 0 15px 0}

.toggle_content .faq_list {
	margin:10px 0 0 0}

.toggle.box,
h3.toggle.box {
	padding:10px 15px;
	color:#8ea5c4;
	font-size:17px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background:#f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e3e3e3));
	background: -moz-linear-gradient(top,  #f4f4f4,  #e3e3e3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e3e3e3');
	border:1px solid #dadada;
	position:relative;
	margin:20px 0 0 0 !important;
	display:block}

.toggle.box.box_green .ico,
.toggle.box.box_blue .ico {
	width:16px;
	height:16px;
	margin-top:-1px}

.toggle.box.box_green,
.toggle.box.box_blue {
	font-family:'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	filter: none;
	font-size:16px;
	color:#325b7b;
	font-style:normal;
	padding:10px 15px;
	margin-bottom:10px}

.toggle.box.box_green {
	background:#e4f0c3;
	color:#575d45;
	border:1px solid #e4f0c3;
	filter: none;}

.toggle.box.box_green .ico {
	background:url(./images/icons/icon_plus_white.gif) 0 0 no-repeat;}

.toggle.box.box_green.active .ico {
	background:url(./images/icons/icon_minus_white.gif) 0 0 no-repeat}

.toggle.box.box_blue {
	background:#ddf2f5;
	color:#325b7b;
	border:1px solid #ddf2f5;}

.toggle.box.box_blue .ico {
	background:url(./images/icons/icon_plus_white.gif) 0 0 no-repeat;}

.toggle.box.box_blue.active .ico {
	background:url(./images/icons/icon_minus_white.gif) 0 0 no-repeat}

.toggle.box.active {
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;}

.toggle.box .ico {
	position:absolute;
	top:14px;
	right:16px}

.boxed {
	background:#fff;
	margin:0;
	border:1px solid #dbdbdb;
	padding:20px}

.toggle_content .syntaxhighlighter {
	margin:0}

/*  Dropcaps  */
.dropcap1, .dropcap2 {
	color:#4c4c4c;
	display:block;
	float:left;
	font-size:30px;
	line-height:30px;
	font-style:italic;
	margin:0 10px 1px 0}

.dropcap2 {
	font-style:normal;
	font-size:39px;
	line-height:30px;
	margin:5px 5px 0 0}

/*----------------------------------------------*/
/* 3.2 Framed Tabs */
/*----------------------------------------------*/
.entry .tabs_framed {
	margin-bottom:20px;
	padding:1px}
	
.entry .tabs_framed .tabs {
	margin:0;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic}
	
.entry .tabs_framed .tabs li{
	list-style:none;
	margin:0;
	text-shadow:0px 1px 1px #fff;
	color:#474747}

.entry .tabs_framed .tabs li a {
	padding:0 20px;
	color:#474747;
	font-size:17px;}

.entry .small_tabs .tabs li a {
	padding:0 10px !important;}

.entry .small_tabs .tabs, 
.entry .small_tabs .tabs li, 
.entry .small_tabs .tabs li a {
	height:30px  !important;
	line-height:30px !important;
	font-size:14px;
	font-weight:bold;}

.entry .tabs_framed .tabcontent {
	padding:15px 20px;
	font-size:13px;
	background:#fff}

.entry .tabcontent h2,
.entry .tabcontent h3,
.entry .tabcontent h4 {
	margin:5px 0 10px 0}

.entry .tf_sidebar_tabs .tabcontent {
	padding:0}

.entry .tabs_framed .tabs .current {
	background:#fff;}

.entry .tabs_framed .tabs .current a {
	color:#ca2b63}

.entry .tabs_framed .tabs li {
	float:left;
	height: auto;
	display:block;}

.entry .tabs_framed .tabs li a {
	display:block;
	float:left;
	padding:0 20px;
	color:#666;
	text-decoration:none;
	height:51px;
	line-height:43px;
	background:url(./images/tabs_line.gif) right top no-repeat}

/*----------------------------------------------*/
/* 3.3 Custom Lists Styles */
/*----------------------------------------------*/
.entry ul {
	margin:10px 0 10px 20px;
	padding:0}

.entry ul li {
	margin-bottom:10px}

.list_check ul, 
.list_delete ul , 
.list_arrows ul,
.list_dots_blue ul{
	margin:0 0 20px 0px}

.list_check li {
	list-style:none;
	background:url(./images/icons/icon_check2.png) 0 0 no-repeat;
	margin:0 0 10px 0;
	line-height:25px;
	padding:0 0 0 32px}

.list_delete li {
	list-style:none;
	background:url(./images/icons/icon_x2.png) 0 0 no-repeat;
	margin:0 0 10px 0;
	line-height:25px;
	padding:0 0 0 32px}

.list_arrows li {
	list-style:none;
	background:url(images/arrow_green_right.png) 5px 7px no-repeat;
	margin:0 0 10px 0;
	line-height:25px;
	padding:0 0 0 22px}

.list_dots_blue li{
	list-style:none;
	background:url(./images/dot_blue.png) 10px 9px no-repeat;
	margin:0 0 8px 0;
	padding:0 0 0 22px}

.list_dots_blue li:hover {
	background:url(./images/dot_pink.png) 10px 9px no-repeat;}

/*----------------------------------------------*/
/* 3.4 Custom Box Styles */
/*----------------------------------------------*/
.download_box , 
.info_box,
.note_box,
.warrning_box {
	min-height:45px;
	font-size:14px;
	color:#4c4c4c;
	padding:15px 10px 15px 60px;
	background-repeat:no-repeat;
	font-style:italic;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif}

.download_box {
	background-image:url(images/download_box.png);
	background-position:10px 15px;
	padding:15px 10px 15px 65px;}
	
.info_box {
	background-image:url(images/info_box.png);
	background-position:10px 15px;}
	
.warrning_box {
	background-image:url(images/warrning_box.png);
	background-position:10px 15px;	
	padding:15px 10px 15px 65px}

.note_box {
	background-image:url(images/info_box.png);
	background-position:10px 15px;	
	padding:20px 10px 10px 65px;
	min-height:40px;
	font-size:17px}

/*----------------------------------------------*/
/* 3.5 Slideshow Gallery and Text  */
/*----------------------------------------------*/
.slideshow {
	clear:both;
	margin:10px 0 50px 0;
	position:relative}

.slideshow .slides_container {
	width:570px;
	display:none}

.slideGallery .slides_container .slide {
	height:270px;
	overflow:hidden}

.slideshow .slides_container .slide {
	width:570px;
	display:block;}
	
.slideshow .slides_container{
	border:4px solid #ebebeb;
	padding:0;
	background:#fff;
	overflow:hidden}

.entry .slideshow .slides_container img {
	border:none}

.slideshow.slideText .slides_container {
	width:600px}
	
.slideshow.slideText .slides_container .slide{
	padding:10px;
	width:580px}

.slideshow.slideText .slides_container .slide h2 {
	margin:0 0 10px 0}

.slideshow .pagination {
	margin:10px 5px 10px 225px;
	width:120px;
}

.slideshow .pagination li {
	float:left;
	margin:0 2px;
	list-style:none;
}

.slideshow .pagination li a {
	display:block;
	width:14px;
	height:0;
	padding-top:14px;
	background-image:url(./images/slideshow_pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.slideshow .pagination li.current a {
	background-position:0 -14px;
}

.content .slideshow .pagination li a {
	background-image:url(./images/slideshow_pagination.png);
	width:16px;
	height:0;
	padding-top:16px;}

.content .slideshow .pagination li.current a {
	background-position:0 -16px;}

/* testimonials slideshow */
.slideshow.slideQuotes,
.entry .slideshow.slideQuotes {
	background:url(./images/icons/icon_quotes.png) 5px 0 no-repeat;
	padding:8px 0 0 40px}

.slideshow.slideQuotes h3 {
	font-size:11px;
	text-transform:uppercase;
	color:#12a0a9;
	margin:0 0 10px 0}
	
.slideshow .link-more {
	background:none;
	padding:0;
	margin:0 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#12a0a9}

.slideshow.slideQuotes .slides_container {
	width:580px;
	margin-bottom:10px;
	border:none;
	padding:0;
	box-shadow:none; 
	-moz-box-shadow:none; 
    -webkit-box-shadow:none;
	overflow:hidden;}
	
.slideshow.slideQuotes .slides_container .slide{	
	width:560px;}


.slideshow.slideQuotes .prev,
.slideshow.slideQuotes .next {
	background:url(./images/arrows_slide.png) 0 0 no-repeat;
	display:block;
	width:7px;
	height:10px;
	overflow:hidden;
	text-indent:-400px;
	float:left;
	margin:0 5px 0 5px;
	position:relative;
	bottom:20px}

.slideshow.slideQuotes .prev {
	background:url(./images/arrows_slide.png) 0 -10px no-repeat;}

.slideshow.slideQuotes .prev:hover {
	background-position:-7px -10px}

.slideshow.slideQuotes .next:hover {
	background-position:-7px 0}
	
/*----------------------------------------------*/
/* 3.6 Mini Gallery  */
/*----------------------------------------------*/
.minigallery-list {
	position:relative;
	margin:10px 0}

.minigallery-list ul {
	margin:0;
	padding:0}

.minigallery-list ul li {
	margin:0;
	list-style:none;
	height:116px;
	display:block;
	float:left}
	
.minigallery ul li img,
.entry .minigallery ul li img {
	width:92px!important;
	height:92px;
	background:#fff;
	padding:4px;
	border:1px solid #e1e2e3;
	position:relative;
	z-index:1}

.minigallery.boxed {
	border:1px solid #f3f4f5;
	background:#f3f4f5;
	padding:20px 15px}

.minigallery.boxed a {
	position:relative;
	display:block}

.minigallery.boxed a img {
	position:relative;
	z-index:1}
	
.minigallery.boxed a span {
	background:url(./images/icons/icon_zoom.png) no-repeat;
	width:39px;
	height:39px;
	position:absolute;
	top:29px;
	left:29px;
	z-index:20;
	display:block;
	visibility:hidden
}

.minigallery.boxed a:hover span {
	visibility:visible}

/*----------------------------------------------*/
/* 3.7 Styled Tables  */
/*----------------------------------------------*/
.styled_table table {
	border: 1px solid #e3e3e3;
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-collapse:separate;
	margin:10px 0 20px;}
	
.styled_table table {
	border:1px solid #e3e3e3;}

.styled_table.shadow table {
	box-shadow: 0 0 3px black; 
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2); 
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);}
		
.styled_table table tr th	{
	background:#f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e3e3e3));
	background: -moz-linear-gradient(top,  #f4f4f4,  #e3e3e3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e3e3e3');
	color:#121212;
	font-size:17px;
	font-weight:normal;
	font-family:'CartoGothicStdBook', Arial, Helvetica, sans-serif;}
		
.styled_table table tr th, 
.styled_table table tr td	{
	border-top:1px solid #e3e3e3;
	padding:9px 15px;
	text-align:left}

.styled_table table tr {
	background:#fff}
		
.styled_table table tr:first-child th{
	border-top: 0;}

.table_gray table {
	border:1px solid #e3e3e3;}
.table_gray table tr th {
	background:#f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e3e3e3));
	background: -moz-linear-gradient(top,  #f4f4f4,  #e3e3e3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e3e3e3');}

.table_pink table {
	border:1px solid #ca2b63;}
.table_pink table tr th {
	background:#b22657;
	background: -webkit-gradient(linear, left top, left bottom, from(#ca2b63), to(#b22657));
	background: -moz-linear-gradient(top,  #ca2b63,  #b22657);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca2b63', endColorstr='#b22657');
	color:#fff}
.table_pink table tr td {
	border-top:1px solid #f4d5e0;}

.table_turquoise table {
	border:1px solid #12a0a9;}
.table_turquoise table tr th {
	background:#108d95;
	background: -webkit-gradient(linear, left top, left bottom, from(#12a0a9), to(#108d95));
	background: -moz-linear-gradient(top,  #12a0a9,  #108d95);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#12a0a9', endColorstr='#108d95');
	color:#fff}
.table_turquoise table tr td {
	border-top:1px solid #d0ecee;}

.table_white table {
	border:1px solid #ececec;}
.table_white table tr td {
	border-top:1px solid #f0f0f0;}
.table_white table tr th {
	background:#ececec;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec));
	background: -moz-linear-gradient(top,  #ffffff,  #ececec);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec');}

.table_brown table {
	border:1px solid #7a481d;}
.table_brown table tr td {
	border-top:1px solid #e7dcd2;}
.table_brown table tr th {
	background:#7a481d;
	background: -webkit-gradient(linear, left top, left bottom, from(#ae6628), to(#7a481d));
	background: -moz-linear-gradient(top,  #ae6628,  #7a481d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae6628', endColorstr='#7a481d');
	color:#fff}

.table_blue table {
	border:1px solid #4a98d9;}
.table_blue table tr td {
	border-top:1px solid #d3dee8;}
.table_blue table tr th {
	background:#2d7cbe;
	background: -webkit-gradient(linear, left top, left bottom, from(#4a98d9), to(#2d7cbe));
	background: -moz-linear-gradient(top,  #4a98d9,  #2d7cbe);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a98d9', endColorstr='#2d7cbe');
	color:#fff}

.table_green table {
	border:1px solid #5ebf24;}
.table_green table tr td {
	border-top:1px solid #dff2d3;}
.table_green table tr th {
	background:#53a920;
	background: -webkit-gradient(linear, left top, left bottom, from(#5ebf24), to(#53a920));
	background: -moz-linear-gradient(top,  #5ebf24,  #53a920);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ebf24', endColorstr='#53a920');
	color:#fff}
	
.table_dark_gray table {
	border:1px solid #474747;}
.table_dark_gray table tr td {
	border-top:1px solid #dadada;}
.table_dark_gray table tr th {
	background:#3f3f3f;
	background: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#3f3f3f));
	background: -moz-linear-gradient(top,  #4c4c4c,  #474747);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#3f3f3f');
	color:#fff}

.table_orange table {
	border:1px solid #eb8e21;}
.table_orange table tr td {
	border-top:1px solid #f6e2cc;}
.table_orange table tr th {
	background:#cf7d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#eb8e21), to(#cf7d1d));
	background: -moz-linear-gradient(top,  #eb8e21,  #cf7d1d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb8e21', endColorstr='#cf7d1d');
	color:#fff}

.table_purple table {
	border:1px solid #bf3795;}
.table_purple table tr td {
	border-top:1px solid #e8d3e2;}
.table_purple table tr th {
	background:#aa2e84;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf3795), to(#aa2e84));
	background: -moz-linear-gradient(top,  #bf3795,  #aa2e84);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf3795', endColorstr='#aa2e84');
	color:#fff}

/*----------------------------------------------*/
/* 3.8 Text Highlights  */
/*----------------------------------------------*/
.highlight_yellow {
	background:#fcff00}

.highlight_brown {
	background:#6b4119;
	color:#fff}

.highlight_blue {
	background:#215988;
	color:#fff}

.highlight_black {
	background:#353535;
	color:#fff}

.highlight_purple {
	background:#88276a;
	color:#fff}
	
/*============================================================================================*/
/* 4. EXTENDED ELEMENTS */
/*============================================================================================*/
/*----------------------------------------------*/
/* 4.1 Newsletter box */
/*----------------------------------------------*/
.newsletterBox .inner {
	padding:0}
	
.newsletterBox,
.widget-container.newsletterBox  {
	position:relative;
	padding:10px 20px 20px 20px;
	background:url(./images/newsletter_bg.gif) no-repeat;
	width:250px;
	height:120px;}

.box.big  {
	padding-top:20px;
	padding-bottom:20px}
	
.newsletterBox h2, 
.entry .newsletterBox h2 {
	color:#333;
	margin:0 40px 0 0;
	height:40px;
	padding:0;
	font-size:19px;
	line-height:35px}

.newsletterBox .before-text {
	font-size:12px;
	color:#808080;
	line-height:1.3em;
	padding:0 0 15px 0}

.newsletterBox .ribbon {
	position:absolute;
	background:url(./images/ribbon_mail.png) no-repeat;
	width:30px;
	height:51px;
	top:-4px;
	right:20px}

.newsletterBox input {
	float:left;
	border:none;
	padding:0;
	margin:0;
	line-height:20px}
	
.newsletterBox .btn-submit {
	background:url(./images/newsletter_input.png) right no-repeat;
	width:35px;
	height:32px;}
	
.newsletterBox .inputField {
	background:url(./images/newsletter_input.png) left no-repeat;
	width:197px;
	height:22px;
	padding:5px 8px}

.sidebar .newsletterBox {
	width:230px;
	margin:40px 0 0 30px}
	
.sidebarLeft .sidebar .newsletterBox {
	margin:40px 30px 0 0}
	
.sidebar .newsletterBox .inputField {
	width:177px}

.footer .grid_2 .newsletterBox {
	width:130px;
	padding:5px 5px 20px 5px;
	background:#f5f6f6;
	border:1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}	

.footer .grid_2 .newsletterBox .ribbon {
	right:5px}
	
.footer .grid_2 .newsletterBox h2,
.footer .grid_2 .newsletterBox h3 {
	font-size:16px;
	line-height:1.2em;
	margin:0 30px 5px 0;}

.footer .grid_2 .newsletterBox .before-text {
	font-size:10px;}
	
.footer .grid_2 .newsletter_text {
	padding-top:3px;
	font-size:11px}

.footer .grid_2 .newsletterBox .inputField {
	width:84px;
	padding:5px}
	
.footer .grid_2 .newsletterBox .btn-arrow {
	width:20px;
	height:36px;
	margin:0;
	background:url(images/arrow_green_right.png) center center no-repeat #1f2328;
	text-indent:-300px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;}

/*----------------------------------------------*/
/* 4.2 Advertise Baners  */
/*----------------------------------------------*/
.adv_sidebar_300x250 {
	text-align:center;
	margin:0 0 20px 0}

.adv_head_728x90 {
	text-align:center;
	padding:12px 0 0 0}

.adv_mid_468x60 {
	padding:0 0 30px 0;
	text-align:center}

.adv_sidebar_125x125 .adv_125x125 {
	float:left;
	margin:12px 14px}

/*----------------------------------------------*/
/* 4.3 TF sidebar tabs  */
/*----------------------------------------------*/
.tf_sidebar_tabs {
	margin:15px 0 25px}

.tf_sidebar_tabs ul {
	margin:0;}
	
.tf_sidebar_tabs li {
	margin:0;
	padding:0;
	list-style:none}

.tabs_framed {
	border:1px solid #dcdcdc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;}

.sidebar .tf_sidebar_tabs {
	margin-left:35px;}

.sidebarLeft .sidebar .tf_sidebar_tabs {
	margin-left:0;
	margin-right:35px;}

.sidebar .tf_sidebar_tabs .tabs {
	font-family:'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#474747;
	font-size:14px}

.sidebar .tf_sidebar_tabs .tabs li a {
	padding:0 20px;}

.tabs {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:url(./images/tabs_bg.gif) 0 0 repeat-x;}

.tabs, .tabs li, .tabs li a {
	height:51px;
	font-size:13px}

.tabs li {
	float:left;
	display:block;}

.tabs li a {
	display:block;
	float:left;
	padding:0 25px;
	color:#666;
	text-decoration:none;
	line-height:43px;
	background:url(./images/tabs_line.gif) right top no-repeat}

.tabs li a:hover {
	color:#000}

.tf_sidebar_tabs .tabs li a {
	background:url(./images/tabs_line.gif) left top no-repeat;
	padding:0 25px;}

.tf_sidebar_tabs .tabs li:first-child a {
	background:none}

.tabs li.current {
	background:url(./images/tabs_bg_a.gif) center 0 no-repeat}

.tabs li.current a {
	color:#000;}

.tabcontent {
	clear:both;}

.post_list .odd {
	background:#f0f0f0}

.post_list li {
	clear:both;
	padding:10px 12px 10px 18px;
	font-size:13px;
	min-height:55px;
	background:#fff}

.post_list li a {
	text-decoration:none;
	color:#3c444f}

.post_list .date {
	color:#a9a9a9;
	font-style:italic;
	padding-top:3px;
	font-size:12px;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif}

.post_list .thumbnail {
	float:right;
	margin-left:10px;
	border:none !important}

/*----------------------------------------------*/
/* 4.4 FaceBook Activity  */
/*----------------------------------------------*/
.fb_container {
	background:#f0f0f0;
	border:1px solid #dcdcdc;
	padding:10px;}

.fbBox {
	background:#fff;
	padding:5px}

.fb_title {
	margin-bottom:8px;
	background:#fff}

.box .fbConnectWidgetTopmost {
	border:1px solid #ececec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-color:#000 !important;}

/*----------------------------------------------*/
/* 4.5 FAQ List and Payment Box */
/*----------------------------------------------*/
.faq_list {
	margin:0 0 10px 0}

.faq_list h2, .faq_list h3,
.payment_box h2, .payment_box h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom:20px;
	font-size:23px;
	color:#ca2b63}

.faq_question {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ca2b63;
	font-size:17px;
	font-style:italic;}

.faq_q {
	margin:0 3px 2px 0;
	font-size:17px}

.faq_question.active {
	color:#ca2b63}
	
.faq_answer {
	margin:0 0 30px 0;}

.payments_text {
	font-size:12px;
	color:#3c444f;}

/*----------------------------------------------*/
/* 4.6 Contact Form  */
/*----------------------------------------------*/
.contact-form {
	padding:20px 0 20px 10px;}

.text .contact-form h2 {
	font-size:25px;}

.contact-form {
	font-size:13px}

.contact-form .row {
	padding:10px 0}

.contact-form .inputtext, .contact-form select, .contact-form textarea {
	color:#474747;
	margin:5px 0;
	padding:7px 10px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background:#f5f5f5}

.contact-form .field_text .inputtext {
	width:250px;
	margin-right:40px}

.contact-form .omega .inputtext {
	margin-right:0}
	
.contact-form .ui-selectmenu {
	margin-right:40px}

.contact-form .field_select .select_styled {
	width:270px !important;
	padding:0}

.contact-form .field_textarea textarea {
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:0;
	resize:none}

.contact-form label {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#12a0a9;
	font-style:italic;}

.reset-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	display:block;
	float:right;
	padding:10px 40px 0 0;}
	
.contact-form .reset-link a {
	color:#929292;
	text-decoration:none;}

.contact-form .reset-link a:hover {
	color:#ce205a;}

.contact-form .field_submit {
	padding:0}

/*============================================================================================*/
/* 5. WIDGETS */
/*============================================================================================*/

/* Widget Calendar  */
.widget_calendar table { border-collapse: collapse; border-spacing:0; width:99%; padding:2px 0;}
.widget_calendar table{margin:5px 2px; }
.widget_calendar table th{border:1px solid #eee; background:#f6f6f6; font-size:13px}
.widget_calendar table td{color:#888;border:1px solid #eee;}
.widget_calendar table {border:1px solid #eee;}
.widget_calendar caption { padding-bottom:5px}
.widget_calendar table a { color:#12a0a9; font-size:15px}
.widget_calendar table tfoot td { border:none;  background:#fff;}
.widget_calendar table caption {
	font-size:21px;
	font-family:'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#474747;}

.footer .widget_calendar table caption {
	font-size:14px;}

.footer .widget_calendar thead th {
	margin:0;
	border:none;}

.footer .widget_calendar table {
	border:1px solid #ccc;
	background:#fff;
	margin:0;
	font-size:10px}

.footer .widget_calendar table tbody .pad {
	background:none;}

.footer .widget_calendar table tbody td {
	border:1px solid #ccc;
	padding:1px;
	font-size:11px}

.footer .widget_calendar table th,
.footer .widget_calendar table tfoot td {
	border:1px solid #ccc;
	background:#fff;
	font-size:11px;
	padding:1px}

.footer .widget_calendar table a,
.footer .widget_calendar table tbody a {
	color:#12a0a9;
	font-weight:bold;
	font-size:10px}

/* widget pages */
.sidebar .widget-container.widget_pages {
	padding:20px 0 20px 0;
	margin:0;
	border-bottom:none}

.sidebar .widget-container.widget_pages h3 {
	margin-left:35px}

.sidebarLeft .sidebar .widget-container.widget_pages h3 {
	margin-left:0;}

.sidebar .widget_pages ul li,
.sidebar .widget_pages ul li:hover {
	padding:0 0 0 35px;
	background: none;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;}

.sidebarLeft .sidebar .widget_pages ul li,
.sidebarLeft .sidebar .widget_pages ul li:hover {
	padding:0 0 0 0;}

.sidebar .widget_pages ul li:first-child a{
	background:none}

.sidebar .widget_pages ul li a {
	color:#12a0a9;
	padding:10px 0;
	display:block;
	background:url(./images/nav_menu_line.png) top repeat-x}

.sidebar .widget_pages ul li span {
	background:url(./images/dot_blue.png) 0 8px no-repeat;
	padding-left:17px}

.sidebar .widget_pages ul li a:hover span,
.sidebar .widget_pages ul .current-menu-item span,
.sidebar .widget_pages ul .current_page_item span {
	background:url(./images/dot_pink.png) 0 8px no-repeat;}

/* widget nav menu */
.sidebar .widget-container.widget_nav_menu {
	padding:30px 0 10px 0;
	min-height:300px;
	border-bottom:none;
	margin:0}

.sidebarLeft .sidebar .widget-container.widget_nav_menu {
	text-align:right;
	padding:30px 0 10px 0;}

.sidebar .widget_nav_menu h3, .sidebar .widget_nav_menu .widget-title {
	font-size:21px;
	text-transform:none;
	padding:20px 20px 10px 30px}

.sidebar .widget_nav_menu ul {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;}

.sidebar .widget_nav_menu ul li {
	padding:0 0 0 30px;
	background: url(images/dot_blue.gif) 0 7px no-repeat;
	margin:0}	
	
.sidebar .widget_nav_menu ul li a {
	color:#12a0a9;
	padding:10px 0;
	display:block;
	background:url(./images/nav_menu_line.png) top repeat-x}

.sidebar .widget_nav_menu ul li.current-menu-item a,
.sidebar .widget_nav_menu ul li:first-child.current-menu-item a{
	color:#ca2b63}

.sidebar .widget_nav_menu ul li:first-child a,
.sidebar .widget_nav_menu ul li:hover,
.sidebar .widget_nav_menu ul .current-menu-item {
	background:none}

.sidebar .widget_nav_menu ul li a:hover {
	color:#ca2b63;}

.sidebar .widget_nav_menu ul li span {
	background:url(./images/dot_blue.png) 0 8px no-repeat;
	padding-left:17px}

.sidebar .widget_nav_menu ul li a:hover span,
.sidebar .widget_nav_menu ul li.current-menu-item span {
	background:url(./images/dot_pink.png) 0 8px no-repeat;}

/* Widget Contact Info  */
.widget-container.widget_contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#b4b4b4;
	font-style:italic;
	width:270px;
	margin:10px 0 15px 0}

.sidebar .widget-container.widget_contact {
	margin:0;
	border-bottom:none;
	width:300px}

.widget-container.widget_contact .inner {
	border:1px solid #e1e1e1;
	background:#f4f4f4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:5px 15px;}

.content .col_1_2 .widget_contact {
	width:270px}

.widget_contact .contact-phone,
.widget_contact .contact-mail,
.widget_contact .contact-address {
	background:url(./images/contact_line.gif) 0 top repeat-x;
	padding:12px 0;
	clear:both;
	line-height:1.4em}

.widget_contact .contact-phone {
	background:none}	

.widget_contact .contact-phone label,
.widget_contact .contact-mail label,
.widget_contact .contact-address label {
	background:url(./images/icons/icon_phone_small.png) 0 2px no-repeat;
	padding-left:22px;
	margin-right:3px}

.widget_contact .contact-mail label {
	background-image:url(./images/icons/icon_mail_small.png);}

.widget_contact .contact-address label {
	background-image:url(./images/icons/icon_map_small.png);}
	
.widget_contact .contact-phone strong {
	font-size:17px;
	color:#ce205a;
	font-weight:normal}

.widget_contact .contact-mail a,
.widget_contact .contact-address a {
	font-size:16px;
}


/* Widget Social Contacts  */
.sidebar .widget-container.widget_social_contacts {
	border:1px solid #dde8e9;
	background:#e2f4f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:5px 15px;
	margin:0}
		
.sidebar .widget-container.widget_social_contacts h3 {
	color:#474747;
	padding:10px 0 10px 5px;}

.social-box {
	padding:0 5px;}

.social-box .row {
	clear:both;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:14px 0 12px 0;
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	color:#325b7b;
	background:url(./images/social_contacts_line.gif) top repeat-x}

.social-box .row:first-child {
	background:none}

.social-box .row a {
	color:#ce205a;
	text-decoration:none;
	font-size:17px;
	line-height:17px}

.social-box .row span {
	padding-left:25px;
	line-height:16px;
	height:16px;
	display:block;
	float:left}

.social-facebook span {
	background:url(./images/icons/contact_social.png) 0 0 no-repeat}

.social-skype span {
	background:url(./images/icons/contact_social.png) 0 -16px no-repeat}

.social-twitter span {
	background:url(./images/icons/contact_social.png) 0 -32px no-repeat}
	
.social-linkedin span {
	background:url(./images/icons/contact_social.png) 0 -48px no-repeat}
	
.social-flickr span {
	background:url(./images/icons/contact_social.png) 0 -64px no-repeat}

/* social in content */
.social_content {
	font-family:'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	font-size:14px;}

.social_content label {
	display:block;
	float:left;
	padding:0 5px 0 20px;
	line-height:26px;}

.social_content img {
	margin:0 15px}

.social_like {
	padding:3px 0 0 0}
	
/* Sidebar Widget Container  */
.sidebar .box{
	margin:20px 0 0 30px}

.widget-container {
	margin-bottom:40px;
	position:relative}

.sidebar .widget-container .widget_icon {
	position:absolute;
	top:0;
	right:0}

.footer .widget-container {
	margin-bottom:20px}
		
.sidebar .widget-container h3 {
	margin:0 0 15px 0;
	font-size:21px;
	font-family:'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#474747;
	line-height:1.2em}

.sidebar .widget-container {
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:40px 0 40px;
	margin:0 0 0 35px;
	border-bottom:1px solid #f0f0f0}

.sidebarLeft .sidebar .widget-container {
	margin:0 35px 0 0;
	text-align:right}

.sidebarLeft .sidebar .widget-container li,
.sidebarLeft .sidebar .widget-container li:hover,
.sidebarLeft .sidebar .widget-container .current-menu-item {
	background:none;
	padding:0}

.sidebar .widget-container ul {
	margin:0;}

.sidebar .widget-container li {
	list-style:none;
	margin:0 0 10px 0;
	background: url(./images/dot_blue.png) 0 8px no-repeat;
	padding:0 0 0 15px;
	font-style:italic}

.sidebar .widget-container li a {
	color:#12a0a9;}

.sidebar .widget-container li a:hover,
.sidebar .widget-container .current-menu-item a,
.sidebar .widget-container .current_page_item a{
	color:#ca2b63;}

.sidebar .widget-container li:hover,
.sidebar .widget-container .current-menu-item {
	background: url(./images/dot_pink.png) 0 8px no-repeat;}

.sidebar .widget-container ul li ul{
	margin:10px 0 0 0;}

.sidebar .widget-container ul li ul li {
	padding-left:15px;
	margin-bottom:7px}

/* widget text */	
.sidebar .widget_text .textwidget {
	font-size:15px;
	line-height:1.4em;
	color:#808080}

/* widget tag cloud */	
.sidebar .widget_tag_cloud .tagcloud {
	line-height:1.7em;
	font-style:italic}
	
.sidebar .widget_tag_cloud .tagcloud a {
	color:#12a0a9}

.sidebar .widget_tag_cloud .tagcloud a:hover {
	color:#ca2b63}

/* Twitter  widget */
.twitter ul {
	margin:15px 0;
	padding:0}

.twitter li {
	background:url(./images/icons/icon_twitter_blue.png) 0 1px no-repeat;
	padding-left:32px;
	list-style:none;
	margin-bottom:15px !important;
	color:#12a0a9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	min-height:24px}

.twitter li a {
	text-decoration:none;}

.sidebar .twitter h3 {
	padding-left:30px}

.sidebar .widget {
	margin-bottom:30px}

/* Flickr  widget */
.flickr ul{
	margin:10px 0;
	padding:0}

.flickr li {
	margin:4px 14px 10px 0;
	list-style:none;
	display:block;
	float:left}
	
.flickr li img {
	width:75px !important;
	height:75px;
	border:none !important}

.sidebar .flickr .flickr_badge_image,
.footer .flickr .flickr_badge_image{
	float:left;
	margin:5px}

.sidebar .flickr .flickr_badge_image img {
	width:55px;
	height:55px;}

.footer .flickr .flickr_badge_image img {
	width:55px !important;
	height:55px !important;}

/* Popular/Recent Posts widget */
.widget_recent_posts ul, 
.widget_popular_posts ul {
	margin:10px 0;
	padding:0;}

.widget_recent_posts ul li,
.widget_popular_posts ul li {
	list-style:none;
	clear:both;
	margin-bottom:40px;
	margin-top:20px;}

.footer .widget_recent_posts ul li,
.footer .widget_popular_posts ul li {
	margin-bottom:10px}

.widget_recent_posts .post-meta,
.widget_popular_posts .post-meta  {
	padding:5px 0 10px 0;
	text-align:left;
	font-size:13px;
	color:#a6a3a3;
	margin:0}

.widget_recent_posts .post-meta a,
.widget_popular_posts .post-meta a {
	color:#ca2b63}

.widget_recent_posts ul li img,
.widget_popular_posts ul li img {
	width:75px;
	height:75px;
	float:left;
	margin:2px 10px 0 0;
	border:none !important}

.widget_recent_posts ul li .post-title,
.widget_popular_posts ul li .post-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#474747;
	font-size:17px;
	margin-bottom:5px}

.widget_recent_posts ul li .post-title:hover,
.widget_popular_posts ul li .post-title:hover {
	color:#ca2b63} 

.widget_recent_posts .date,
.widget_popular_posts .date {
	color:#999;
	padding-top:3px;
	font-size:12px;
	line-height:12px;}
	
.extras {
	line-height:1.4em;
	padding-top:5px;
	padding-bottom:15px}

/* Search widget in text */
.entry .search_box {
	height:35px;
	margin:15px 0}

.entry .newsletterBox {
	margin:10px 0 20px}

.entry .search_box input {
	float:left}	
	
.entry .btn-search {
	background: url(images/btn_arrow.gif) 0 center no-repeat;
	width:28px;
	height:30px;
	text-indent:600px;
	overflow:hidden;
	margin:0;
	padding:0;
	margin-left:-6px}
	
.entry .search_box .inputField {
	height:18px;
	line-height:18px;
	width:190px;
	border:1px solid #3e3e3e;}

/* Login Form widget */
.widget_login {
	width:260px}
	
.widget_login form {
	background:#f0f0f0;
	padding:20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;}

.widget_login input {
	border:2px solid #d0d0d0;
	background:#fff;
	color:#808080;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	padding:6px 5px;
	width:200px}

.widget_login form label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#999}

.widget_login p {
	margin:0 0 15px 0 !important;}

.widget_login .forgetmenot {
	font-size:12px;
	line-height:1.2em;
	float:left;
	display:block}

.widget_login .forgetmenot input {
	margin:0 3px 0 0;
	float:left;
	width:auto;
	border:none;
	padding:0}

.widget_login .submit {
	margin:0 !important;
	clear:both}
	
.widget_login .submit input {
	width:132px;
	height:32px;
	line-height:32px;
	padding:0 0 2px 10px;
	color:#737373;
	font-family:'CartoGothicStdBold', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	text-shadow:0 1px 1px #fff;
	text-transform:uppercase;
	border:none;
	background: url(./images/buttons_login.png) no-repeat;
	margin:0}
	
.widget_login .submit input:hover {
	color:#333}

.widget_login .forget_password {
	display:block;
	float:left;
	padding-left:15px;
	line-height:14px}
	
.widget_login .forget_password a {
	color:#12a0a9;
	font-family:'CartoGothicStdBold', Arial, Helvetica, sans-serif;
	font-size:13px}

.widget_login .forget_password a:hover {
	color:#ca2b63} 

/* Reservetion Form */
.widget_reservation {
	clear:both;}

.reservationForm .col_1_2 {
	width:300px;}

.reservationForm .row {
	padding:5px 0 15px 0}

.reservationForm .inputtext,
.reservationForm select {
	color:#333;
	font-weight:normal;
	background:#ececee;
	margin:5px 0;}

.reservationForm .inputtext {
	width:230px;
	padding:7px 8px}
	
.reservationForm .field_select select {
	width:246px}

.reservationForm .field_date {
	width:230px}

.reservationForm label {
	color:#404040;}

.reservationForm .split_1, .reservationForm .split_2 {
	width:90px;
	margin-right:20px;
	float:left}

.reservationForm .split_2 {
	margin-right:0}

.reservationForm .field_select .split_1 select,
.reservationForm .field_select .split_2 select {
	width:90px;}

.reservationForm .field_submit {
	padding:20px 0;
	clear:both}

.reservationForm .notice {
	margin:0;
	background:url(./images/icons/icon_warning.png) 15px 30px no-repeat #f4f4f4;
	padding:20px 15px 15px 65px;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:12px;}
	
.reservationForm .btn-send {
	background:url(./images/btn_send_pink.png) 0 0 no-repeat;
	width:184px;
	height:30px;
	line-height:25px;
	text-align:center;
	padding:0 20px;}

.notice_table {
	font-size:12px;
	color:#808080;
	line-height:14px;
	font-style:italic;
	text-align:right;
	padding-top:6px}
	
.square-green, .square-disable {
	background:url(./images/icons/icon_square_blue.gif) 0 2px no-repeat;
	padding-left:15px;}

.square-green {
	float:left}

.square-disable{
	background:url(./images/icons/icon_square_white.gif) 0 2px no-repeat;}

.valid{border:1px solid #70A41B!important; overflow:hide;} /*#70A41B*/
.error {overflow:hide; border:1px solid red!important; }
#reservationForm p.sending, #reservationForm p.textconfirm, #reservationForm p.texterror { display:none; }
#reservationForm p.sending img { border:none}
#reservationForm #sending { padding: 10px 0 10px 300px; }
#reservationForm p.notice.textconfirm { background:url(images/ok.jpg) 0 6px no-repeat; }


/*============================================================================================*/
/* 6. POSTS */
/*============================================================================================*/
/*----------------------------------------------*/
/* 6.1 Blog post list  */
/*----------------------------------------------*/
.post-item {
	clear:both;
	margin:0;
	padding:0 0 10px 0}

.post-detail {
	border-bottom:none}
	
.post-item h1, .post-item h2 {
	font-family:"Century Gothic", 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	line-height:1.2em;
	font-size:27px;
	margin:0 0 10px 0
}

.post-item h2 a  {
	color:#3c444f;	
	text-decoration:none}

.post-item h2 a:hover {
	color:#ca2b63;}

.date-box {
	float:right;
	width:60px;
	padding-top:7px;
	line-height:17px;
	color:#cbcbcb;
	font-family:'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	margin-left:10px;}

.post-meta {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#404040;
	font-size:14px;
	line-height:1.4em;
	padding:5px 10px 10px 0;
	text-align:right}

.post-detail .post-meta {
	text-align:left}

.post-meta .tags {
	padding-top:10px;
	text-align:left;}

.post-meta .tags a {
	color:#12a0a9;}
	
.post-meta .tags a:hover {
	color:#ca2b63}

.post-meta .separator {
	padding:0 4px;
	color:#c7c7c7}

.post-meta .icon_cat {
	float:right}

.post-meta .icon_cat a:hover {
	border-bottom:1px dotted #ccc}

.post-meta .author {
	color:#12a0a9}

.link-comments {
	color:#12a0a9;
	text-decoration:none}

.post-detail .link-comments {
	color:#ca2b63}

.entry {
	color:#808080;
	padding:5px 0 5px 0;
	line-height:1.6em;}

.grid_8 .entry img {
	max-width:612px;
	border:4px solid #ebebeb}

.grid_8 .entry .gmnoprint img,
.grid_8 .entry .map img  {
	max-width:none}

.entry p {
	margin:5px 0 20px 0;
	font-weight: normal;
	color:#333;
}

.entry a {
	color:#12a0a9}
	
/*----------------------------------------------*/
/* 6.2 Pagination and Navigation */
/*----------------------------------------------*/
/* posts navigation */
.other_posts {
	background:#f5f6f6;
	height:70px;
	margin:10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	line-height:20px;
 	position:relative;
	font-style:italic}

.other_posts a:hover {
	color:#ca2b63}

.other_posts .prev, .other_posts .next {	
	color:#474747;
	position: absolute;
	top:25px;
	height:20px;
	line-height:20px;
	display:block;
	text-shadow:1px 1px 1px #fff}
	
.other_posts .prev {
	background:url(./images/navi_arrow_left.png) left 2px no-repeat;
	padding-left:20px;
	left:20px}

.other_posts .next {
	background:url(./images/navi_arrow_right.png) right 2px no-repeat;
	padding-right:20px;
	right:20px}
	
.link-back, .link-next {
	background:url(./images/navi_arrow_left.png) left 0 no-repeat;
	color:#12a0a9;
	float:left;
	padding:0 0 0 23px}

.link-next {
	background:url(./images/navi_arrow_right.png) right 0 no-repeat;
	padding:0 23px 0 0}

.header_thin .link-back, 
.header_thin .link-next {
	margin-top:40px}

.header_thin .link-back:hover,
.header_thin .link-next:hover {
	color:#627ea2}

.social_buttons_top {
	float:right;}

/*----------------------------------------------*/
/* 6.3 Author description */
/*----------------------------------------------*/
.author-box {
	clear:both;
	margin:20px 0;}

.author-box h3 {
	font-size:23px;}
	
.author-description {
	background:#f0f0f0;
	padding:15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}

.author-image {
	float:left;
	width:110px;
	height:110px;
	margin-right:20px}

.author-image img {
	width:100px;
	height:100px;
	border:4px solid #fff !important;}

.author-text {
	float:left;
	width:460px;}	

.author-text h4,
.entry .author-text h4 {
	color:#12a0a9;
	font-size:16px;
	text-transform:uppercase;
	margin:0 0 10px 0!important;
	font-family:'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	font-style:normal}

.author-contact {
	color:#12a0a9;
	line-height:22px;
	font-family:'CartoGothicStdBook', Arial, Helvetica, sans-serif;}

.author-contact label {
	display:inline-block;
	float:left;
	margin-right:20px}

.author-contact img,
.entry .author-contact img  {
	margin:0 1px;
	border:none}

/*----------------------------------------------*/
/* 6.4 Comment list */
/*----------------------------------------------*/
.comment-list {
	margin-top:10px;
	position:relative;
	padding:10px 0 10px 0}

.comment-list ol, .comment-list ul {
	margin:0;
	padding:0}

.comment-list ol {
	margin-bottom:20px;
	padding-bottom:10px}

.comment-list ol li:first-child {
	border:none}
	
.comment-list ul li,
.comment-list ol li,
.comment-list ol li ul li:first-child {
	margin:20px 0 0 0;
	list-style:none;}
		
.comment {
	clear:both;
	display:block;
	min-height:25px;
	padding:0;
	color:#808080}
	
.comment-body {
	padding:18px 20px;
	background:#f0f0f0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}

.avatar {
	width:40px;
	height:40px;
	float:left;
	margin-right:20px}

.avatar img {
	margin-top:5px;
	width:40px;
	height:40px;
	border:1px solid #fff;}

.comment-text {
	float:left;
	width:520px;}
	
.comment-author {
	color:#a6a6a6;
	font-size:13px;
	padding-bottom:5px}

.comment-author .link-author {
	color:#474747;
	font-size:19px;
	padding-bottom:3px;
	text-decoration:none}

.comment-date {
	display:block;
	font-size:12px;
	color:#a6a6a6;}

.comment-entry .link-reply {
	color:#12a0a9;
	margin-left:5px;
	text-decoration:underline}

.comment-entry {
	padding-top:5px;
	font-size:13px;
	line-height:1.5em;
	color:#808080;}

.children li {
	background:url(./images/icons/icon_reply.gif) 35px 35px no-repeat;
	padding-left:70px}

.children .comment-text {
	width:450px;}

.children .children .comment-text {
	width:380px}

.add-comment {
	position:relative}

.comment-list h2, .add-comment h3 {
	font-size:27px;}

/*----------------------------------------------*/
/* 6.5 Comment form */
/*----------------------------------------------*/
.comment-form {
	padding:15px 0;}

.comment-form .row {
	padding:7px 0}

.comment-form .row label {
	color:#808080;
	font-size:13px;
	display:block;}

.comment-form .inputtext, .comment-form .textarea {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#666;
	padding:7px;
	border:2px solid #d0d0d0;
	background:#fff;
	width:220px;
	margin:5px 0}

.comment-form .inputtext {
	margin-right:20px;
	padding:7px;
	height:15px;}

.comment-form .inputtext:focus,
.comment-form .textarea:focus {
	border:2px solid #999}

.comment-form .textarea {
	width:480px;
	height:130px;
	padding:7px;
	overflow:auto;}

.btn-submit, 
.contact-form .btn-submit,
.contact-form-footer .btn-submit, 
.comment-form .btn-submit{
	background:url(./images/buttons_submit.png) 0 0 no-repeat;
	width:163px;
	height:32px;
	line-height:32px;
	padding:0 35px 0 12px;
	color:#fff;
	font-family:'CartoGothicStdBold', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-shadow:0 1px 1px #000;
	text-transform:uppercase;
	border:none;}

.comment-form .btn-submit,
.contact-form .btn-submit {
	background:url(./images/buttons_submit.png) 0 0 no-repeat;}

.comment-form .btn-submit:hover,
.contact-form .btn-submit:hover{
	background:url(./images/buttons_submit.png) 0 0 no-repeat;}

.comment-form .btn-submit,
.comment-form .btn-submit:hover {
	background:url(./images/buttons_submit_2.png) 0 0 no-repeat;
	width:67px;
	color:#737373;
	text-shadow:0 1px 1px #fff;
	padding:0;
	text-align:center}
.valid{border:1px solid #70A41B!important; overflow:hide;} /*#70A41B*/
.error {overflow:hide; border:1px solid red!important; }	


.gallery{list-style-type:none; padding:0px; margin:0px;}
.gallery li{list-style-type:none; padding:0px 20px 0px 0px; margin:0px 0px 20px 0px; width:209px; float:left; .gallery li.nomargin{padding-right:0px;}
.gallery li img{padding:5px; background-color:#fff

}


.obrazekdistr{
border:2px solid #d0d0d0;
width:147px;
height:147px;	
}

.gallery h3 a{
	text-decoration:none;
	text-align:center;
}p {
	
}
