@charset "utf-8";
/* CSS Document */

body{
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../images/dendel_bg.jpg);
	background-repeat: repeat-x;
}
#container{
	width: 816px;
	margin-left: auto;
	margin-right: auto;
	height: 650px;
	overflow: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #93813a;
	border-right-color: #93813a;
	border-left-color: #93813a;
}
#header{
	width: 816px;
	height: 84px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #93813a;
	background-color: #fff;
	background-image: url(../../images/PClogo_header.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.clear{
	clear: both;
}
#heading{
	height: 34px;
	width: 816px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93813a;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #93813a;
	margin-top: 20px;
}
#pricing_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #93813a;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

.pricing_holder{
    height: 460px;
    width: 330px;
    float: left;
    margin-left: 28px;
}
.link a{
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8e3203;
	text-align: right;
}
.link a:hover{
  text-decoration: underline;
	color: #8e3203;
}

#form_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #93813a;
  text-align:left;
}