/*
STYLESHEET
Created by Corax Digital Productions
www.coraxdigital.se

ToC:
	1. DEFAULTS
	2. STRUCTURE
	3. LINKS AND NAVIGATION
	4. FONTS
	5. IMAGES
	6. FORMS
	7. HACKS

Notes:

*/

/* --------------- 1. DEFAULTS --------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #fff1b3 url(../images/bg-body.gif) repeat-y;
}


/* --------------- 2. STRUCTURE --------------- */
#wrapper {
	float: left;
	width: 986px;
	padding-left: 10px;
	clear: left;
	padding-bottom: 20px;
}
#masthead {
	background: #ffd20f url(../images/bg-header.jpg) repeat-x;
	height: 120px;
	width: 100%;
	float: left;
}
#logo {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	display: inline;
}

#branding {
	float: left;
	margin-top: 20px;
}

#navContainer {
	clear: left;
	float: left;
	width: 735px;
	padding-left: 245px;
}
#contact {
	float: left;
	width: 223px;
	border: 1px solid #202e6e;
	background: #ffffff url(../images/bg-contactbox.jpg) repeat-x;
}

#content {
	float: right;
	width: 700px;
	background: #ffffff;
	border-right: 2px solid #ffd20f;
	min-height: 300px;
	padding-top: 25px;
	padding-right: 14px;
	padding-bottom: 1.5em;
	padding-left: 20px;
}
#content.startpage {
	border-bottom: 2px solid #ffd20f;
}

#mainContainer {
	float: left;
	width: 700px;
}
#mainContainer.wide {
	float: left;
	width: 100%;
}
#content.startpage #mainContainer {
	width: 715px;
}

#newsContainer {
	padding: 9px 9px 0px;
	float: right;
	width: 180px;
	border: 1px dotted #fc1922;
	margin-top: 1.7em;
	color: #626262;
}
#imageContainer {
	float: right;
	width: 200px;
	margin-top: 1.7em;
	text-align: right;
}

#footer {
	float: right;
	width: 715px;
	clear: right;
	font-size: 1.1em;
	background: #ffffff url(../images/footer-border-top.gif) no-repeat 20px 0px;
	padding: 10px 14px 12px 20px;
	border-right: 2px solid #ffd20f;
	border-bottom: 2px solid #ffd20f;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
div.imageHolder {
	float: right;
	padding-left: 10px;
}
div.navMachine {
	line-height: 1.3em;
	float: left;
	width: 150px;
	margin-right: 18px;
	margin-bottom: 7px;
	text-align: center;
	font-size: .9em;
}
div.navMachineEnd {
	line-height: 1.3em;
	float: left;
	width: 150px;
	margin-right: 0px;
	margin-bottom: 7px;
	text-align: center;
	font-size: .9em;
}

table {
	margin-bottom: 1.5em;
	font-size: 1.1em;
	line-height: 1.45em;
}
table th, table td {
	padding-right: 1em;
	vertical-align: top;
}
table th {
	font-weight: bold;
	text-align: left;
}

.separator {
	clear: both;
	height: 0;
}


/* --------------- 3. LINKS AND NAVIGATION --------------- */
a:link, a:active, a:visited {
	color: #202e6e;
	text-decoration: none;
}
a:hover {
	color: #202e6e;
	text-decoration: underline;

}

#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#navigation {
	font-size: 1.1em;
	line-height: 2em;
	font-weight: bold;
	color: #202e6e;
	margin-top: 2px;
}
#navigation a {
	color: #202e6e;
	text-decoration: none;
	background: #ffea8e;
	display: block;
	padding-right: 11px;
	padding-left: 11px;
	white-space: nowrap;
	border-left: 1px solid #ffffff;
}
#navigation a.start {
	border-style: none;
}

#navigation a:hover {
	background: #ffe06d;
}


#navigation ul {
}
#navigation li {
	float: left;
}
#navigation li.page a {
	background: #ffe06b;
}



/* --------------- 4. FONTS --------------- */
h1, h2, h3, h4, p, ul {
}
h1 {
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #202e6e;
	margin-bottom: 0.5em;
}
fieldset.sellcontact .info h1 {
	margin: 0px;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #202e6e;
}
h3 {
}
h4 {
}
p {
	font-size: 1.1em;
	line-height: 1.45em;
	margin-bottom: 1.5em;
}
#content.startpage p {
	width: 486px;
}

fieldset.sellcontact .info p {
	margin: 0px;
}

sup {
	font-size: 0.6em;
}

div.navMachine p, div.navMachineEnd p {
	margin: .2em 0em 0em;
	height: 6em;
}

#contact h1 {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #ffffff;
	background: #202e6e;
	border: 1px solid #ffffff;
	padding-left: 8px;
	margin-bottom: 7px;
	font-weight: bold;
	padding-right: 8px;
	padding-bottom: 1px;
}
#contact h2 {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	padding-left: 9px;
	padding-right: 9px;
}
#contact p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 1.5em;
	padding-left: 9px;
	padding-right: 9px;
}
#contact ul {
	margin-right: 9px;
	margin-bottom: 1.5em;
	margin-left: 9px;
}
#contact li {
	font-size: 1.1em;
	line-height: 1.3em;
}


#newsContainer h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #fc1922;
	margin-bottom: 0.5em;
}
#newsContainer h2 {
	font-size: 1em;
	font-weight: bold;
}


ul {
	list-style-type: none;
}
#content ul {
	font-size: 1.1em;
	line-height: 1.45em;
	margin-bottom: 1.5em;
}
#content li {
	background: url(../images/bullet-regular.gif) no-repeat 0px .55em;
	padding-left: 9px;
}




/* --------------- 5. IMAGES --------------- */
img {
	border: 0;
}
div.imageHolder img {
	margin-top: 3px;
	margin-bottom: 7px;
}
div.navMachine img, div.navMachineEnd img {
	border: 1px solid #202e6e;
}
fieldset.sellcontact img {
	float: left;
	margin: 1.5em 10px 3em 15px;
}




/* --------------- 6. FORMS --------------- */
fieldset.contact {
	margin-bottom: 1.5em;
	margin-top: 0.6em;
	float: left;
	display: block;
	border: 1px solid #fc262a;
	width: 508px;
}
fieldset.sellcontact {
	margin-bottom: 0em;
	margin-top: 0.6em;
	float: left;
	display: block;
	width: 508px;
	border-top: 1px solid #fc262a;
	border-right: 1px solid #fc262a;
	border-bottom: none;
	border-left: 1px solid #fc262a;
}
fieldset.contact legend, fieldset.sellcontact legend {
	color: #202e6e;
	font-weight: bold;
	margin-left: 10px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 1.2em;
}
fieldset.contact table {
	font-size: 1.1em;
	line-height: 1.7em;
	margin-top: 0.6em;
	margin-right: 15px;
	margin-left: 15px;
}
fieldset.contact th {
	text-align: left;
	padding-right: 1em;
}
fieldset.contact th, fieldset.contact td {
	vertical-align: top;
}
fieldset.sellcontact .info {
	float: left;
	width: 145px;
	margin-top: 1.5em;
	margin-bottom: 3em;
	height: 96px;
}

#frmContact {
	line-height: normal;
	width: 510px;
	padding-bottom: 15px;
}
#frmContact fieldset {
	border: none;
}
#frmContact fieldset div {
	display: block;
	width: 510px;
	padding-top: 8px;
	clear: both;
}
#frmContact label {
	float: left;
	width: 245px;
	display: block;
	font-size: 1.1em;
}
#frmContact label.right {
	float: right;
}
#frmContact label.wide {
	width: 510px;
}

#frmContact input.txt {
	width: 242px;
	padding-top: 2px;
	padding-left: 1px;
	background: url(../images/bg-inputfield.jpg) repeat-y right;
	border: 1px solid #202e6e;
	padding-bottom: 2px;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #fc262a;
}
#frmContact textarea.txt {
	height: 88px;
	width: 507px;
	overflow: auto;
	padding-top: 2px;
	padding-left: 1px;
	background: url(../images/bg-textfield.jpg) repeat-y right;
	border: 1px solid #202e6e;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #fc262a;
}
#frmContact input.btn {
	color: #ffffff;
	padding-right: 7px;
	padding-left: 7px;
	border-top: 1px solid #586ca7;
	border-right: 1px solid #04082f;
	border-bottom: 1px solid #04082f;
	border-left: 1px solid #586ca7;
	background: #202e6e;
	font: bold 1.1em Arial, Helvetica, sans-serif;
}




/* --------------- 7. HACKS --------------- */
#indexlogos {
	background: url(../images/bg-index-logos.jpg) no-repeat;
}
#imageContainer img {
	margin-bottom: 15px;
}

