@font-face { 
    font-family:"MuseoThree"; 
    src: url("/fonts/Museo300-Regular.otf") format("opentype"); 
}

@font-face { 
    font-family:"MuseoSeven"; 
    src: url("/fonts/Museo700-Regular.otf") format("opentype"); 
}

body {
	
	text-shadow: #ffffff 0px 1px 0px;
	-webkit-text-shadow: #ffffff 0px 1px 0px;
	-moz-text-shadow: #ffffff 0px 1px 0px;
	font: 10pt "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial;
	
	line-height: 1.3;
	letter-spacing: 0.1px;
	color: #272727;
	background: url(../images/noise_bg.jpg) repeat;
}

#content {
	background-color: #fff;
	
	width: 700px;
	height: 100%;
	margin-top: 60px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	padding: 20px;
}

#head {
	background: url(../images/logo.jpg) no-repeat center;
	margin: 0;
	padding: 0;
	height: 172px;
}

#main {
	width:  480px;
	list-style-image: url(../images/star-dark.jpg);
}

#main a img {
	border-style: none;
	float: left;
}

#main h2 {
    font-family: "MuseoSeven";
	font-size: 1.5em;
	background-color: #dde5ef;
	color: #303030;
	padding: 5px;
	border: 1px solid #dfdfdf;
}

#main li.faq {
	margin: -10px;
	margin-bottom: 20px;
}

#main li.faq p {
    margin-bottom: -10px;
}

#main li.faq p strong {
    font-family: "MuseoSeven";
}

#main li {
	margin-bottom: 5px;
	padding: 7px;
}

#main p.feature-title {
    font-family: "MuseoSeven";
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}

#main p.feature-description {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#main img {
	padding: 5px;
}

#main a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#main a:hover {
	text-decoration: none;
	border-bottom: 2px solid #000;
	color: #000;
}

#right {
	padding: 5px;
	float: right;
	
	background-color: #e8eaef;
	margin-top: 17px;
}

#right p {
}

#right a {
	text-decoration: none;
	color: #000;
}

#right img {
	margin-right: 10px;
}

#right:hover {
	background-color: #e8eaef;
}

#right h1 {
	font-size: 1.4em;
	font-family: "MuseoSeven";
}

#right a:hover {
	border-bottom: 2px solid #000;
}

#bottom {
	margin: auto;
}

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

#bottom a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #000;
}

#bottom p {
	text-align: center;
}

span.price {
	color: #175f86;
	margin-right: 10px;
}

form table {
	margin-left: 20px;
}

form table td {
	padding-right: 5px;
}

form.buy_form table td {
	font-size: 1.5em;
}

form.buy_form input {
	margin: 10px;
}

form.buy_form td {
	vertical-align: 0;
}

form.buy_form td.price_column {
	width: 125px;
}

p.description {
	font-size: 1em;
}

