/* Layout Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
}

#headerHomeEn {
	width: 100%;
	height: 291px;
	background-image:   url("../en/images/home_header_image.jpg");
	background-position: 0 8px;
	background-repeat: no-repeat;
	background-color: #597583;
}

#headerHomeSe {
	width: 800px;
	height: 291px;
	background-image:   url("../se/images/home_header_image.jpg");
	background-position: 0 8px;
	background-repeat: no-repeat;
	background-color: #597583;
}

#headerHomeDe {
	width: 100%;
	height: 291px;
	background-image:   url("../de/images/home_header_image.jpg");
	background-position: 0 8px;
	background-repeat: no-repeat;
	background-color: #597583;
}

#headerContent {
	width: 100%;
	height: 95px;
	background-image:    url("../images/content_header_image2.jpg");
}

#language {
	position: absolute;
	height: 23px;
	width: 150px;
	left: 650px;
	top: 35px;
}

#testrun a {
	position: absolute;
	width: 175px;
	height: 167px;
	text-indent: -1000em;
	top: 113px;
	left: 568px;
}

#testrun a:hover {
	background-image: url(../se/images/testrun_on.jpg);
	background-repeat: repeat-x;
}

#navbar {
	position: absolute;
	top: 75px;
	width: 100%;
	height: 22px;
	background-image: url(../images/nav_bkgd.gif);
	background-repeat: repeat-x;
	margin: 7px 0 0 0;
}



#callout {
	float: left;
	width: 450px;
	height: 210px;
	margin: 25px 0 0 0;
	padding: 8px 5px 5px 5px;
	background: url(../images/big_quotes.gif) no-repeat left top;
}

#calloutDe {
	float: left;
	width: 800px;
	height: 210px;
	margin: 25px 0 0 0;
	padding: 8px 5px 5px 5px;
	background: url(../images/big_quotes_wide.gif) no-repeat left top;
}

#content {
	float: left;
	position: relative;
	width: 450px;
	margin: 15px 0 20px 0;
	padding: 0 0 0 35px;
}

#specContent {
	float: left;
	position: relative;
	width: 400px;
	margin: 0 0 20px 0;
}

#sidebar {
	float: right;
	width: 260px;
	margin: 65px 0 0 0;
}

#footer {
	clear: both;
	margin: 0 0 5px 40px;
	padding: 50px 0 0 0;
}

#home #footer {
	margin-left: 10px;
}

/* Component Styles */
/* Universal Navbar Build - thanks to Dan Cederholm */

#nav li {
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	padding: 20px 10px 0 10px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* for IE5/Win */
}
	
#nav a:hover {
	background-position: 0 -20px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -20px;
}

/* English Navbar Selections */
#nhome a  {
	width: 75px;
	background:  url("../en/images/nav_home.gif") top left no-repeat;
}

#noverview a  {
	width: 61px;
	background:  url("../en/images/nav_overview.gif") top left no-repeat;
}

#nspecs a  {
	width: 93px;
	background:  url("../en/images/nav_specifications.gif") top left no-repeat;
}

#nphotos a  {
	width: 47px;
	background:  url("../en/images/nav_photo.gif") top left no-repeat;
}
	
#nabout a {
	width: 61px;
	background:  url("../en/images/nav_about.gif") no-repeat left top;
}

#nnews a {
	width: 36px;
	background:  url("../en/images/nav_news.gif") no-repeat left top;
}

#ncontact a {
	width: 52px;
	background:  url("../en/images/nav_contact.gif") no-repeat left top;
}

/* Swedish Navbar Selections */
#nhomese a  {
	width: 70px;
	background:  url("../se/images/nav_home.gif") top left no-repeat;
}

#noverviewse a  {
	width: 58px;
	background:  url("../se/images/nav_overview.gif") top left no-repeat;
}

#nspecsse a  {
	width: 85px;
	background:  url("../se/images/nav_specs.gif") top left no-repeat;
}

#nphotosse a  {
	width: 61px;
	background:  url("../se/images/nav_photos.gif") top left no-repeat;
}
	
#naboutse a {
	width: 61px;
	background:  url("../se/images/nav_about.gif") no-repeat left top;
}

#nnewsse a {
	width: 54px;
	background:  url("../se/images/nav_news.gif") no-repeat left top;
}

#ncontactse a {
	width: 54px;
	background:  url("../se/images/nav_contact.gif") no-repeat left top;
}

/* German Navbar Selections */
#nhomede a  {
	width: 98px;
	background:  url("../de/images/nav_home.gif") top left no-repeat;
}

#noverviewde a  {
	width: 69px;
	background:  url("../de/images/nav_overview.gif") top left no-repeat;
}

#nspecsde a  {
	width: 55px;
	background:  url("../de/images/nav_specifications.gif") top left no-repeat;
}

#nphotosde a  {
	width: 43px;
	background:  url("../de/images/nav_photo.gif") top left no-repeat;
}
	
#naboutde a {
	width: 72px;
	background:  url("../de/images/nav_about.gif") no-repeat left top;
}

#ncontactde a {
	width: 58px;
	background:  url("../de/images/nav_contact.gif") no-repeat left top;
}




/* News and Media Inquiries Area Build */
#media, #news {
	width: 255px;
	margin: 5px 0 15px 5px;
	clear: left;
	border: 3px solid #e6dcb9;
}

#media h5, #news h5 {
	height: 18px;
	width: 225px;
	margin: 0 !important;
	padding: 4px 15px;
	background-color: #e6dcb9;
}

#media p, #news p {
	margin: 15px;
	font: 12px Arial, Helvetica, sans-serif;
}

#home #news {
	width: 300px;
	clear: none;
	float: right;
	border: none;
	margin: 35px 0 0 0;
}

#home #news h5 {
	background: none;
	margin-bottom: 0px;
	width: 250px;
	height: 26px;
}

#home #news h6 {
	margin: 10px 0 0 15px;
}

#home #news p {
	margin: 5px 0 5px 15px;
}

#sidebar img {
	margin: 0 0 10px 5px;
}

/* Text Styles */
h1 {

}

h2 {
	margin: 10px 0 5px 5px;
	color: #ff0000;
	font: italic 700 28px Arial, Helvetica, sans-serif;
}

h3 {
	margin: 7px 0 0 0;
	font: italic 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ff0000;	
}

h4 {
	font: 14px Arial, Helvetica, sans-serif;
}

h5 {
	font: italic 700 16px Arial, Helvetica, sans-serif;
	color: #000033;
	margin: 20px 0 0 5px;
	width: 450px;
	height: 28px;
}

h6 {
	font: 700 14px Arial, Helvetica, sans-serif; 
	margin: 12px 0 0 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

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

li {
	list-style: none;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
}

blockquote {
	padding: 10px 0 0 35px;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.schematic {
	margin: 0 0 20px 0;
}

.pullquote {
	font: italic 17px Georgia, "Times New Roman", Times, serif;
	margin: 0 8px 0 5px;
	padding: 0 15px 0 0;
	line-height: 24px;
}

.newsText, .mediaText {
	font-size: 12px;
	line-height: 18px;
}

.newsDate {
	font-size: 10px;
	color: #000033;
	border-bottom: 1px dashed #e6dcb9;
	padding-bottom: 5px;
}

.newsDateContent {
	font-size: 10px;
	margin: 10px 0 0 5px;
	color: #000033;
}

.newsArchives {
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 0 0;
}

.footText {
	font-size: 10px;
}	

a {
	color: #cc0000;
}

a:hover {
	color: #000033;
}

a:visited {
	color: #000033;
}	

/* Form Styles */
fieldset {
	border: none;
	margin: 20px 0 20px 0;
}

legend {
	font: italic 700 16px Arial, Helvetica, sans-serif;
	color: #000033;
}

label {
	float: left;
	width: 10em;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 10px 0 0 10px;
}

input, textarea {
	width: 280px;
	margin-top: 10px;
}

input.formButton {
	width: 100px;
}

#submits {
	margin-left: 138px;
}

/* Content Page Specific Styles */
.content {
	font-size: 13px;
	line-height: 22px;
	margin: 0 0 10px 5px;
}

#simalogo {
	margin: 55px 0 0 115px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 51px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

/* Photo Gallery Styles */
ul#gallery {
	margin: 0 0 15px 0;
	clear: right;
}

li.thumb {
	float: left;
	padding: 0 5px 0 0;
	
	
} 

li.thumb a:link, li.thumb a:visited {
	border-bottom: 3px solid #fff;
	width: 75px;
	height: 75px;
}

li.thumb a:hover, li.thumb a:active {
	border-bottom: 3px solid #cc0000;
	width: 75px;
	height: 75px;
}

.photo {
	margin: 0 0 25px 5px;
}

.simalogo {
	padding: 85px 0 0 0;
}

