body {
	padding: 0;
	margin: 0;
	background-image: url(images/bodybg.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353535;
}

p {
	line-height: 20px;
}

a:link {color: #353535; text-decoration: none;}     /* unvisited link */
a:visited {color: #353535; text-decoration: none;}  /* visited link */
a:hover {color: #000000; text-decoration: none;}   /* mouse over link */
a:active {color: #000000; text-decoration: none;}   /* selected link */


#wrapper {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	float: left;
	width: 215px;
	height: 130px;
}

#flash {
 float:centre;
 width:886px;
 margin:0px 0px 0px 0px;
 padding:0px;
}

#nav {
	float: right;
	width: 652px;
	height: 66px;
	margin-top: 64px;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	float: left;
	text-indent: -9999px;
	height: 66px;
}

#nav ul {list-style: none; padding: 0; margin: 0;}

#btnhome a {
	width: 131px;
	background: url(images/btnhomepage.png) top;
	background-repeat: no-repeat;
}

#btnhome a:hover, #btnhomeon a, #btnhome a:active {
	width: 131px;
	background: url(images/btnhomepage.png) center -66px;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
}

#btnpreparation a {
	width: 130px;
	background: url(images/btnpreparation.png) top;
	background-repeat: no-repeat;
}

#btnpreparation a:hover, #btnpreparationon a, #btnpreparation a:active {
	width: 130px;
	background: url(images/btnpreparation.png) center -66px;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
}

#btnprocess a {
	width: 130px;
	background: url(images/btnprocess.png) top;
	background-repeat: no-repeat;
}

#btnprocess a:hover, #btnprocesson a, #btnprocess a:active {
	width: 130px;
	background: url(images/btnprocess.png) center -66px;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
}

#btnpricing a {
	width: 130px;
	background: url(images/btnpricing.png) top;
	background-repeat: no-repeat;
}

#btnpricing a:hover, #btnpricingon a, #btnpricing a:active {
	width: 130px;
	background: url(images/btnpricing.png) center -66px;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
}

#btncontact a {
	width: 131px;
	background: url(images/btncontact.png) top;
	background-repeat: no-repeat;
}

#btncontact a:hover, #btncontacton a, #btncontact a:active {
	width: 131px;
	background: url(images/btncontact.png) center -66px;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
}

#flashbg {
	background-image: url(images/flashbg.png);
	width: 910px;
	height: 215px;
	background-repeat: no-repeat;
	float: left;
}

#flashitem {
	margin: 10px;
}

#contentbg {
	float: left;
	width: 885px;
	padding-left: 10px;
	padding-right: 13px;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
}

#left-column {
	float: left;
	width: 320px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#left-column-extention {
	width: 335px !important;
	float: left;
	height: 322px;
	margin-right: 0px !important;
	background-image: url(images/leftcolumnextentionbg.png);
	min-height: 322px;
}

#right-column {
	float: right;
	width: 550px;
	margin-bottom: 15px;
	background-image: url(images/rightbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 500px;
}

.right-column-content {
	padding-top: 35px;
	padding-left: 50px;
}

.spacer {
	background-image: url(images/spacer.png);
	width: 449px;
	height: 22px;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 5px;
}

.right-column-title {
	background-image: url(images/hometitlebg.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 430px;
	height: 34px;
	padding-left: 65px;
	padding-top: 3px;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #353535;
}

.bigtitle {
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #353535;
}

.contactform {
	width: 260px;
	font-family: "trebuchet ms";
	background-color: #fbfbfb;
	border: 1px solid #413a35;
}

.contactform:hover {
	width: 260px;
	font-family: "trebuchet ms";
	background-color: #fdfdfd;
	border: 1px solid #000000;
}

#footer {
	float: left;
	width: 910px;
	height: 20px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#copyright-left {
	width: 300px;
	float: left;
	margin-bottom: 15px;
}

#copyright-middle {
	width: 400px;
	margin-left: 300px;
	text-align: center;
	margin-bottom: 15px;
}

#copyright-right {
	float: right;
	width: 200px;
	margin-bottom: 15px;
	text-align: right;
}

#copyright-full {
	float: left;
	width: 910px;
	text-align: center;
	margin-bottom: 15px;
}