/* START YUI element reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* END YUI element reset */

/* START LAYOUT */

strong {
	font-weight: bold;
}

#top-container {
	height: 465px;
	background: url(../images/3w_alt_header.png) repeat-x top center;
}

#fader {
	position: relative;
	margin: 0 auto;
	width: 1078px;
	overflow: visible;
}
#shading-left {
	float: left;
	position: relative;
	height: 275px;
	width: 37px;
	background: url(../images/shadingleft.png) no-repeat 0 0;
}
#shading-right {
	float: left;
	position: relative;
	height: 275px;
	width: 37px;
	background: url(../images/shadingright.png) no-repeat 0 0;
}


.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.container-content {
	position: relative;
	float: left;
	width: 1000px;
	min-height: 300px;
	padding-bottom: 100px;
	overflow: hidden;
	border-left: 2px solid #f9f9f9;
	border-right: 2px solid #f9f9f9;
	border-bottom: 0px solid #f9f9f9;
}

ul#top-menu {
	float: right;
	margin-top: 20px;
}
ul#top-menu li {
	margin-left: 15px;
	padding: 4px 4px;
	float: left;
}
ul#top-menu li a {
	padding: 5px 10px 4px 10px;
	font-weight: bold;
	font-size: 93%;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
ul#top-menu li a:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #006388;
}
ul#top-menu li.current {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #006388;	
}
ul#top-menu li.current a:hover {
	padding: 4px 10px;
}

.logo {
	margin-top: 25px;
}

#top-container p {
	position: absolute;
	margin: 30px 0 0 240px;
	font-style: italic;
	color: #fff;
	font-size: 240%;
}

#top-container p span.small {
	font-size: 90%;
}

#main-menu {
    margin-top: 95px;
}

ul#mycarousel img:hover {
	opacity: .9;
	zoom: 1;
	filter: alpha(opacity = 90);
}

#content {
	float: left;
	width: 600px;
	padding: 15px 15px 15px 20px;
}
#content h1 {
	padding: 20px 0 20px 0;
	font-family: "Myriad pro", Arial, "Times New Roman";
	text-transform: uppercase;
	font-size: 182%;
	color: #2888b3;
}
#content h2 {
	padding: 15px 0 15px 0;
	font-family: "Myriad pro", Arial, "Times New Roman";
	font-size: 155%;
	color: #2888b3;	
}
#content h3 {
	padding: 10px 0 10px 0;
	font-family: "Myriad pro", Arial, "Times New Roman";
	text-transform: uppercase;
	font-size: 121%;
	color: #363636;	
}
#content p.bread {
	width: 500px;
	font-family: Georgia, Arial;
	font-size: 108%;
	font-weight: bold;
	color: #575c5e;
}
#content p {
	padding: 10px 0 15px;
	color: #5f5f5f;
	line-height: 1.5em;
}
#content a {
	color: #2a97be;
}
#content ol {
	list-style-type: decimal;
	margin: 10px 30px;
}
#content ol li {
	line-height: 1.7em;
}
#content table.contact {
	float: left;
	width: 300px;
}
#content table.contact td {
	display: table-row;
	width: 100%;
	color: #363636;
	line-height: 2em;
}
#content table.contactform {
	margin-top: 40px;
}
#content table.contactform td {
	padding: 3px 30px 3px 0;
	color: #363636;
	line-height: 2em;
}
#content table.contactform textarea {
	width: 418px;
	height: 150px;
}
#content table.contactform input[type="text"], #content table.contactform textarea {
	padding: 3px;
}
#content table.contactform input.send {
	width: 70px;
	height: 30px;
	line-height: 30px;
	font-size: 93%;
	font-weight: bold;
	color: #909090;
	border: 0;
	background: url(../images/skicka_btn.png) no-repeat;
}

#rightbar {
	float: left;
	margin-top: 30px;
	margin-left: 65px;
	width: 280px;
}
#rightbar .window {
	margin-bottom: 40px;
}
#rightbar .window p {
	padding: 10px;
	color: #393939;
	border-bottom: 1px solid #e9e9e9;
}
#rightbar .window h3 {
	padding: 25px 0 10px 10px;
	font-family: "Myriad pro";
	text-transform: uppercase;
	font-size: 108%;
	color: #13769b;
	background: url(../images/rightbar-header-border.gif) repeat-x 0 0;
}
#rightbar ul {
	padding-left: 10px;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 15px;
}
#rightbar ul li {
	color: #393939;
	line-height: 2em;
}
#rightbar a {
	color: #4da5d0;
}
#rightbar img {
	float: right;
}

#footer {
	clear: both;
	height: 118px;
	padding-top: 15px;
	background: url(../images/footer_bg.png) repeat-x top center;
}
.footer-menu {
	float: left;
}
.footer-search-copy {
	float: left;
}
.search {
	width: 193px;
	height: 26px;
	line-height: 26px;
	margin-top:10px;
	padding-left: 10px;
	border: 0;
	color: #dedede;
	font-style: italic;
	background: url(../images/search_input_bg.png) no-repeat;
}
.footer-search-copy img {
	float: left;
	margin-right: 10px;
}
.footer-menu img {
	float: left;
	margin-right: 10px;
}
#footer-container {
	width: 1000px;
	margin: 0 auto;
	padding-top: 0px;
}
#footer-container ul {
	float: left;
	padding-left: 15px;
	width: 260px;
	min-height: 110px;
	background: url(../images/footer_divider.png) no-repeat center left;
}
#footer-container ul li strong {
	color: #4d4d4d;
	border-bottom: 2px solid #cbcbcb;
	padding-right: 200px;
}
#footer-container ul li a {
	font-size: 93%;
	line-height: 1.4em;
	text-decoration: none;
	color: #ebeaea;
}
#footer-container ul li a:hover {
	text-decoration: underline;
	color: #effbff;
}
#footer-container p.copyright {
	font-size: 93%;
	padding-top: 5px;
	color: #717171;
}
p.copyright strong {
	color: #727678;
}

.ecommerceboxcontainer {
	float: left;
	width: 952px;
	margin-top: 20px;
	margin-right: 25px;
	background: url(../images/ecommercedata-bg.gif) no-repeat left top;
}
.ecommercestartbox {
	float: left;
	padding: 10px 38px;
}
.ecommercestartbox ul {
	width: 240px;
	float: left;
}
.ecommercestartbox ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 5px;
	padding: 3px 5px;
	font-size: 93%;
	color: #4f4f4f;
	border-top: 1px dashed #ccc;
}
.ecommercestartbox ul li:hover {
	background: #f9f9f9;
}
.ecommerceboxcontainer h4 {
	padding: 10px 0 10px 0;
}

.boxcontainer {
	float: left;
	width: 300px;
	height: 240px;
	margin-top: 20px;
	margin-right: 25px;
	background: url(../images/start_boxcontainer.gif) no-repeat left bottom;
}
.boxcontainer h4, .ecommerceboxcontainer h4, .ecommercecontainer h4 {
	font-size: 138.5%;
	color: #2888b3;
}
.startbox {
	padding: 10px 35px;
}

.ecommercecontainer {
	float: left;
	min-height: 138px;
	padding-left: 35px;
	margin-top: 40px;
	margin-right: 25px;
	background: url(../images/ecommerce_container.gif) no-repeat left bottom;
}
.ecommercecontainer h4 {
	margin-top: 5px;
}

#content li {
	line-height: 1.8em;
}

.hidden
{
    display:none;
}

form tr.errorMessage
{
    color: #ee0000;
    display: none;
    font-size: 0.75em;
}

form div.errorMessage
{
    color: #ee0000;
    display: none;
    font-size: 0.75em;
}

form tr.errorMessage, form tr td.errorMessage
{
    color: #ee0000;
    display: none;
    font-size: 0.75em;
}

#a_link {
    color: #000000;
    font-decoration: none;
}
