/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #e6e5e3;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#302d2d;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:837px;
	background: url("/graphics/mainbg.gif") #ffffff repeat-x;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:837px;
	height:47px;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 50px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:750px;
	height:48px;
	bottom:0; /* stick to bottom */
	font-size:10px;
	margin: 0 auto 0 43px;
	border-top: #d8d8d7 solid 1px;
}




/* main nav */


#topmenu {
	width: 837px;
	height:43px;
	padding: 0;
	margin: 0 0 0 0;
	background: #000;
	
	}
}






/* content formatting */

#pagecontent {
	width: 837px;
	padding: 0 0 20px 0;
	overflow: auto;
	line-height:15px;
}

#splashcontent {
	width: 837px;
	padding: 0 0 20px 0;
	overflow: auto;
	background: url("/graphics/splashbodybg.jpg") no-repeat;
	line-height:15px;
}

#interior {
	width: 654px;
	padding: 132px 110px 0 73px;
	background: url("/graphics/swedlogo.gif") no-repeat;
	line-height:15px;
	float:left;
	border:0px solid;
}

#splashleft {
	width: 287px;
	height:361px;
	padding: 132px 0 0 73px;
	background: url("/graphics/swed.gif") no-repeat;
	line-height:15px;
	float:left;
	border:0px solid;
}

#splashright {
	width: 477px;
	height:495px;
	margin: 0 0 0 0px;
	float:right;
	border:0px solid;
}

#leftboxes {
	width: 489px;
	margin: 0 0 0 50px;
	_margin: 0 0 0 25px;
	float:left;
	border:0px solid;
}

#leftbox1 {
	background: url("/graphics/bg_listen.gif") no-repeat;
	width: 183px;
	margin: 0 0 0 0px;
	padding: 47px 24px 0 34px;
	float:left;
	border:0px solid;
	font-size:11px;
}

#leftbox2 {
	background: url("/graphics/bg_free.gif") no-repeat;
	width: 183px;
	margin: 0 0 0 7px;
	padding: 47px 24px 0 34px;
	float:right;
	border:0px solid;
	font-size:11px;
}

#rightbox {
	background: url("/graphics/bg_buy.gif") no-repeat;
	width: 183px;
	margin: 0 50px 0 0px;
	_margin: 0 25px 0 0;
	padding: 47px 24px 0 34px;
	float:right;
	border:0px solid;
	font-size:11px;
}


#right_foot {
	color: #717171;
	float: right;
	padding-top: 8px;
	padding-right:11px;
}

#left_foot {
	color: #717171;
	float: left;
	padding-top: 8px;
	padding-left:11px;
}



#clear {
	clear: both;
}






/* text styles */



a {
	color: #f61639;
	text-decoration: underline;
}
a:hover {
	color: #c50000;
	text-decoration: underline;
}

a.imedia {
	color: #717171;
	text-decoration: underline;
}
a.imedia:hover {
	color: #f61639;
	text-decoration: underline;
}

a.learn {
	color: #f61639;
	text-decoration: none;
	font-style: italic;
	font-weight:bold;
}
a.learn:hover {
	color: #c50000;
	text-decoration: underline;
}



h1 {
	font-size:20px;
	line-height:22px;
	color: #0064aa;
	font-family:comic sans ms, arial,sans-serif;
	margin:0 0 3px 0;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: underline;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}






/* menu codes */



#navPyra {
	height:43px;
	margin: 0;
	padding: 0 0 0 35px;
	border-bottom: 4px solid #ffffff;
	}
	


#navPyra li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	
	}
	
#navPyra a:link, #navPyra a:visited {
	float: left;
	font-size: 14px;
	line-height: 37px;
	font-weight: bold;
	padding: 0 20px 6px 20px;
	text-decoration: none;
	color: #cccccc;
	}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	color: #ffcc4c;
	background: url(/graphics/tab_pyram.gif) no-repeat bottom center;
	}






