body
{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #d6d6d6;
	background-image: url( /images/bodyBg.jpg );
	background-repeat: repeat-x;
}

p
{
	margin-bottom: 0;
	padding-bottom: 0;
}

div#topSpacer
{
	height: 30px;
	width: 769px;
	margin: 0 auto 0 auto;
}

/* wrapper */

div#wrapper
{
	width: 769px;
	margin: 0 auto 0 auto;
	border: 5px solid #608738;
}

div#wrapper .top
{
	width: 769px;
	height: 112px;
	background-color: #FFF;
	background-image: url( /images/logo.jpg );
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

div#wrapper .top div.slogan
{
	font-style: italic;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	padding-top: 3px;
	color: #828282;
}

div#wrapper .top div.logoer
{
	padding-left: 650px;
	padding-top: 10px;
}

div#wrapper .top div.logoer div.logo
{
	padding-bottom: 10px;
	height: 40px;
}

div#wrapper .menu
{
	width: 769px;
	height: 30px;
	background-image: url( /images/topMenuBg.jpg );
	background-repeat: repeat-x;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	font-size: 12px;
}

div#wrapper .menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 31px;
}

div#wrapper .menu li
{
	float: left;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 6px;
	height: 16px;
	border-right: 1px solid #000;
	line-height: 15px;
}

div#wrapper .container
{
	width: 769px;
	background-color: #FFF;
}

div#wrapper .content
{
	padding-top: 20px;
	padding-bottom: 25px;
	width: 769px;
}

/* footer */

div#footer
{
	width: 769px;
	margin: 0 auto 0 auto;	
	height: 40px;
	padding-top: 5px;
	text-align: center;
	color: #9fada0;
}

div#footer a
{
	color: #9fada0;
}

/*errors*/
ul.errors
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.errors li
{
	list-style-image: none;
	color: #F00;
	font-weight: bold;
	padding-bottom: 7px;
}
/*contactForm*/

div#contactForm
{
	margin-top: 20px;	
	background-image: url( /images/contactFormBg.jpg );
	background-repeat: no-repeat;
	background-position: right 40px;
}

div#contactForm h2
{
	padding-bottom: 20px;
}

div#contactForm .LineInput,
div#contactForm .TextInput
{
	width: 300px;
}

div#contactForm .LineInput .input{
	width: 323px;
}

div#contactForm .LineInput input
{
	width: 311px;
}

div#contactForm .TextInput .input{
	width: 323px;
	height: 87px;
}

div#contactForm .TextInput textarea
{
	height: 77px;
	width: 311px;
}

table#priceList
{
	border: 1px solid #000;
}

table#priceList tr
{
	background-image: url(/images/pricesTrBg.jpg);
	bakcground-repeat: repeat-x;
	background-position: bottom;
}

table#priceList td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
}

div#bill
{
	border: 1px solid #000;
	padding: 10px;
	width: 400px;
	background-image: url( /images/billBgGradientBottumUp.jpg );
	background-repeat: repeat-x;
	background-position: bottom;
}

div#bill td.text,
div#bill td.totalText
{
	width: 320px;
}

div#bill td.amount,
div#bill td.totalAmount
{
	text-align: right;
	width: 80px;
}

div#bill td.totalText,
div#bill td.totalAmount
{
	font-weight: bold;
	border-top: 1px solid #5b5c5b;
}

/*********************************/
/                                /
/        inputs                  /
/                                /
/*********************************/

.CheckboxInput
{
	padding-bottom: 10px;
}

.CheckboxInput .label
{
	font-weight: bold;
	padding-bottom: 3px;
}

.CheckboxInput .input
{
	float: left;
}

.CheckboxInput .text
{
	padding-top: 2px;
	padding-left: 3px;
}

div.LineInput,
div.PasswordInput{
	width: 100%;
	padding-bottom: 10px;
}

div.LineInput .label,
div.PasswordInput .label{
	font-weight: bold;
	padding-bottom: 3px;
}

div.LineInput .input,
div.PasswordInput .input{
	width: 100%;
}

div.LineInput .input input{
	width: 100%;
}

div.PasswordInput .input input{
	width: 100px;
}

div.LineInput .input input.SmallLine{
	width: 100px;
}

div.LineInput .text,
div.PasswordInput .text,
div.TextInput .text
{
	font-style: italic;
}

div.TextInput{
	width: 100%;
	padding-bottom: 10px;
}

div.TextInput .label{
	font-weight: bold;
	padding-bottom: 3px;
}

div.TextInput .input{
	width: 100%;
}

div.TextInput .input textarea{
	width: 100%;
	height: 66px;
}

div.SelectInput{
	width: 100%;
	padding-bottom: 10px;
}

div.SelectInput .label{
	font-weight: bold;
	padding-bottom: 3px;
}

div.SelectInput .input{
	width: 100%;
}

div.SelectInput .input input{
	width: 100%;
}

div.SubmitButton,
div.ResetButton{
	padding-top: 10px;
	padding-bottom: 10px;
}

div.SubmitButton .input{
}

div.ResetButton .input input,
div.SubmitButton .input input{
	cursor: hand;
	cursor: pointer;
	border: 1px solid #717171;
	color: #5e5e5e;
	background-color: #FFF;
}

div.TwoButtonInput .SubmitButton
{
	float: left;
	padding-right: 35px;
}

div.TwoButtonInput .ResetButton
{
	padding-top: 10px;
}

div.RadioButtonGroup
{
	padding-bottom: 3px;
}

div.RadioButtonGroup .input
{
 	float: left;
}

div.RadioButtonGroup .label
{
	padding-top: 3px;
	padding-left: 3px;
 	height: 25px;
 	font-weight: bold;
}

div.RadioButtonGroup div.RadioButton .label
{
	font-weight: normal;
}

/*Typografi*/

div#EditLink
{
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#EditLink a
{
	color: #F00;
	text-decoration: none;
}