/* 
	CSS Document 
	Vest Supply
*/

html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	}

body {
	width: 990px;
	background: url(../images/bg_body.png);
	padding: 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0 auto 50px;
	}

p, td p, td, li, input#navn, input#epost, textarea#melding {  
	font: normal 11px/18px Tahoma, sans-serif;
	color: #000;
	}

p { 
	margin : 0 0 1em 0;
	}

	div#footer p {
		font: normal 11px/25px Tahoma, sans-serif;
		margin: 0;
		color: #fff;
		letter-spacing: 1px;
		text-align: center;
		}
	
	div#footer p a {
		color: #fff;
		}

a { 
	color : #008093;
	}

a:hover { 
	color : #c30140;
	}

h1 {
	font: normal 22px/18px "Trebuchet MS", sans-serif;
	margin: .2em 0 1em;
	color: #008093;
	}

h2 {
	font: normal 18px/18px "Trebuchet MS", sans-serif;
	margin: .2em 0 1em;
	color: #c30140;
	}	

h3 {
	font: bold 15px/18px "Trebuchet MS", sans-serif;
	margin: .2em 0 1em;
	color: #000;
	}

div#tagmark a { 
	text-decoration : none; 
	color : #008093;
	}

div#tagmark a:hover { 
	color : #c30140;
	}

div#tagmark a img {
	margin: 0 4px -5px;
	}

/*------------------------- Layout */

div#masthead {
	width: 990px;
	height: 260px;
	}

	div#header_left {
		width: 195px;
		height: 260px;
		float: left;
		}
	
	div#flashbox {
		width: 600px;
		height: 260px;
		float: left;
		background: url(../images/bg_flashbox.jpg);
		}
	
	div#header_right {
		width: 195px;
		height: 260px;
		float: left;
		}

div#navbar {
	width: 990px;
	height: 25px;
	background-color: #c30140;
	clear: both;
	position: relative;
	}

div#leftcontent {
	width: 195px;
	/*padding: 50px 15px;*/
	padding: 15px 0 50px;
	text-align: center;
	float: left;
	}
	
div#maincontent {
	width: 570px;
	padding: 15px 15px;
	float: left;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	}

div#rightcontent {
	width: 165px;
	/*padding: 50px 15px;*/
	padding: 50px 0;
	text-align: center;
	float: left;
	}

div#footer {
	width: 990px;
	height: 25px;
	background-color: #008093;
	clear: both;
	}

div#superlogin {
	background-color: #fff;
	}

img {
	behavior: url("pngbehavior.htc");
	}
	
div#tagmark {
	padding: 10px 0;
	margin: 0 auto;
	width: 990px;
	font: normal 11px/15px Tahoma, sans-serif;
	text-align: center;
	background-color: #fff;
	}

.leftlogin { border: 1px solid #fff; width: 165px; margin: 0 auto; background-color: #e8e8e8; padding-top: 5px; margin-bottom: 20px; }
.leftlogin p { color: #C30140; }
	
/*------------------------- Contact form */

input#navn, input#epost, textarea#melding { 
	padding : 2px; 
	border : 1px solid #d7e3d9; 
	}

	
input#brukernavn, input#passord { color: #666; text-align: center; padding: 2px; border-top: 1px solid #ccc; border-right: 1px solid #dedede; border-bottom: 1px solid #dedede; border-left: 1px solid #ccc; }	
.textinput_blur { color: #666; }
.textinput_focus { color: #000 !important; }
input#login	{ color: #C30140; background-color: #fff; border: 1px solid #ccc; padding: 2px; }
