
/*
	Current version: 1.0
	
	Site: Åsö Vårdcentral
	www: asovardcentral.se
	Author: Robert Hedman, robert.hedman@atrox.se
	Notes: This file contains the rules of the basic structure and navigation of the site.
	------------------------------------------------------------------

*/



/* ----------------------------------------------------------------------- */



#startPage
{
	background: #fff;
	border-top:5px solid #568595;
	margin: 0 0 20px 0;
}

#wrapper
{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

#main
{
	float: left;
	min-height:284px;
	height:auto !important;
	height: 284px;	
	width: 620px;
}

	#main ul{font-size:1.2em;}

	#position0
	{
		margin:0 40px;
	}
	
	#position1
	{
		width:310px;
		overflow:hidden;
		float:right;
	}



#header {

}
	#logotype{
		background: url(../images/common/logotype.gif) no-repeat;
		height: 118px;
		width: 347px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		float:left;
	}
	
	.phone
	{
		display:block;
		font-size:2.2em;
		color:#245b7a;
		display:block;
		width:auto;
		float:right;
		margin:45px 0 0 0;
	}
	
	
#footer {
	clear:both;
	float:left;
	width:960px;
	background:url(../images/common/footer.gif) no-repeat;
	margin:20px 0 0 0;
	font-size:0.914em;
}

	#adress
	{
		float:left;
		width:auto;
		margin:15px 0 0 0;
	}
	
	#credit
	{
		float:right;
		width:auto;
		margin:15px 0 0 0;
	}



/* Primary navigation */
.navContent{
	height: 30px;
	overflow:hidden;
	background:#568595;
	clear:both;
	float:none;
	margin:0 0 20px 0;
}
	.navContent li
	{
		list-style: none;
		float: left;
		font-size: 1em;
		font-weight:bold;
		margin:0 !important;
	}
		.navContent li.menuItemLast
		{
			background: none;
		}
		.navItemContent a
		{
			color: white !important;
			text-decoration: none;
			line-height:1.7em;
			height:30px;
			float: left;
			display:block;
			padding: 5px 12px 0 12px;
		}
		
			.navItemContent a:hover
			{
				background:#6495a5;
			}
.navList
{
	margin: 0 0 0 8px !important;
	padding: 0 !important;
}


/* Active tab */
.navItemLeft, .navItemRight, .navItemLeftSelected, .navItemRightSelected{display:none;}

.navItemContent{
}

.navItemContentSelected a{
	background:#f4f2ea;
	padding: 5px 12px 0 12px;
	float: left;
}

	.navItemContentSelected a{color:#568595 !important;height:30px;display:block;line-height:1.7em;}

/* Inactive tabs */
.navItemLeft, .navItemRight{}

/* Secondary navigation */

.nav2Active{display:none;}

.nav2ListLvl1
{
	margin:0 !important;
	padding:0 0 40px 0 !important;
	list-style:none;
	width:310px;
	overflow:hidden;
	background:url(../images/common/submenu-bottom.gif) bottom left no-repeat #f4f2ea;
	float:right;
}

	.nav2ListLvl1 li
	{
		margin:5px 20px 0 20px;
		padding:0 0 10px 0;
		background:url(../images/common/submenu-line.gif) bottom left repeat-x;
	}
	
		.nav2ListLvl1 li a
		{
			margin:0 20px 0 20px;
			color:#c84527;
			font-size:1.3em;
			display:block;
			background:url(../images/common/submenu-arrow.gif) top right no-repeat;
		}
		
			.nav2ListLvl1 li a:hover
			{
				color:#245b7a;
				background:url(../images/common/submenu-arrow-active.gif) top right no-repeat;
			}
			
			.leftMenuSelected
			{
				color:#245b7a !important;
				background:url(../images/common/submenu-arrow-active.gif) top right no-repeat !important;
			}
		
		.nav2ListLvl1 li .menuItemFirst
		{
			padding:10px 0 0 0;
		}
		
/* Level 3 */
.nav2ListLvl2
{
	list-style:none;
	margin:0;
	padding:0;
	display: none;
}

	.nav2ListLvl2 li
	{
		margin:0 5px 0 0;
		padding:0 0 5px 0;
		background:none;
	}
	
		.nav2ListLvl2 li a, .nav2ListLvl2 li a:hover, .nav2ListLvl2 .leftMenuSelected
		{
			background:none !important;
		}
		
		.nav2ListLvl2 li a
		{
			margin:0 0 0 15px;
		}

/* Contact form */



.leftLast
{
	float: left;
}

#SendEmailForm
{
	margin:0;
	padding:0;
	width:440px;
}

#SendEmailForm label
{
	display:block;
	float:none;
	clear:both;
}

#SendEmailForm textarea
{
	clear:both;
	float:none;
}

#contactEmail ul
{
	margin: 0 !important;
	margin-left: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style:none;
	list-style-type:none;
}
#contactEmail li
{
	padding: 0 !important;
	border: 0 !important;
	margin:0 !important;
}
#contactEmail input
{
	width: 175px;
	padding: 2px 0 0 4px;
	height: 21px;
	margin: 0 0 8px 0 !important;
}

#contactEmail #subject
{
	width: 100%;
}
#contactEmail #message
{
	height: 67px;
	width: 432px;
	margin: 5px 0 20px 0 !important;
	padding: 6px;
}

#contactEmail .left
{
	clear: left;
	float: left;
	width: 175px;
}
#contactEmail .right
{
	width: 175px;
	float: right;
	
}

#contactEmail .contactEmailSubmit
{
	float: right !important;
	width:auto !important;
	height:auto !important;
	padding:2px 5px 2px 5px;
	margin:0;
	background:#F4F2EA;
	border-color:#F4F2EA;
	cursor:pointer;
}


/* Etc */
.inputHidden
{
	display: none !important;
	height: 0;
	width: 0;
}
.clearFix
{
	clear: both;
	float: none;
}

.msgInfo
{
	color:#90c642;
	font-weight:bold;
}

.msgError
{
	color:#e90047;
	font-weight:bold;
}

.msgWarning
{
	color:#ffcc00;
	font-weight:bold;
}
#nyhetsbrev{
	background: url(../images/common/nyhetsbrev.gif) no-repeat;
	width: 76px;
	height: 17px;
	display: block;
	float: right;
	clear: both;
	text-indent: -9999px;
	margin: 9px 6px 9px 0;
}
html>body #nyhetsbrev{
	margin: 9px 12px 9px 0;
}
#newsletterWrapper {
	margin:0 auto;
	position:relative;
	width:760px;
	z-index:200;
}
#newsletterContainer {
	background:#fff;
	height:30px;
	right:0px;
	position:absolute;
	top:5px;
	width:600px;
	z-index:500;
}
#btnEmailSubscribeSubmit{
	background: url(../images/common/registrera.gif) no-repeat;
	width: 76px;
	height: 17px;
	display: block;
	float: right;
	clear: both;
	text-indent: -9999px;
	border: 0;
	padding: 0;
	margin: 4px 0 0 5px;
}

/* Advanced form */
.advForm{ width: 386px; }

.advForm label
{
	display:block;
}

.advFormLeft, .advFormRight, .advFormFull
{
	margin:0 0 10px 0;
}

.radioValue, .checkboxValue{margin-right:20px;}

.advFormLeft
{
	float:left;
	display:inline;
	width:190px;
	margin:0 20px 10px 0;
}

	.advFormLeft .text, .advFormRight .text
	{
		width:170px;
		padding: 2px;
	}

.advFormRight
{
	float:left;
	display:inline;
	width:170px;
}

.advFormFull
{
	clear:both;
	float:none;
}

	.advFormFull .select
	{
		width:100%;
	}
	
	
	
	.advFormFull .textarea, .advFormFull .text
	{
		width:98%;
		padding: 2px;
	}
	
.submitContainer
{
	clear:both;
	float:none;
	text-align:right;
}

option.odd{background:#eeeeee}
option.even{background:silver}
.option4{background:red !important;}
