/* 

	CSS Document 
	UnniK AS
	-
	Sircon Norge AS
	Domene, webhotell, publiseringsløsninger, 
	webdesign og utvikling
	-
	http://sircon.no
	
---------------------------------------------- */

html { margin: 0; padding: 0; background: #d7d7d7 url("../images/bg_html.png") top center no-repeat; }
body { width: 960px; margin: 0 auto; padding: 0; }


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

#header { width: 960px; height: 150px; border-bottom: 5px solid #ac1518; border-top: 5px solid #ac1518; }
#topnav, #footer { width: 960px; height: 35px; background: url("../images/bg_grey.gif"); }

#contentwrap { width: 960px; background-color: #fff; padding: 35px 0; }

#primary { width: 600px; padding-right: 20px; }
#secondary { width: 225px; padding: 0 20px 0 55px; margin-left: 20px; background: url("../images/bg_redcolumn.gif") top left repeat-y; position: relative; min-height: 535px; height: auto !important; height: 535px; border-right: 1px solid #dbdbdb; }
#slogan { position: absolute; top: 50%; left: 0px; margin-top: -147px; z-index: 9; }
#latestnews, #newsletter1 { margin-bottom: 20px; border-bottom: 1px solid #dbdbdb; padding-bottom: 20px; }
#latestnews td { font-size: 12px; }

#footer p { text-align: right; padding: 0 20px; color: #63554b; font: normal 12px/35px "Lucida Sans", "Trebuchet MS", sans-serif; }
#footer p a { color: #ac1518; text-decoration: none; }

p.sircon { text-align: right; padding-right: 20px; color: #7c7c7c; font-size: 11px; margin: 7px 0; }
p.sircon a { text-decoration: none; color: #3a3a3a; }
p.sircon a:hover { color: #fff; }

#maindocument img, #tx tprofile img { padding: 2px; border: 2px solid #63554b; background-color: #fff; }
a img { border: none; }

/* Default type and links
---------------------------------------------- */
	
p, td p, td, li, .contact { font: normal 13px/18px "Lucida Sans", "Trebuchet MS", sans-serif; color: #3c3c3c; }
p { margin: 0 0 18px 0; }

a { color: #ac1518;}
a:hover { color: #a68c72; }

h1 { font: bold 24px "Lucida Sans", "Trebuchet MS", sans-serif; margin: .2em 0 18px; color: #ac1518; }
h2 { font: bold 20px "Lucida Sans", "Trebuchet MS", sans-serif; margin: .2em 0 18px; color: #615247; }
h3 { font: bold 15px "Lucida Sans", "Trebuchet MS", sans-serif; margin: .2em 0 18px; color: #615247; }
h4 { font: normal 15px "Lucida Sans", "Trebuchet MS", sans-serif; margin: .2em 0 0; color: #ac1518; }

hr { height: 1px; color: #fff; border-top: none; border-right: none; border-bottom: 1px solid #d4d4d4; border-left: none; padding-top: 8px; }


/* Forms
---------------------------------------------- */

input.contact, textarea.contact, #newsletter_email, #newsletter_format, #newsletter_button { padding: 5px;  border: 1px solid #dedede; font: normal 12px "Lucida Sans", "Trebuchet MS", sans-serif; }
#newsletter_email { width: 210px; margin-bottom: 5px; }
#newsletter_button:hover { cursor: pointer; }


/* Common
---------------------------------------------- */

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
