/*****************************************************************************
*  
*  Torgkvartalet - main.css
*  
*  ***************************************************************************
*  
*  (C) Respons Reklamebyrå 2011
*  Kode av Andreas Håkestad
*  
*****************************************************************************/


/** main **/

body {
	margin				: 0px;
	padding				: 0px;
	
	font-family			: Arial;
	font-size			: 12px;
	line-height			: 15px;
	
	background			: url(gfx2011/main_bk.jpg) repeat-x;
}

.mainHolder {
	position			: relative;
	margin				: 0 auto;
	width				: 979px;
	
	overflow			: hidden;
}

.mainTop {
	position			: relative;
	height				: 88px;
}

.mainContent {
	
}

/** common **/

.imgLink {
	border				: 0px;
}


/** sections **/

.mainSectionLeftBlock {
	display				: inline;
	float				: left;
	width				: 25px;
	overflow			: hidden;
}

.mainSectionRightBlock {
	display				: inline;
	float				: left;
	width				: 26px;
	overflow			: hidden;
}

.mainSectionHolder {
	display				: inline;
	float				: left;
	width				: 927px;
}

.mainSectionContent {
	background			: #ffffff;
	
	overflow			: hidden;
	
	border-left			: 1px solid #a0a0a0;
	border-top			: 1px solid #a0a0a0;
	border-right		: 1px solid #a0a0a0;
}

/** top, menu **/

.logoHolder {
	position			: absolute;
	left				: 55px;
	top					: 23px;
}

.menuHolder {
	position			: absolute;
	left				: 338px;
	top					: 27px;
}

/** bottom **/

.mainBottom {
}

.mainBottomImg {
	
}

.mainBottomSectionLeft {
	display				: inline;
	float				: left;
}

.mainBottomSectionRight {
	display				: inline;
	float				: right;

	color				: #464646;
	font-size			: 10px;
	font-weight			: bold;
	text-decoration		: none;
}

/** content section **/

.mscAdBlock {
	width				: 925px;
	height				: 267px;
	
	background			: url(gfx2011/forside_ad_bk.jpg);
}

.mscFacebook {
	display				: inline;
	float				: left;
	
	width				: 410px;
	height				: 184px;
	
	overflow			: hidden;
}

.mscOpeningHours {
	display				: inline;
	float				: left;
	
	width				: 514px;
	height				: 184px;
	
	overflow			: hidden;
	position			: relative;
	
	border-left			: 1px solid #a0a0a0;
	background			: url(gfx2011/forside_tider.jpg);
}

.msbOHBlock1 {
	position			: absolute;
	left				: 27px;
	top					: 97px;
}

.msbOHBlock2 {
	position			: absolute;
	left				: 281px;
	top					: 34px;
}

.msbOHBlock3 {
	position			: absolute;
	left				: 281px;
	top					: 97px;
}


.mscFB_OHHolder {
	overflow			: hidden;
	
	width				: 925px;
	height:				: 184px;
	
	border-bottom		: 1px solid #a0a0a0;
}


/** links **/

a.bottomMenu {
	color				: #464646;
	font-size			: 12px;
	font-weight			: bold;
	text-decoration		: none;
}

a.bottomMenu:link {
	text-decoration		: none;
}

a.bottomMenu:visited {
	text-decoration		: none;
}

a.bottomMenu:hover {
	text-decoration		: underline;
}

a.bottomMenu:active {
	text-decoration		: underline;
}

a.bottomMenuSmall {
	color				: #464646;
	font-size			: 10px;
	font-weight			: bold;
	text-decoration		: none;
}

a.bottomMenuSmall:link {
	text-decoration		: none;
}

a.bottomMenuSmall:visited {
	text-decoration		: none;
}

a.bottomMenuSmall:hover {
	text-decoration		: underline;
}

a.bottomMenuSmall:active {
	text-decoration		: underline;
}

