/*
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 {
	background: #39658c url(../images/bg-body.gif) repeat-x top;
	padding-top: 15px;
	padding-bottom: 15px;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	color: #000000;
}


/* --------------- 2. STRUCTURE --------------- */
#wrapper {
	background: #ffffff url(../images/bg-main.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	background: url(../images/bg-masthead.gif) no-repeat;
	height: 146px;
	padding-top: 10px;
	padding-left: 10px;
}
#logo {
	width: 750px;
	height: 125px;
	text-align: right;
	padding-top: 15px;
	background: url(../images/bg-brading-image.jpg) no-repeat;
}
#mainContent {
	width: 720px;
	margin-left: 25px;
	background: url(../images/bg-nav.gif) repeat-y left;
	min-height: 700px;
	float: left;
	display: inline;
}
#mainContent2 {
	width: 720px;
	margin-left: 25px;
	background: url(../images/bg-nav.gif) repeat-y left;
	min-height: 1500px;
	float: left;
	display: inline;
}
#mainContent3 {
	width: 720px;
	margin-left: 25px;
	background: url(../images/bg-nav.gif) repeat-y left;
	min-height: 850px;
	float: left;
	display: inline;
}
#mainContent4 {
	width: 720px;
	margin-left: 25px;
	background: url(../images/bg-nav.gif) repeat-y left;
	min-height: 2200px;
	float: left;
	display: inline;
}

#navContainer {
	position: relative;
	float: left;
}
#content {
	float: right;
	width: 510px;
	min-height: 400px;
}

#imageHolder {
	float: right;
	width: 200px;
	padding-left: 10px;
}

#footer {
	width: 510px;
	float: right;
	margin-top: 5px;
	border-top: 1px dashed #39658c;
	padding-top: 8px;
	text-align: center;
}
#btmContainer {
	padding-top: 17px;
	clear: both;
}

.separator {
	clear: both;
	height: 0;
}
#content table {
	margin-bottom: 1.5em;
}
#content table td {
	vertical-align: top;
}
#content table.studio td {
	/*background: url(../images/bg-studioimages.gif) no-repeat 0px 8px;*/
	width: 510px;
	padding-bottom: -1.5em;
}
#content table.diagnos td {
	font-size: 1.1em;
	line-height: 1.7em;
}






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


#navigation {
	background: #527da5;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	position: absolute;
	left: -3px;
	top: -24px;
	width: 180px;
	font: 1.4em/2.1em Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
}
#navigation a:hover {
	color: #91aecd;
}

#navigation ul {
	margin: 4px 10px 10px;
}
#navigation li {
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #91aecd;
}
#navigation li.end {
	border-bottom-style: none;
}



/* --------------- 4. FONTS --------------- */
h1, h2, h3, h4, p, ul {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #39658c;
	margin-top: 9px;
	margin-bottom: 7px;
}
h2 {
	font-weight: bold;
	color: #39658c;
	font-size: 1.2em;
	line-height: 1.7em;
}
h2 span.smaller {
	font-size: 0.85em;
}

h3 {
}
h4 {
}
p {
	font-size: 1.1em;
	line-height: 1.7em;
	margin-bottom: 1.5em;
}
ul {
	list-style-type: none;
}
#content ul {
	margin-bottom: 1.5em;
	font-size: 1.1em;
	line-height: 1.8em;
	margin-right: 40px;
}
#content li {
	padding-left: 12px;
	background: url(../images/bullet-regular.gif) no-repeat 0px 0.6em;
}


/* --------------- 5. IMAGES --------------- */
img {
	border: 0;
}
#imageHolder img {
	margin-top: 3px;
	margin-bottom: 7px;
}
#content.studio img {
	float: left;
	display: inline;
	margin-top: 1.5em;
}
#content.studio img.right {
	float: right;
}




/* --------------- 6. FORMS --------------- */
fieldset.contact {
	margin-bottom: 1.5em;
	margin-top: 0.6em;
	float: left;
	display: block;
	border: 1px solid #39658c;
	width: 100%;
}
fieldset.contact legend {
	color: #39658c;
	font-weight: bold;
	margin-left: 10px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 1.2em;
}
fieldset.contact table {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0.6em;
	font-size: 1.1em;
	line-height: 1.7em;
}
fieldset.contact th {
	text-align: left;
	padding-right: 1em;
}
#frmContact {
	line-height: normal;
	width: 340px;
	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 #39658c;
	padding-bottom: 2px;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #39658c;
}
#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 #39658c;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #39658c;
}
#frmContact input.btn {
	color: #ffffff;
	padding-right: 7px;
	padding-left: 7px;
	border-top: 1px solid #91b3cd;
	border-right: 1px solid #1a3d6b;
	border-bottom: 1px solid #1a3d6b;
	border-left: 1px solid #91b3cd;
	background: #527da5;
	font: bold 1.1em Arial, Helvetica, sans-serif;
}



/* --------------- 7. HACKS --------------- */
body { /* IE 5 centering bug fix*/
	text-align: center;
}
#wrapper {
	text-align: left;
}
