/*
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;
	border: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #545454;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 30px;
}
body.popit {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 60px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	background-image: none;
	font-size: 11px;
	color: #000000;
	font-family: verdana, geneva, arial;
	line-height: 16px;
}
td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* --------------- 2. STRUCTURE --------------- */
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e3dab9;
	background-color: #fefdf9;
	background-image: url(../images/bg-main.gif);
	background-repeat: repeat-x;
}
#masthead {
	height: 198px;
	width: 738px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #b29833;
	background-image: url(../images/bg-masthead.jpg);
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
#logo {
	margin-top: 30px;
	margin-left: 27px;
}
#navContainer {
	background-color: #f6f4ea;
	width: 738px;
	margin-left: 10px;
	border: 1px solid #dcd1a5;
	margin-bottom: 25px;
}
#content {
	padding-bottom: 10px;
	float: left;
}
#leftContainer {
	float: left;
	width: 340px;
	padding-left: 20px;
	min-height: 200px;


	height: expression(document.body.clientHeight>1?"200px":"auto");
	padding-right: 40px;
}
#imageContainer {
	float: right;
	width: 340px;
	padding-right: 20px;
	margin-top: 24px;
}
#imageContainer.special {
	padding-top: 18px;
}

#imageContainer .pictxt {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	margin-bottom: 10px;
	width: 340px;
}

#menuContainer {
	float: right;
	width: 340px;
	padding-right: 20px;
}
#menuContainer .top {
	height: 142px;
	width: 340px;
	background-image: url(../images/bg-menu-top.gif);
	background-repeat: no-repeat;
}
#menuContainer .btm {
	height: 48px;
	width: 340px;
	margin-bottom: 10px;
}
#menuContainer .mid {
	width: 296px;
	margin-right: 7px;
	margin-left: 7px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #a88e29;
	border-left-color: #a88e29;
	padding-bottom: 10px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	color: #a88e29;
	line-height: 16px;
}
#leftContainer .top {
	height: 152px;
	width: 340px;
	background-image: url(../images/bg-todays-top.gif);
	background-repeat: no-repeat;
}
#leftContainer .btm {
	height: 48px;
	width: 340px;
	margin-bottom: 10px;
}
#leftContainer .mid {
	width: 296px;
	margin-right: 7px;
	margin-left: 7px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #a88e29;
	border-left-color: #a88e29;
	padding-bottom: 10px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	color: #a88e29;
	line-height: 16px;
}
#contactContainer {
	float: right;
	width: 340px;
	padding-right: 20px;
	min-height: 172px;
	height: expression(document.body.clientHeight>1?"172px":"auto");
	padding-top: 14px;
	padding-bottom: 10px;
	margin-top: 0px;
}
#contactContainer fieldset {
	border: solid 1px #a88e29;
	padding-bottom: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	float: left;
	display: block;
	width: 338px;
}
#contactContainer legend {
	color: #a88e29;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	padding-bottom: 2px;
}
#contactContainer p {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
#contactContainer table {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 11px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 15px;
}



#contactContainer th {
	text-align: left;
	padding-right: 10px;
}
#footer {
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #a88e29;
	width: 760px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e3dab9;
	text-align: center;
	clear: left;
}
.separator {
	clear: both;
	height: 0;
}


/* --------------- 3. LINKS AND NAVIGATION --------------- */
a:link, a:active, a:visited {
	color: #a88e29;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #a88e29;
}
#contactContainer a {
	font-weight: normal;
}

#navigation {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #a88e29;
	text-align: center;
	width: 738px;
}
#navigation a, #footer a {
	text-decoration: none;
	color: #a88e29;
}

#navigation a:hover, #footer a:hover {
	color: #7e6800;
}

#navigation ul {

}
#navigation li {
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
}


/* --------------- 4. FONTS --------------- */
h1, h2, h3, h4, p, ul {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	color: #a88e29;
	margin-bottom: 3px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a88e29;
	margin-bottom: 0px;
}
h3 {
}
h4 {
}
#menuContainer .mid p {
	margin: 0px;
}

#menuContainer .mid h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	line-height: 16px;
}
#menuContainer .mid h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#menuContainer .mid h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding-top: 12px;
}
#menuContainer .mid h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 8px;
}
#leftContainer .mid p {
	margin: 0px;
}

#leftContainer .mid h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftContainer .mid h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#leftContainer .mid h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding-top: 12px;
}
#leftContainer .mid h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 8px;
}
#leftContainer .mid h5 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}


p {
	margin-bottom: 15px;
}
p.nomargin {
	margin-bottom: 0px;
}

ul {
	list-style-type: none;
}
#leftContainer ul {
	margin-bottom: 15px;
}
#leftContainer li {
	background-image: url(../images/bullet-regular.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	line-height: 15px;
	margin-bottom: 2px;
}
.darker {
	color: #7e6800;
}



/* --------------- 5. IMAGES --------------- */
img {
	border: 0;
}
img.smallmargin {
	margin-bottom: 5px;
}

#imageContainer img {
	margin-bottom: 10px;
}
#imageContainer .pictxt img {
	margin-bottom: 2px;
}


img.standard {
	border: 1px solid #cccccc;
}


/* --------------- 6. FORMS --------------- */
#frmContact {
	line-height: normal;
	width: 340px;
}
#frmContact fieldset {
}

#frmContact fieldset div {
	width: 160px;
	margin-top: 8px;
	float: left;
}
#frmContact fieldset div.right {
	float: right;
}
#frmContact fieldset div.left {
	clear: left;
	width: 340px;
}
#frmContact label {
	display: block;
}
#frmContact input.txt {
	font-size: 10px;
	color: #000000;
	background-color: #e3dab9;
	height: 15px;
	width: 156px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #caba86;
	border-right-color: #f1ecd9;
	border-bottom-color: #f1ecd9;
	border-left-color: #caba86;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1px;
}
#frmContact textarea.txt {
	font-size: 10px;
	color: #000000;
	background-color: #e3dab9;
	height: 103px;
	width: 336px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #caba86;
	border-right-color: #f1ecd9;
	border-bottom-color: #f1ecd9;
	border-left-color: #caba86;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1px;
}
input.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #cfbe66;
	border-right-color: #6f4f07;
	border-bottom-color: #6f4f07;
	border-left-color: #cfbe66;
	color: #ffffff;
	background-image: url(../images/bg-formbutton.gif);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #a88e29;
}

input.btn:active {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #6f4f07;
	border-right-color: #cfbe66;
	border-bottom-color: #cfbe66;
	border-left-color: #6f4f07;
}

div.submit {
	width: 100%;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 15px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}

div.submit div.btn {
	background-color: #a88e29;
	display: inline;
	height: auto;
}


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