/* body attributes */
* {
	font-size: 13px;
	margin: 0px;
	color: #4E6C88;
}

body {
	background: #fff url('/gfx/top-bg.png') repeat-x left top;
	font-family: arial, verdana, tahoma, sans-serif;
	margin: 0px;
	text-align: center;
}

a {outline: none; cursor: pointer;}
a:link {color: #96A735;}
a:visited {color: #96A735;}
a:hover {color: #96A735;}
a:active {color: #96A735;}

.invlink:link, .invlink:visited {
	text-decoration: none;
	color: #4E6C88;
}

img {
	border: 0px;
	outline: none;
}

/* TEXT ELEMENTS */
h1 {
	color: #002B54;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

p {
	margin-bottom: 20px;
}

blockquote {
	margin: 0px 0px 0.75em 20px;
}

th {
	text-align: left;
}

hr {
	border-width: 0px;
	border-top: 1px solid #2e745c;
	height: 1px;
}

ul, ol {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
}

/* FORM */
.text, textarea, .submit, select, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 13px;
	color: #002B54;
}

.text, textarea, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input {
	background: #fff url('/gfx/input-bg.png') repeat-x left top;
	border: 1px solid #a7b4c1;
	padding: 4px 10px 0px 10px;
	width: 280px;
}

textarea {
}

.text, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input {
	height: 24px;
	margin: 0px;
}

.checkbox {
	vertical-align: middle;
}

label {
	cursor: pointer;
}
cudv 
.required label {
	font-weight: bold;
}

.fieldtype-string label, .fieldtype-text label, .fieldtype-email label, .fieldtype-price label, .fieldtype-int label, .fieldtype-select label  {
	float: left;
	width: 100px;
	padding-top: 4px;
}

.customform .fieldtype-radio label, .customform .fieldtype-checkbox label {
	margin-left: 30px;
	height: 20px;
	display: block;
}

#content table.tf th, #content table.tf td {
	padding: 4px 10px 4px 0px;
}

input#zip {
	width: 41px;
}
input#city {
	width: 182px;
}
/* LAYOUT */
.main {
	position: relative;
	z-index: 0;
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

#top {
	background: url('/gfx/top-shadow.png') no-repeat center 97px;
}

#top .main {
	height: 135px;
	position: relative;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 10px;
	left: 0px;
}

#logo .txt {
	position: absolute;
	left: 135px;
	top: 20px;
	width: 200px;
	font-size: 15px;
	color: #002b54;
}

#flags {
	position: absolute;
	top: 10px;
	right: 0px;
}

#flags a {
	background: no-repeat right center;
	margin-left: 10px;
}

#flags a:link, #flags a:visited {
	color: #002B54;
	text-decoration: none;
}


#pic {
	background: url('/gfx/pic-sides.png') no-repeat center top;
	position: relative;
	z-index: 0;
}

#pic .main {
	background: no-repeat left top;
	height: 190px;
}

#middle {
	background: url('/gfx/middle-bg.png') repeat-x left top;
	border-top: 1px solid #fff;
}

#middle .main {
	background: url('/gfx/content-whitedot.png') no-repeat center top;
	min-height: 400px;
	padding-top: 15px;
}

/* TOPMENU */
#topmenu {
	position: absolute;
	z-index: 99999;
	top: 100px;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#topmenu li {
	float: left;
	position: relative;
}

#topmenu a {
	display: block;
	text-decoration: none;
	padding: 4px 10px 4px 8px;
	font-size: 15px;
}

#topmenu a:link, #topmenu a:visited {
	color: #002B54;
}

#topmenu .act a:link, #topmenu .act a:visited {
	color: #fff;
}

#topmenu .act {
	background: url('/gfx/topmenu-act-left.png') no-repeat left top;
	padding-left: 2px;
}

#topmenu .act a {
	background: url('/gfx/topmenu-act-right.png') no-repeat right top;
}

#topmenu ul {
	background: url('/gfx/dropdown-top.png') no-repeat left top;
	list-style: none;
	display: block;
	padding: 20px 8px;
	margin: 0px;
}

#topmenu ul li {
	float: none;
	margin-bottom: 10px;
}

#topmenu ul li a {
	padding: 0px 15px;
}

#topmenu ul .act {
	padding: 0px;
}

#topmenu ul .act, #topmenu .act ul a {
	background: transparent;
}

#topmenu .act ul a:link, #topmenu .act ul a:visited, #topmenu .act ul .act li a:link, #topmenu .act ul .act li a:visited {
	color: #002B54;
}

#topmenu .act ul .act a:link, #topmenu .act ul .act a:visited, #topmenu .act ul .act .act a:link, #topmenu .act ul .act .act a:visited {
	color: #002B54;
}

#topmenu ul a:hover {
	color: #96A735 !important;
}

#topmenu ul ul {
	background: transparent;
	margin: 0px;
	padding: 10px 0px 0px 15px;
}

#topmenu ul ul li a {
	font-size: 13px;
}

#topmenu span {
	display: none;
	background: url('/gfx/dropdown-bottom.png') no-repeat left bottom;
	position: absolute;
	z-index: 99999;
	top: 19px;
	left: -10px;
	width: 226px;
	padding-bottom: 17px;
}

#topmenu ul span {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	background: transparent;
	padding: 0px;
}

#topmenu ul span span {
}

#topmenu li:hover span {
	display: block;
}

/* SUBMENU */
#submenu {
	float: left;
	width: 200px;
}

#submenu, #submenu * {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

#submenu a {
	display: block;
	padding: 4px 10px;
}

#submenu a:link, #submenu a:visited, #submenu .act ul a:link, #submenu .act ul a:visited, #submenu .act ul .act li a:link, #submenu .act ul .act li a:visited {
	color: #002B54;
	text-decoration: none;
}

#submenu .act ul .act a:link, #submenu .act ul .act a:visited, #submenu .act ul .act .act a:link, #submenu .act ul .act .act a:visited {
	color: #96A735;
}

#submenu .act a {
	background: url('/gfx/submenu-act.png') no-repeat left top;
}

#submenu .act a:link, #submenu .act a:visited {
	color: #fff;
}

#submenu .act ul {
	padding-left: 10px;
}

#submenu .act ul a {
	background: transparent;
	font-size: 13px;
}

/* SEARCH */
#quicksearch {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 278px;
}

#quicksearch .text {
	background: url('/gfx/quicksearch-text.png') no-repeat left top;
	width: 235px;
	height: 23px;
	border: 0px;
	margin: 0px;
	padding: 7px 0px 0px 10px;
	vertical-align: middle;
}
#quicksearch .submit {
	background: url('/gfx/quicksearch-submit.png') no-repeat left top;
	width: 33px;
	height: 30px;
	line-height: 30px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-indent: -100px;
}

.searchstatus {
	background: #efefef;
	border: 1px solid #999;
	font-size: 13px;
	padding: 2px;
	margin-bottom: 1em;
}

.searchstatus .pages {
	margin-top: 5px;
	font-size: 13px;
}

.stars {
	font-weight: bold;
	font-size: 16px;
	vertical-align: bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 10px;
	height: 5px;
	padding-bottom: 0px;
	color: #c00;
}
.stars .white {
	color: #ccc;
}

.searchhl {
	background: #eee;
	border: 1px solid #aaa;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

/* GOOGLE SEARCH */
.gsc-tabsArea {
	display: none;
	color: #4E6C88;
}

input.gsc-input {
	height: 24px;
	max-height: 24px;
	padding-top: 4px;
	width: 300px;
	border: 1px solid #a7b4c1 !important;
}

.gs-visibleUrl-short {
	color: #4E6C88 !important;
}

a.gs-title:link, a.gs-title:visited, a.gsc-trailing-more-results:link, a.gsc-trailing-more-results:visited {
	color: #96A735;
}

/* RIGHT */
#related {
	float: right;
	width: 230px;
	position: relative;
}

#related h2 {
	color: #002B54;
	margin-bottom: 10px;
}

#related .box {
	background: url('/gfx/box-bottom.png') no-repeat left bottom;
	margin-bottom: 20px;
	padding-bottom: 4px;
}

#related .box .inner {
	background: url('/gfx/box-top.png') no-repeat left top;
	padding: 20px;
	min-height: 200px;
}

#related .related {
}

#related .navi .act a:link, #related .navi .act a:visited {
	color: #4E6C88;
	text-decoration: none;
	font-weight: bold;
}

#related .navi div {
	margin-bottom: 4px;
}

#related .stickynavi div {
	background: url('/gfx/related-dot.gif') repeat-x left bottom;
	margin-bottom: 5px;
	padding: 10px 0px;
}

#related .stickynavi a {
	background: url('/gfx/related-arrow.png') no-repeat right top;
	display: block;
	line-height: 25px;
	padding-right: 30px;
	text-decoration: none;
	font-size: 14px;
}

#related .stickynavi div.act a:link, #related .stickynavi div.act a:visited {
	color: #333;
	text-decoration: none;
}

/* BC */
#bc {
	font-size: 13px;
	margin-left: 230px;
	height: 25px;
}

#bc a:link, #bc a:visited {
	color: #526F8C;
	text-decoration: none;
}

/* CONTENT */
#content {
	padding-top: 25px;
	margin-left: 230px;
}

#content.right {
	margin-right: 260px;
}

#content ul, #content ol, #related ul, #related ol {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 15px;
	margin-top: 5px;
}

#content ul, #related ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#content li, #related li {
	line-height: 140%;
	margin-bottom: 5px;
	color: #526F8C;
}

#content ul li, #related ul li {
	background: url('/gfx/ul-bull.png') no-repeat 0px 6px;
	padding-left: 26px;
	margin-left: 0px;
}

/* CONTENT TABLE */
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

#content th, #content td {
	padding: 2px;
}

#content table tr td {
	font-size: 13px;
}

/* FOOTER */
#footer {
	font-size: 13px;
	padding: 20px 0px;
	color: #526F8C;
}

/* LISTS */
.list div {
	font-size: 13px;
	margin-bottom: 1em;
}

/* CONTENT PAGES */
.pages {
	font-size: 13px;
}

.pages a, .pages b {
	float: left;
	display: block;
	background: #fff;
	border: 1px solid #666;
	margin-right: 4px;
	margin-bottom: 5px;
	text-align: center;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}

.pages a.act, .pages b {
	color: #333;
	font-weight: bold;
}

.pages a.dis {
	border-color: #ddd;
	color: #999;
}

/* VALIDATION */
.invalid {
	background-color: #96A735;
}

.invalid th {
	padding-left: 4px !important;
}

.invalid th *, .invalid td {
	color: #fff !important;
}

.mandatory {
	color: #900;
}

/* SITEMAP */
.sitemap {
	margin-bottom: 1em;
}

.sitemap div {
	margin-bottom: 20px;
}

.sitemap div div {
	margin: 0px;
}

/* ADAPT */
#adapt {
  text-align: right;
  font-size: 13px;
  padding-top: 5px;
}

#adapt a:link, #adapt a:visited {
	color: #888;
	text-decoration: none;
}

/* HOME */
#type-forside #bc {
	display: none;
}

#type-forside #pic, #type-forside #pic .main {
	height: 270px;
}

#type-forside #content {
	margin: 0px;
}

#quote {
	background: no-repeat left top;
	position: absolute;
	top: 65px;
	left: 525px;
	width: 356px;
	height: 152px;
	max-width: 236px;
	max-height: 119px;
	padding: 33px 50px 0px 70px;
}

#quote.green { background-image: url('/gfx/quote-green.png') }
#quote.blue { background-image: url('/gfx/quote-blue.png') }

#quote .txt {
	font-size: 13px;
	color: #fff;
	font-style: italic;
	height: 60px;
	overflow: hidden;
}

#quote a {
	background: url('/gfx/arrow-lightgreen-right.png') no-repeat right center;
	padding-right: 14px;
	text-decoration: none;
}

#quote a:link, #quote a:visited {
	color: #C4D370;
}

#type-forside #content .box {
	float: left;
	width: 280px;
	height: 300px;
	margin-right: 40px;
}

#type-forside #content .box h2 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}
#type-forside #content .box h3 {
	font-size: 18px;
	color: #002B54;
	font-weight: normal;
	height: 55px;
	margin: 0px;
}

#type-forside #content .box .pic {
	height: 160px;
	overflow: hidden;
	margin-bottom: 20px;
}

#type-forside #content .box .txt {
}

.whatsnew {
	background: url('/gfx/whatsnew.png') no-repeat left top;
	float: right;
	width: 320px;
	max-width: 260px;
	height: 338px;
	max-height: 308px;
	padding: 30px 30px 0px 30px;
}

.whatsnew h2 {
	font-size: 18px;
	color: #002B54;
	font-weight: normal;
}

.whatsnew h3 {
	margin-left: 120px;
	height: 70px;
	margin-bottom: 20px;
}

.whatsnew a:link, .whatsnew a:visited {
	color: #526F8C;
	text-decoration: none;
}

.whatsnew h3 img {
	margin-left: 5px;
}

.whatsnew .pic {
	float: left;
}

/* MAILINGLIST */
#type-spam #content label {
	margin-left: 10px;
}
#type-spam .submits {
	padding-top: 20px;
}

/* DEBUGGER */
body #debugger {
    background: #fff;
    margin: 20px;
    text-align: left;
    color: #333;
    border: 20px solid #fff;
}
