﻿/* element styles */
body {
	margin: 0;
	padding: 0;
	font-family: Roboto Condensed, Arial, sans-serif;
	font-size: 1em; /* 16px */
	color: #85786d;
	background: #d9d3bd url() left top repeat-x;
}

p, div, h1, h2, h3 {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 0.5em 0;
}

h1 {
	font-size: 40px;
	font-family: 'alluraregular';
	margin: 0;
	color: #e90a13;
}

h2 {
	font-size: 32px;
	color: #e90a13;
	font-family: 'alluraregular';
}

h3 {
	color: #3e3527;
	font-size: 28px;
	font-family: 'alluraregular', serif;
}

h3 a:link, h3 a:visited, h3 a:active {
	color: #3e3527;
	font-size: 28px;
	font-family: 'alluraregular', serif;
}

a{
	color:rgb(0, 62, 103);
}

a:hover, a:focus {
	color: #e90a13;
}

a img {
	border: none;
}

@font-face {
    font-family: 'alluraregular';
    src: url('fonts/allura-regular-webfont.eot');
    src: url('fonts/allura-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/allura-regular-webfont.woff') format('woff'),
         url('fonts/allura-regular-webfont.ttf') format('truetype'),
         url('fonts/allura-regular-webfont.svg#alluraregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* globally relevant baseline styles */
.button {
	display: inline-block;
	padding: 11px;
	border: none;
	background: #f7000a url('button_bg.png') right center no-repeat;
	color: #FFF;
	font-size: 17px; 
	line-height: 1.5em; 
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Alike', serif;
	height: 25px;
	width: 145px;
	margin-top: 50px;
}

input.button{
	height:47px;
	margin-top:10px;
}

.button:hover, .button:focus {
	text-decoration: underline;
	background: #d20008 url('button_bg.png') right center no-repeat;
	color: #FFF;
}

.pages {
	text-align: center;
	font-weight: bold;
}

.pages a:link, .pages a:visited {
	
}

.pages .current {
	
}

.struct {
	display: none;
}

/* float clearing usually applied to <br /> sometimes div or span  */
.clear {
	display: block;
	width: 99%;
	height: 1px;
	clear: both;
}

/*** section styles ***/
.header, .midsection, .base {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.header {
	height: 177px;
	background: url('header_bg.jpg') top center repeat-x;
	z-index: 10;
}

.banner {
	background: transparent url() top center no-repeat;
	max-width: 980px;
	height: 177px;
	margin: 0 auto;
	position: relative;
}

.logo {
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
	
	-webkit-box-shadow: 0px 0px 4px 0px #a1a1a1;
	box-shadow: 0px 0px 4px 0px #a1a1a1;
}

.banner h1 {
	margin: 0 auto;
	padding-top: 90px;
	width: 470px;
	font-size: 53px;
	display: block
}

.header-contact {
	max-width: 150px;
	position: absolute;
	right: 5px;
	top: 80px;
	font-size: 13px;
	color: #314c5e;
}

.main-navigation {
	position: relative;
	max-width: 980px; /* 980px */
	padding: 0;
	margin: 0 auto;
	background: #003e67 url('') left top repeat-x;
	color: #FFF;
	height: 56px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	z-index: 5;
}

.main-navigation ul {
	margin: 0; 
	padding: 0;
	border-bottom: 1px solid #466fa7;
	width: 887px;
	float: left;
}

.main-navigation  li {
	position: relative;
	display: inline-block;
	height: 50px;
	line-height: 46px;
	margin: 0;
	padding: 0;
	background: transparent url('') left center no-repeat;
}

*+html .main-navigation > ul  li { display: block; float: left; } /* IE7*/

.main-navigation > ul li:first-child {
	background-image: none; /* remove separator */
}

.main-navigation a:link, .main-navigation a:visited, .main-navigation a:active {
	display: inline-block;
	padding: 0 10px;
	color: #a9cde6;
	text-decoration: none;
	border-top: 7px solid #466fa7;
}

.main-navigation a:hover, .main-navigation a:focus {
	border-top: 7px solid #fe1019;
}

.main-navigation .sel > a, .main-navigation .sel .sel > a {
	color: #FFF;
	border-top: 7px solid #fe1019;
}

.main-navigation li ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 190px;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #575757;
}

.main-navigation li:hover ul, .main-navigation a:focus+ul {
	height: auto;
}

.main-navigation li li {
	position: relative;
	display: block;
	width: 175px; /* 190px */
	height: auto;
	padding: 0 0 0 15px;
	line-height: 1em;
	text-align: left;
	margin:0;
	background-image: none;
}

.main-navigation li li a:link, .main-navigation li li a:visited, .main-navigation li li a:active {
	padding: 5px 0;
	width: 100%;
}

.main-navigation #book-now {
	float: left;
	border: none !important;
	background: #fe1019;
	color: #FFF !important;
	height: 61px;
	padding: 0 10px;
	line-height: 61px;
	top: -5px;
	position: absolute;
	width: 73px;
	right: 0;
}

.midsection {
	z-index: 5;
}

.content-wrapper {
	max-width: 980px;
	margin: 0 auto;
	margin-top: 20px;
}

.content {
	max-width: 920px; /* 980px */
	padding: 30px;
	background: #FFFFFF url('content_bg.jpg') bottom center repeat-x;
	border-bottom: 1px solid #FFF;
	padding-bottom: 102px;
	margin-bottom: 20px;
}

.content h1 {
	color: #004069;
}

.content-wrapper p {
	font-size: 16px;
	margin: 15px 0;
}

.content .left {
	max-width: 595px;
	float: left;
	margin-right: 30px;
	margin-bottom: 0px;
}

.content .left h3 {
	margin: 0;
}

.content .left .button {
	margin-top: 30px;
	margin-bottom: 20px;
	position:absolute;
}

.content .right {
	max-width: 280px;
	float: right;
	margin-bottom: 0px;
}

.content .right img {
	margin-top: 20px;
	border: 1px solid #FFF;
	float: right;
	clear: right;
	width: auto;
	height: auto;
	max-width: 100%;
}	

.content .right > img:last-child{
	margin-bottom: -70px;
}

.content-wrapper > .struct {
	display: block;
	position: absolute;
}

/* The bit below content*/

.content-wrapper .bottom {
	background: #FFF;
	padding: 20px 30px;
	padding-bottom: 35px;
	margin-bottom: 25px;
}

.content-wrapper .bottom .panels{
	position: relative;
	height: 265px;
	margin-right: -30px;
	margin-top: 30px;
}

.content-wrapper .bottom .panels div a {
	color: #a2daff;
	text-decoration: none;
}

.content-wrapper .bottom .panels div span{
	color: #FFF;
	font-family: 'Alike', serif;
	font-size: 24px;
	width: 175px;
	display: block;
	margin: 0 auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #507bb5;
}

.content-wrapper .bottom .panels div{
	float: left;
	max-width: 213px;
	height: 265px;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 10px;
	
	background: rgb(0,108,180); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(0,108,180,1) 0%, rgba(0,62,103,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,108,180,1)), color-stop(100%,rgba(0,62,103,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(0,108,180,1) 0%,rgba(0,62,103,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(0,108,180,1) 0%,rgba(0,62,103,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(0,108,180,1) 0%,rgba(0,62,103,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(0,108,180,1) 0%,rgba(0,62,103,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cb4', endColorstr='#003e67',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.content:after, .content-wrapper .bottom:after {
	content: "";
	width: 965px;
	height: 17px;
	position: absolute;
	bottom: -18px;
	left: 7px;
	background: url('shadow.png') top center no-repeat;
}

.tricol div{
	width: 33%;
	float: left;
}
.leftwing {
	right: 100%;
}

.rightwing {
	left: 100%;
}

.base {
	z-index: 0;
}

.base .blue-top {
	height: 60px;
	width: 100%;
	
	background: rgb(0,102,169); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,102,169,1) 0%, rgba(0,75,125,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,102,169,1)), color-stop(100%,rgba(0,75,125,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,102,169,1) 0%,rgba(0,75,125,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,102,169,1) 0%,rgba(0,75,125,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,102,169,1) 0%,rgba(0,75,125,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,102,169,1) 0%,rgba(0,75,125,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066a9', endColorstr='#004b7d',GradientType=0 ); /* IE6-9 */

}

.base .white-middle {
	height: 145px;
	width: 100%;
	
	background: rgb(241,241,241); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(241,241,241,1) 0%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 92%, rgba(240,240,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,1)), color-stop(12%,rgba(255,255,255,1)), color-stop(92%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 12%,rgba(255,255,255,1) 92%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 12%,rgba(255,255,255,1) 92%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 12%,rgba(255,255,255,1) 92%,rgba(240,240,240,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 12%,rgba(255,255,255,1) 92%,rgba(240,240,240,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 0px 2px 12px 1px #c8c2ae;
	box-shadow: 0px 2px 12px 1px #c8c2ae;
}

.footer {
	position: relative;
	max-width: 980px; /* 980px; */
	height: 280px;
	padding: 0;
	margin: 0 auto;
	margin-top: -205px;
	text-align: left;
	background: transparent url('footer-flower.png') right bottom no-repeat;
	font-size: 13px; /* 12px from 16px */
	color: #7d8286;
}

.footer-logo {
	position: absolute; 
	top: 12px;
	left:0;
	-webkit-box-shadow: 0px 0px 4px 0px #a1a1a1;
	box-shadow: 0px 0px 4px 0px #a1a1a1;
}

.footer .red-text {
	position: absolute;
	top: 140px;
	color: #e90a13;
	font-family: 'alluraregular';
	font-size: 24px;
}

.footer-contact {
	top: 60px;
	margin-left: 250px;
}

.footer-contact a {
	color: #7d8286;
	text-decoration: none;
}

.footer-contact a:hover {
	text-decoration: underline;
}

.footer-contact div{
	float: left;
	margin-right: 65px;
	margin-top: 10px;
}

.footer h2 {

}

.footer p {

}

.footer a:link, .footer a:visited, .footer a:active {
	
}

.footer a:hover, .footer a:active {

}

.footer-navigation {
	float: right;
	top: 24px;
	max-width: 770px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
}

.footer-navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-navigation li {
	position: relative;
	float: left;
}

.footer-navigation a {
	padding: 0 10px;
	color: #92b1db;
	text-decoration: none;
}

.footer-navigation a:hover {
	text-decoration: underline;
}


.copyright {
	position: absolute;
	bottom: 30px;
	left: 0px;
}

.avd {
	position: absolute;
	bottom: 30px;
	right: 215px;
}

.avd a:link, .avd a:visited, .avd a:active {
	color: #7e7e7e;
	text-decoration: none;
}

.avd a:hover, .avd a:focus {
	text-decoration: underline;
}

/* slideshow overrides */
/* ss dimensions */
.slideshow { 
	position: relative;
	width: 981px;
	height: 293px;
	margin: 0 auto;
	padding-top: 30px;
	z-index: 5;
}

.slideshow:before {
	content: "";
	display: block;
	position: absolute;
	width: 276px;
	height: 368px;
	background: url('flower.png') center center no-repeat;
	left: -240px;
	z-index: 0;
}	

.slideshow-wrapper {
	background: url('slideshow_bg.jpg') top center repeat-x;
	width: 100%;
	height: 418px;
	margin-bottom: -76px;
}

.orbit-wrapper .slideshow {
}

.slider img + img
{
	display: none;
}

div.orbit-wrapper {
	width: 967px !important;
	height: 293px !important; 
	
	border: 7px solid #FFF;
}

div.orbit {
	width: 967px !important;
	height: 293px !important; 
}


.orbit-wrapper .timer {
	display: none;
}

.orbit-bullets {
	display: none;
}

/* ss nav features */

div.slider-nav span {
	width: 41px;
	height: 41px;
	position: absolute;
	margin: 0;
}
 
div.slider-nav span.left {
	background: url('slideshow-left.png') top center no-repeat;
	top: -34px;
	left: 973px;
}

div.slider-nav span.right {
	background: url('slideshow-right.png') top center no-repeat;
	right: -47px;
	bottom: -7px;
	top: -77px;
}

.mobileNav {
	display: none;
}


.leftCon{
	width:30%;
	float:left;
	margin-left:5%;
}

.rightCon{
	width:45%;
	float:right;
	margin-right:10%;
}

/* default form styling 
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
form.contact {
	margin:8px auto 20px;
	width:100%;
	background-color:#003e67;
	padding:5px 15px;
	border: 1px solid #a9cde6;
}

.contact p {
	line-height: 1.75em;
}

.contact p.action {
	text-align: right;
}

.contact .action a {
	font-size: 0.875em;
}

.contact label {
	display: inline-block;
	width: calc(25% - 40px); 
	vertical-align: top;
	text-align:right;
	padding-right: 40px; 
	color: rgb(169, 205, 230);
	font-weight: bold;
}

.contact label.error {
	width: auto;
	font-size: 1.25em;
	color: #fd1a00;
	margin-left: 10px;
}

.contact input[type=text] {
	width: calc(100% - 15px);
	font-family: inherit;
	font-size: 1.25em;
	border: 1px solid #a9cde6;
	line-height:1.5em;
	padding-left: 10px;
}

.contact input[type=password], form.contact input.password, .contact .auth + input {
	width: 20%;
}
img.auth { vertical-align: middle; }

.contact textarea {
	width: calc(100% - 15px);
	height: 5em;
	font-family: inherit;
	font-size: 1.25em;
	border: 1px solid #a9cde6;
	padding: 5px 0px 0px 10px;
	line-height:1.5em;
}

/* ss overlay */
/*
.slideshow:after {
	content: url('slideshow_overlay.png');
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.orbit > div {
	z-index: 0;
}
*/

/* ss nav features */
/*
div.slider-nav span {

}
 
div.slider-nav span.left {
	background-image: url('slider_left.png');
}

div.slider-nav span.right {
	background-image: url('slider_right.png');
}

.orbit-wrapper .orbit-caption {

}

.orbit-bullets {
	bottom: 10px;
	left: 0;
	margin: 0;
}

.orbit-bullets li {
	width: 10px;
	height: 10px;
	background: transparent url('slider_bullet.png') center center no-repeat;
	margin-left: 10px;
}

.orbit-bullets li.active {
	background-image: url('slider_active.png');
	background-position: center center;
}
*/

/* galleries */
div.gallery {
	padding: 0px;
	/*
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	*/
	position: relative;
	margin: 10px auto;
	overflow: hidden;
}

div.gallery ul {
	list-style-type: none;
	margin: 0 0;
	padding: 0;
	position: relative;
}

div.gallery li {
	float: left;
	margin: 5px !important;
	padding: 0;
	width: 23%;
	height: 210px;
	line-height: 210px; 
	text-align: center;
}

div.gallery a {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

.gallery img {
	display: inline; /* kauri default sets to block */
	vertical-align: middle;
}

.pagination .pages
{
	text-align: center;
}

.pagination .pages .current
{
	font-weight: bold;
}

.pagination .pages a
{
	text-decoration: none;
}

.pagination .pages a:hover,
.pagination .pages a:focus,
.pagination .pages a:active
{
	text-decoration: underline;
}

/* blog */
.articleNav {
	overflow: hidden;
}

.articleNav .previous {
	float: left;
}

.articleNav .next {
	float: right;
}

/* print order */
#print-order table {
	width: 100%;
}

#print_order th, #print-order td {
	vertical-align: top;
}

#print-order thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	padding-bottom: 4px;
}

#print-order thead th:first-child {
	text-align: left;
}

#print-order tbody th {
	font-weight: normal;
	padding-bottom: 4px;
}

#print-order tfoot tr:first-child > * {
	border-top: 1px solid #423f3f;
	padding-top: 4px;
}

#print-order tbody {
	padding: 4px 0;
}

#print-order tbody th, #print-order tfoot th {
	font-weight: normal;
	text-align: left;
}


#print-order td+td, #print-order tfoot td+td {
	text-align: center;
}

#print-order td+td+td, #print-order tfoot td+td+td {
	text-align: right;
}

#print-order th:last-child {
	text-align: right;
}

/* customers/orders */
table.orders {
	width: 100%;
	border-collapse: collapse;
}

.orders th, .orders td {
	padding: 4px;
	vertical-align: top;
}

.orders tbody *:first-line {
	
}

.orders thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	text-indent: 0;
}

.orders tbody th {
	font-weight: normal;
	text-indent: 0;
}

.orders .ref {
	text-align: left;
}

.orders .date {
	width: 95px;
}

.orders .details {
	text-align: left;
	text-indent: 1em;
}

.orders .price {
	text-align: right;
}

.orders .link {
	text-align: right;
	width: 75px;
}

/** files **/
.file {
	position: relative;
	overflow: hidden; /* float clearing */
	padding: 15px;
	margin-bottom: 10px;
}

.file h2 {
	margin-bottom: 1em;
}

.file .button {
	position: absolute;
	top: 6px;
	right: 10px;
}

#hoverCart
{
	position: fixed;
	top: 50px;
	right: 50px;
	width: 200px;
	background-color: rgba(48, 48, 48, 0.8);
	background-color: #303030\9;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	overflow: auto;
	z-index: 1000;
}

#hoverCart h1,
#hoverCart h2,
#hoverCart h3
{
	color: #fff;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

#hoverCart a
{
	color: #fff;
}

#hoverCart .items
{
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#hoverCart .checkout
{
	float: left;
}

#hoverCart .dismiss
{
	display: block;
	text-align: right;
	float: right;
}

#hoverCart .row
{
	border-bottom: 1px solid #fff;
	position: relative;
	overflow: hidden;
	padding: 10px 0px 5px;
}

#hoverCart .row .right
{
	text-align: right;
	font-family: "Courier New", Courier, monospace;
}

#hoverCart .remove
{
	font-size: 12px;
	display: block;
}

input:disabled,
textarea:disabled
{
	opacity: 0.5;
}

div.breaker{
	width:100%;
	height:3px;
	margin:10px 0;
	padding:0;
	background-color:rgb(254, 16, 25);
}

.TA_cdswritereviewnew img
{
	float: none !important;
}

@media screen and (max-width: 1023px){

	.logo {
		margin: 5px;
	}
	
	.slideshow-wrapper {
		display: none;
	}
	
	.mobileNav {
		display: block;
		margin: 0 auto;
		margin-top: 5px;
	}
	
	.main-navigation .mobileNav {
		width: 98%;
	}
	
	.main-navigation {
		padding: 5px 0;
	}
	
	.main-navigation ul {
		display: none;
	}
	
	.main-navigation #book-now {
		display: none;
	}
	
	.footer-navigation{
		display: none;
	}
	
}

@media screen and (max-width: 980px){
	
	.header h1 {
		display: none;
	}
	
	.content-wrapper .bottom {
		display: none;
	}
	
	.content-wrapper .bottom .panels{
		height: 540px;
		width: 475px;
	}
	
	.content .left {
		margin-bottom: 0;
		margin-right: 0;
		max-width: 100%;
		float: none;
	}
	
	.content .right
	{
		max-width: 100%;
		float: none;
	}
	
	.content .right img
	{
		float: none;
		display: block;
		margin: 5px auto;
	}
	
	.content .right img:last-child{
		margin-bottom:0;
	}
	
	.content:after, .content-wrapper .bottom:after {
		display: none;
	}
	
	.footer {
		background: none;
	}
	
	.footer .red-text {
		display: none;
	}
	
	.footer-contact {
		margin-left: 0px;
		padding: 5px;
		position: static;
		margin-top: 30px;
	}
	
	.footer-contact div
	{
		float: none;
		width: 100%;
	}
	
	.footer-logo {
		display: none;
	}
	
	.avd,
	.copyright
	{
		width: 100%;
		text-align: center;
		display: block;
		position: static;
	}
	
	.copyright
	{
		margin-top: 45px;
	}
	
	form.contact{
		width: 80%;
		margin: 10px 20px;
	}
	
	.leftCon{
		width:100%;
		float: none;
		margin: 0;
	}
	
	.rightCon{
		float:none;
		width:100%;
		margin: 0;
	}
	
	div.gallery li{
		min-width: 45%;
	}
	
	.TA_linkingWidgetWAR
	{
		margin: 0 auto;
		display: block;
		width: 154px;
	}
	
	.tricol div
	{
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 590px) {
	
	.header-contact {
		display: none;
	}
	
	.content {
		padding: 10px;
		padding-bottom: 100px;
	}
	
	.content-wrapper .bottom {
		padding: 10px;
	}
	
	.base .blue-top {
		height: 30px;
	}
	
	.footer-contact {
		top: 30px;
	}
	
	.base .white-middle  {
		height: 210px;
	}
	
	.footer {
		height: 320px;
		margin-top: -250px;
	}
	
}

@media screen and (max-width: 515px) {
	
	.content-wrapper .bottom .panels{
		height: 1100px;
		width: 250px;
	}
}

@media screen and (max-width: 400px) {
	
	.avd {
		bottom: 5px;
		float: left;
	}
}	


/* tinymce universal formatting */
#tinymce {width: 940px; padding: 10px; background: #FFF; text-align: left; font-size: 1em; color: #666;}
#tinymce p { padding: 0 0 1em;}
#tinymce form { outline: 1px dotted #F00;}
#tinymce a { border-bottom: 1px dotted #002D4A; color: #002D4A; text-decoration: none; }