html, body {
	margin: 0px;
	padding: 0px;
	background: #d4d4d4 url(inline/bg.png) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 19px;
}

a {
	color: #bf8d07;
	text-decoration: none;
}

a:hover {
	color: #dd0000;
}

a img {
	border: none;
}

h1 {
	font: 28px Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px 7px 7px 7px;
}

h2 {
	margin: 0px;
	padding: 15px 7px 5px 7px;
	font: 22px Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
}
		
h3 {
	margin: 0px;
	padding: 15px 7px 5px 7px;
	font: 18px Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
}
		
strong {
	color: #555555;
}

p {
	padding: 5px 17px 10px 7px;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 901px;
	background: #ffffff url(inline/top-5.png) no-repeat;
	min-height: 250px;
	overflow: hidden;
}

#wrapper-bottom {
	margin-left: auto;
	margin-right: auto;
	width: 901px;
	background: url(inline/bottom.png) no-repeat;
	padding-top: 30px;
	text-align: center;
}

#wrapper-bottom a {
	color: #000000;
	text-decoration: none;
}

#text-bottom {
	padding: 10px 0px 15px 0px;
}

#content-wrapper {
	float: left;
	width: 570px;
	padding: 95px 0px 10px 25px;
}

#menu-wrapper {
	float: left;
	width: 255px;
	padding: 130px 0px 0px 25px;
}

.row, .strong{
	float: left;
}

.desc {
	float: left;
	width: 210px;
	padding-left: 5px;
}

.pic {
	float: left;
	width: 270px;
	background: url(inline/pic-bg.png) no-repeat;
	margin-right: 12px;
}

.pic .cap {
	margin: 10px 0px 0px 10px;
}

.info {
	float: left;
	padding: 5px 10px 5px 10px;
}

.info .sub {
	float: left;
	width: 100%;
	padding: 5px 0px 5px 0px;
}

#menu {
	border: 1px #cccccc solid;
	background-color: #f5f5f5;
	margin: 5px 18px 25px 0px;
	padding: 3px 7px 3px 7px;
	text-align: right;
}

.input-wrapper {
	padding: 5px 0px 3px 0px;
	border-bottom: 3px #dba71a solid;
	margin: 0px 25px 15px 7px;
}

.input-wrapper .input {
	padding: 20px;
	border: 1px #888888 solid;
	background: #f4f4f4 url(inline/input-bg.png) repeat-x;	
	overflow: hidden;
}

.input-wrapper .input .separator {
	overflow: hidden;
	padding: 5px 0px 10px 0px;
	margin-bottom: 5px;
	border-bottom: 1px #cccccc solid;
}

.input-wrapper .error {
	padding: 7px 20px 7px 98px;
	border: 1px #680000 solid;
	background: #b70000 url(inline/error.png) no-repeat;
	background-position: left center;
	color: #ffffff;
	font-weight: normal;
}

.input-wrapper .error h2 {
	color: #ffffff;
	padding-top: 15px;
}

.input-wrapper .error ul {
	margin: 0px;
	padding: 0px 0px 10px 20px;
}

.input-wrapper .error ul li {
	list-style: none;
	padding: 2px 0px 2px 12px;
	background: url(inline/white-arrow.gif) no-repeat;
	background-position: center left;
}


table.tiny {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table.tiny tr, table.tiny tr td {
	margin: 0px;
	padding: 0px;
}

.text {
	border: 1px #888888 solid;
	background: #ffffff url(inline/text-bg.png) repeat-x;
	color: #333333;
}

.textactive {
	color: #000000;
	background: #f7ffd8 url(inline/text-active-bg.png) repeat-x;
	border: 1px #5d614e solid;
}

.texterror {
	background: #ffecec url(inline/text-error-bg.png) repeat-x;
	border: 1px #dd0000 solid;
	color: #000000;
}

.skicka {
	padding: 5px;
	border: 1px #888888 solid;
	background: #d7d7d7 url(inline/button-bg.png) repeat-x;	
	color: #666666;
	font: 12px Arial, Helvetica, sans-serif;
}

p.quote {
	background: url(inline/quote.png) no-repeat;
	background-position: top left;
	padding-left: 25px;
}