/* Start of CMSMS style sheet 'main' */
/* layout elements */

body {
	background: url(uploads/images/background.png) top repeat-x #e3e4e4;
	font-family: "trebuchet ms",arial,sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: #4d4d4d;
}

body#app {
	background: url(uploads/images/app_background.png) top repeat-x #e3e4e4;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#top {
	background: url(uploads/images/top.png) top no-repeat #e3e4e4;
	height: 242px;
	width: 1000px;
	position: relative;
}

#app #top {
	background: url(uploads/images/app_top.png) top no-repeat #e3e4e4;
}

#menu {
	height: 30px;
	width: 1000px;	
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px 65px 0 0;
	font-size: 15px;
	color: #bbb;
	line-height:19px;
}

#quote {
	width: 270px;
	height: 180px;
	text-align: left;
	position: absolute;
	top: 60px;
	right: 65px;
	margin: 0;
}

#content {
	background: url(uploads/images/content.png) top repeat-y #e3e4e4;
	position: relative;
	overflow: hidden;
	width: 1000px;
	/*padding-bottom: 30px;*/
}

#flash, #iframe {
	height: 330px;
	width: 870px;
	background: #ccc;
	margin: 0 0 0 65px;
	z-index: 0;
}

#iframe #ramskaparen {
	height: 330px;
	width: 870px;
	background: #fff;
}

#fader {
	height: 410px;
	width: 870px;
	background: #ccc;
	margin: 0 0 0 65px;
	z-index: 0;
}

#fader img {  
    width:  870px; 
    height: 410px; 
    top:  0; 
    left: 0 
} 

#footer {
	background: url(uploads/images/footer.png) top no-repeat #e3e4e4;
	height: 340px;
	position:relative;
	clear: both;	
}

/* #app #footer {
	background: url(uploads/images/app_footer.png) top no-repeat #e3e4e4;
} */

#sitemap {
	height: 240px;	
}

#contact {
	height: 240px;	
}

#credits {
	height: 30px;
	width: 900px;
	text-align: left;
	line-height: 30px;	
	margin: 0 0 0 65px;
	font-size: 11px;
	position: absolute;
	bottom: 15px;
	left: 0;
	color: #aaa;
}

/* Content */

div.triple {
	width: 540px;
	float: left;
	margin: 0 60px 0 0;
	display: inline;
}

div.full {
	width: 870px;
	float: left;
	margin: 0 60px 0 0;
	display: inline;
}

div.single {
	width: 270px;
	float: left;
	margin-right: 30px;
	display: inline;
}

div.third {
	width: 270px;
	float: left;
	margin-right: 30px;
	display: inline;
}

div.closebutton {
	position:absolute;
	right: 35px;
	top: 10px;
	font-size: 11px;
}

div.form {
	width: 435px;
	float: left;
	margin-right: 15px;
	display: inline;
	
}

/* typography */

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

h1, h2 {
	font-size: 18px;
	margin: 30px 0 0 0;
	text-transform: none;
	padding-top: 15px;
	color: #333;
}

h1.orange, h2.orange {
	border-top: 1px solid #D94C21;
	color: #D94C21;
}

h1.orangeinfo, h2.orangeinfo {
	border-top: 1px solid #D94C21;
	color: #D94C21;
	margin: 0 0 0 0;
}

h1.blue, h2.blue {
	border-top: 1px solid #3696D9;
	color: #3696D9;
}

h1.blueinfo, h2.blueinfo  {
	border-top: 1px solid #3696D9;
	color: #3696D9;
	margin: 0 0 0 0;
}

h1.quote, h2.quote  {
	color: #D94C21;
	padding: 0;
}

#app h1.quote, #app h2.quote  {
	color: #3696D9;
	padding: 0;
}

p {
	margin: 15px 0 0 0;
	color: #333;
	text-align: justify;
}

h3 {
	font-size: 12px;
	margin: 15px 0 0 0;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #333;

}

#footer h1, #footer h2 {
	color: #fff;
	padding-top: 30px;
}

#footer p {
	color: #fff;
	text-align: left;
	margin: 15px 20px 0 0;
}

p.notopmargin {
	margin: 0;
}

span.label {
    display: inline;
    float: left;
    font-size: 10px;
    font-weight: bold;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    width: 100px;
}

/* Links */

#content a, #quote a {
	color: #D94C21;
	text-decoration: underline;
}

#content a:hover, #quote a:hover {
	color: #D94C21;
	text-decoration: none;
}


#app #content a, #app #quote a {
	color: #3696D9;
	text-decoration: underline;
}

#app #content a:hover, #app #quote a:hover {
	color: #3696D9;
	text-decoration: none;
}


#menu a  {
	color: #333;
	font-size: 15px;
	text-decoration: none;
}

#menu a.active, #menu a.active:hover  {
	color: #D94C21;
}

#app #menu a.active, #app #menu a.active:hover  {
	color: #3696D9;
}

#menu a.tool  {
	color: #ccc;
}

#menu a.tool:hover  {
	color: #bbb;
}

#menu a:hover {
	color: #D94C21;
	font-size: 15px;
}

#app #menu a:hover {
	color: #3696D9;
	font-size: 15px;
}



#menu a.ramskaparen {
	color: #3696D9;
}

#menu a.ramskaparen:hover {
	color: #333;
}

#menu a.rammakarna {
	color: #D94C21;
}

#menu a.rammakarna:hover {
	color: #333;
}

#menu span.spacer {
	margin: 0 5px
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

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

#credits a {
	color: #aaa;
}

#credits a:hover {
	color: #aaa;
	text-decoration: underline;
}

a img:hover {
	opacity: 0.7;
}

/* various */

img {
	border: none;
	opacity: 1;
}

ul {
	list-style-type:square;
	margin:15px 15px;
}

ul li {
	margin:0 10px 5px 0;
}

table {
	margin-top: 18px;
}

/* Ramskaparen */

a#zoom_close {
	color:#333333;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

a#zoom_close:hover {
	color: #3696D9;
}


/* Shadowbox stuff */

img.thumb {
	float: left;
	display: inline;
	margin: 0 2px 2px 0;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(uploads/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(uploads/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(uploads/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: "trebuchet ms",arial,sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(uploads/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;

}
/* End of 'main' */

