* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bg.jpg) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
color: #333;;
}

img { border: none; }
a { color: #26478A; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
height: 60px;
background: #ff6000 url(images/header.jpg) no-repeat;
}
#header h1 {
font-size: 26px;
font-weight: 100;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #fff;
text-decoration: none;
}
#header h2 {
color: #fff;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
line-height: 12px;
}

#intro {
background: #fff url(images/intro.jpg) no-repeat;
height: 90px;
padding: 40px;
}

#content {
padding: 10px 20px;
width: 700px;
}


.left {
width: 325px;
float: left;
padding: 7px;
padding-left: 20px;
}

.right {
width: 325px;
float: right;
padding: 7px;
padding-right: 0px;

}
.serviceleft {
width: 450px;
float: left;
padding: 7px;

}



#introtextbudget{
	padding: 1em;
    margin-top: 1.5em;
	margin-bottom: 1.5em;
	background-color: #a2f757;
	background-image: url('images/a5.gif');
	background-repeat: repeat-x;
	background-position: top left;
	border: dotted 1px #DFD999;
}

.serviceleft li {
font-weight: bold;
color: #ff6000;
}

.serviceleft dt {
font-weight: normal;
font-style: italic;
color: #333;
}

.serviceright {
width: 150px;
float: right;
padding: 0px;

}

.serviceright h2 {
color: #fff;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
line-height: 12px;

}

.order {

}


.myinputstyle {
    width: 300px;
	border: 1px solid #333;
	background: #FFFFFF;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 20px;
	color: #454743;
			margin-top: 0.5em;
	margin-bottom: 0.5em;
}


.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 18px;
	color: #ff6000;
			margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.myinputstyle:hover {
	border: 1px solid #ff6000;
	background: #FFFFFF;
	color: #454743;
}

.myinputstyle:focus {
	border: 1px solid #333;
	background: #FFFFFF;
	color: #454743;
}

.order p {
color: #333;
padding-top: 10px;
padding-bottom: 10px;
margin: 0px;
}


.order em {
color: #333;
font-size: 10px;
}

#footer {
border-top: 1px solid #aaa;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
margin-top: 20px;
}
