* {
	box-sizing: border-box;
}

body {
	background-color: #222 !important;
	color: black;
	font-family: verdana, helvetica, sans;
	font-size: 14px;
	letter-spacing: 0.05px;
	line-height: 1.25em;
	margin-top: 0;
	margin-bottom: 0;
	overflow-y: scroll;
}

a {
	color: black;
}

a:hover, a:active, #editlink a:hover {
	color: #4dee3d !important;
}

#logo {
	margin-top: 15px;
	margin-left: 60px;
	max-height: 150px;
}

#accept {
	display: none;
}

#maincont {
	background-color: white;
	border: solid 1px black;
	border-radius: 0 0 0.5em .5em;
	box-shadow: 0 0 10em -6em limegreen;
	height: 100%;
	margin: 0 auto;
	_margin-left: 10%;
	padding: 0 2.5em;
	width: 100%;
	min-width: 900px;
	max-width: 1400px;
}

#cont, #cp, #debug {
	overflow: hidden;
}

#cont {
	background-color: white !important;
	background: url('images/bftitle.jpg') no-repeat top right;
	_background: white;
}

#cp img {
	border: 0;
	float: left;
}

#cp, #title {
	line-height: 3em;
	text-align: center;
	_font-size: 1.3em;	/*	IE 6 font size increases because IE 6 fonts from list above are otherwise hard to read	*/
}

#vouchers {
	border: 0 !important;
	display: block;
	clear: left;
	overflow: visible;
}

/*	START MENU	*/

#menu_cont {
	background: url('images/bg1.jpg') repeat #efefef;
	border-radius: 5px;
	display: inline-block;
	line-height: 28px;
	text-align: center;
	width: 100%;
}

#menu {
	display: inline !important;
	text-decoration: none;
	overflow: visible;
}

.nav-item, .nav-list {
	padding: 3px;
		padding-top: 10px;
	position: relative;
}

.nav-list {
	list-style: none;
	margin-top: .1em;
	padding: 0;
}

.nav-horizontal .nav-heading, .nav-horizontal .nav-item, .nav-horizontal .nav-separator {
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
}

.nav-children {
	background: white;
	border: solid 1px black;
	border-radius: 3px;
	box-shadow: 2px 2px 8px 0 #555;
	display: none;
	left: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 20;
}

.nav-children li {
	display: block;
	width: 100%;
}

.nav-horizontal .nav-children {
	left: 0;
	top: auto;
	width: inherit;
	line-height: 22px;
}

.nav-active>.nav-children, .nav-allow-hover:hover>.nav-children {
	background: url('images/nav/menu-bg.jpg') repeat-y white;
	display: block;
	position: absolute;
	text-align: left;
	padding-left: 25px;
}

.nav-has-children>.nav-link:after {
	content: "\25B8";
	font-size: small;
	padding-left: 0;
}

.nav-horizontal .nav-has-children>.nav-link:after {
	content: "\25BE";
	padding-left: 5px;
}

.nav-disabled, .nav-heading, .nav-link {
	padding: .2em .3em;
	text-decoration: none;
}

.nav-children a[target="_blank"] li:before { 
	content: url('images/target.png');
	margin-left: -24px;
}

/*	END MENU	*/

.video_cont {
  height: 0;
  overflow: hidden;
  margin: .5em 0 2em 0;
  padding-bottom: 56.25%;
  position: relative;
  z-index: 0;
}

.video_cont iframe {
  border: solid 1px lightgray;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}

#editlink {
	color: #888;
	float: right;
	padding-right: 10px;
}

#banner_cont {
	border: 0;
	border-radius: 5px !important;
	clear: right;
	display: inline-block;
	margin: 10px 0 6px 0;
	overflow: hidden;
	float: right;
	width: 600px;
}

#phone {
	border: none;
	color: black;
	float: right;
	font-size: 33px;
	margin-top: 15px;
	width: 600px;
}

#phone_number {
	padding-top: 12px;
	letter-spacing: 2px;
	margin-right: -100px;
}

#page_subtitle {
	background: none !important;
	border: 0 !important;
	font-size: 16px;
	line-height: 1.2em !important;
	margin: 0 !important;
	padding: 0 !important;
}

#cp img, #title img {
	text-align: center;
}

#headimg {
	border: solid 1px black;
	border-style: none solid none none;
	float: left;
	height: 250px;
	width: 450px;
}

#head_right {
	float: right;
	vertical-align: top;
	width: 49%;
}

#title {
	background: url('images/titlebg.jpg') repeat-x;
	border: solid 1px black;
	margin: 10px 0 10px 0;

/*	background: url('images/title-bg2.jpg') repeat-x;	*/
	font-size: 1.5em;
	text-align: center;
}

#textblock {
	display: block;
	height: 300px;
	padding-top: 1em;
}

#boosted_font {
	font-size: 1.2em;
	line-height: 1.4em;
}

#block {
	background: url('images/bg1.jpg') repeat;
	border: solid 1px;
	border-radius: 4px;
	border-color: black white white black;
	display: block;
	padding: 10px;
	width: 95%;
}

form {
	background: none !important;
	clear: both;
	display: block;
/*	height: 100%;*/
	line-height: 1.5em;
	margin-bottom: .3em;
/*	padding: 0 5px 10px 5px;*/
	overflow: inherit;
		/*	height: 505px;*/
}

select, textarea, input, #headimg {
	border-radius: 4px;
	width: 100% !important;
}

select, textarea, input {
	background-color: white;
	border: solid 1px darkgray;
	padding: 1em;
}

input[type=submit] {
	background-color: #4dee3d;
	background-image: linear-gradient(#4dee3d, #4abb3a);
	box-shadow: 0 0 8px 0 gray;
	color: white;
	padding: 0;
}

select {
	padding-right: 0;
	width: 49%;
}

input[type=submit]:active {
	margin: 0 auto !important;
}

form input[type=radio] {
	background: none;
	border: 0;
	display: inline;
	margin: 0;
	margin-right: 2px;
	vertical-align: middle;
	width: 15px;
}

input[type=checkbox] {
	background: none;
	border: 0;
	display: inline;
	vertical-align: middle;
	width: 18px;
}

textarea {
	font-family: verdana, helvetica, sans;
	font-size: 1em;
	letter-spacing: 0.3px;
	min-height: 150px;
	height: 150px;
/*	margin-left: 4px;*/
	/*max-width: 95.3%;
	min-width: 95.3%;*/
	overflow-y: auto;
	padding: .6em;
}

#main_button {
	background-color: #4dee3d;
	background-image: linear-gradient(#4dee3d, #4abb3a);
	box-shadow: 0 0 8px 0 gray;
	color: white !important;
	clear: both;
	display: block;
	font-size: 1.8em;
	line-height: 2.5em;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

#main_button:hover {
	color: white !important;
}

#main_button:active {
	background-color: #4abb3a;
	background-image: linear-gradient(#4dcc2d, #3faf2f);
	box-shadow: 0 0 4px 0 gray;
	color: white !important;
}

#logo, #output, #nav, #left, #right, #column, #title, #headimg {
	background-color: black;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}

#left, #right, #column {
	background: none !important;
	border: 0;
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
	width: 48%;
}

#left, #right {
	border: 0;
	text-align: left;
	max-width: 49.5%;
	padding: 0;
	margin-left: .5%;
}

#oversize {
	font-size: 1.1em;
}

#left img, #right img {
	border: solid 1px darkgray;
	border-radius: 4px;
	max-width: 99%;
}

#separator {
	background: url('images/bg1.jpg') repeat;
	border: solid 1px gray;
	border-style: solid none none solid;
	border-radius: 6px;
	padding: 8px;
	margin: 0;
}

#subtitle {
	color: #444;
	font-size: 3em;
	margin: .1em .1em 1em 0;
	padding: .5em;
	text-align: right;
}

h3 {
	color: #444;
	font-size: 2em;
	font-weight: normal;
	text-align: left;
}

#rates {
	background-color: #eee;
	border: solid 1px lightgray;
	box-shadow: 0 0 8px 0 gray;
	width: 99%;
}

#rates td {
	padding: 5px;
}

#rates #price tr:hover {
	background-color: #4dee3d;
}

#rate_header td {
	border: solid 1px black;
	border-style: none none solid none;
	text-align: center;
}

#column {
	color: white;
	height: 405px;
	margin-right: 10px;
	width: 31.9%;
}

#columns {
	max-width: 100%;
}

#content {
	border: solid 1px black;
	height: 442px;
	margin-top: 12px;
	width: 100%;
}

#col_body {
	background: url('images/bg1.jpg') repeat-x;
	border: solid 1px black;
	color: black;
	height: 524px;
	padding: 3px;
}

#col_body a {
	border: 0;
	display: block;
	padding-left: 15px;
	line-height: 36px;
	height: 36px;
	text-decoration: none;
}

#col_body a:hover {
	border: solid 5px #4dee3d;
	border-style: none solid none none;
}

.selected_link {
	border: solid 5px #4dee3d !important;
	border-style: none none none solid !important;
	text-decoration: none;
	margin-left: -8px;
	padding-left: 6px;
}

.external:hover {
	border: solid 5px red !important;
	border-style: none solid none none !important;
}

#mention {
	color: #0C0;
	font-style: italic;
	text-decoration: underline;
}

hr {
	color: #888;
	height: 1px;
	margin-top: 20px;
	width: 95%;
}

#output, #help, #error, #ok {
	border: solid 1px black;
	background-color: #eee;
	border-radius: 8px;
	color: black;
	_background: url('images/outputbg.jpg') no-repeat top left;
	_border: 0;
	padding: 1.5em;
}

#output {
	border: 0;
}

#maincontent #output {
	border: none;
	background-color: white !important;
	background: url('images/audi-a1.jpg') no-repeat top left;
}

#error {
	border-color: red;
}

#ok {
	border-color: #4dee3d;
}

#entry {
	background-color: white;
	border: solid 1px black;
	border-radius: 6px;
	display: block;
	margin: 0 0 1em 0;
	padding: 1em 1em 1em 1.5em;
}

#item {
	display: inline-block;
	margin: 0 10px 0 10px;
}

#reviewer {
	display: block;
	margin: 1em 0 .5em 3em;
	font-style: italic;
}

#question, #answer {
	color: black;
}

#question {
	font-style: italic;
	margin-bottom: 1em;
}

#answer {

}

#footer {
	border: solid 1px lightgray;
	border-style: solid none none none;
	color: gray;
	clear: both;
	font-size: 10px;
	padding: 4px;
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
}

#footer a {
	color: gray;
	text-decoration: none;
}

#dev_switch {
	border: solid 1px gray;
	border-radius: 4px;
	padding: 7px 9px 9px 9px;
	position: fixed;
	right: 10px;
	top: 10px;
}

#dev_switch a {
	color: white;
}

#quote, #quotee {
	display: block;
	font-style: italic;
}

.fb-page {
	vertical-align: top;
	margin-left: 3px;
}

#feedblock {
	margin: 0 auto;
	min-height: 510px;
	max-height: 510px;
	height: 510px;
}

quote {
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
}

#quotee {
	text-align: right;
}

#output #intro_text {
        float: right;
        display: block;
}

iframe {
	border: solid 1px black !important;
	border-radius: .3em;
	overflow: hidden;
}
