html, body, h1, h2, h3, h4, h5, h6, label, img, form, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

body {
    background: url(../images/bg_forum.png) repeat-x;
}

iframe {
	border: 1px solid #CCC;
}

p {
	margin-top: 0px;
	line-height: 18px;
	margin-bottom: 25px;
}

a {
	color: #4e6061;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #740404;
	text-decoration: none;
}


h1, h2, h3, h4 { 
	color: #5d5b56;
	font-size: 24px;
	text-align: left;
	margin-top: 0px;	
	padding-bottom: 10px;
	font-weight: normal;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 25px;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

img
{  border-style: none;
}
.clear {
	clear: both;
}

/* ------------------------------------------------------------------- */

#site {
	width: 900px;
	margin: 0 auto;
}

#top {
	height: 55px;
}

#logo {
	background: url(../images/logo.png);
	width: 195px;
	height: 45px;
	display: block;
	margin-top: 5px;
	float: left;
}

ul#menu {
	float: right;
	margin-top: 17px;
}

ul#menu li {
	display: inline;
}

ul#menu li a {
	color: #4e6061;
	padding: 0px 5px;	
	font-size: 14px;
	text-transform: uppercase;
}

ul#menu li a:hover {
	color: #740404;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* ------------------------------------------------------------------- */

#header {
	height: 300px;
	padding-top: 50px;
	color: #FFFFFF;
	font-size: 18px;
}

#header p {
	line-height: normal;
}

#header .left {
	width: 500px;
	margin-right: 10px;
}

#header .right {
	width: 390px;
	text-align: right;
}

#header .right img {
	border-radius: 5px;	
	-webkit-border-radius: 5px;		
}

#header h1 {
	color: #FFF;
	font-size: 40px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 12px;
}

.download-button {
	background: url(../images/download-button.png);
	width: 238px;
	height: 54px;
	display: block;
	margin: 10px 0px;
}


/* ------------------------------------------------------------------- */

#content {
	padding: 30px 0px;
	overflow: hidden;
}

.w-65 { width: 65px; }

.w-170 { width: 170px; }

.w-350 { width: 350px; }

.w-370 { width: 370px; }

.w-400 { width: 400px; }

.w-450 { width: 450px; }

.w-520 { width: 520px; }

.w-540 { width: 540px; }

.big {
	font-size: 18px;
	color: #5d5b56;
}

/* ------------------------------------------------------------------- */

#footer {
	margin-bottom: 15px;
}

#footer, #footer a {
	font-size: 10px;
	color: #959595;
	font-weight: bold;
}

#footer a {
	padding: 0px 3px;
}

.copyright {
	padding-right: 35px;
}

#footer-menu {
	margin-bottom: 10px;
	margin-left: -10px;
}

#footer-menu, #footer-menu a {
	color: #bdbdbd;
	font-weight: bold;
	font-size: 12px;
}

#footer-menu a {
	padding: 0px 10px;
}

/* ------------------------------------------------------------------- */

.home {
	font-size: 12px;
}

.home-box {
	width: 235px;
	padding: 20px 5px 5px 10px;
	float: left;
	margin-left: 15px;
	margin-bottom: 60px;
	border: 1px solid #c2c2c2;
	box-shadow:         0 0 5px #c2c2c2;	
   -webkit-box-shadow: 0 0 5px #c2c2c2;	
   font-size: 13px;
}

.home-box p {
   line-height: normal;	
}

.home-box .left {
	padding-top: 15px;
}

/* ------------------------------------------------------------------- */

img.shadow {
	border: 1px solid #c2c2c2;	
	box-shadow:         0 0 5px #c2c2c2;	
   -webkit-box-shadow: 0 0 5px #c2c2c2;		
}

/* ------------------------------------------------------------------- */

.brown-box-wrap {
	border: 1px solid #bfbfbf;
	padding: 2px;
}

.brown-box {
	padding: 0px 10px;
	background-color: #efece5;
}

.brown-box p {
	margin: 0px;
	padding: 15px 0px;
}

/* ------------------------------------------------------------------- */

input[type="text"], input[type="email"], input[type="password"], textarea {
	border: 1px solid #eae8e6;
	padding: 3px;
}

.form input[type="text"], .form input[type="email"],.form input[type="password"] {
	width: 360px;
}

.form textarea {
	width: 360px;
	margin-left: 80px;
	color: #5d5b56;
	font-style: italic;	
}

input[type="submit"], input[type="button"] {
	cursor: pointer;
}

.button-1, .button-2 {
	width: 95px;
	height: 18px;
	padding-left: 11px;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
	line-height: 18px;
}

label {
	color: #5d5b56;
	width: 680px;
	display: block;
	float: left;
	margin-top: 3px;
}

.button-1 {
	background: url(../images/button-1.png);
}

.button-2 {
	background: url(../images/button-2.png);
}

.button-row {
	margin-left: 80px;
}

/* ------------------------------------------------------------------- */

.pricing-table {
	background: url(../images/pricing-bg.png) repeat-y;
}

.pricing-top {
	background: url(../images/pricing-top.png) no-repeat;
}

.pricing-bottom {
	background: url(../images/pricing-bottom.png) bottom no-repeat;
	padding: 30px 10px 37px 11px;
	text-align: center;
	overflow: hidden;
}

.pricing-col {
	width: 167px;
	float: left;
	margin-right: 1px;
	color: #444444;
}

.pricing-col.best-buy {
	width: 195px;
	margin-left: 6px;
	margin-right: 6px;
}

.pricing-col h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	text-align: center;
	color: #444444;
}

.buy-now {
	background: url(../images/buy-now.png);
	width: 115px;
	height: 38px;
	border: none;
}

.pricing-col.best-buy .buy-now {
	position: relative;
	top: 10px;	
}

.price {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 14px;
	font-style: italic;
	background-color: #fbfaf8;
	border-top: 1px solid #f4f3f1;
	border-bottom: 1px solid #f4f3f1;
	padding: 10px;	
	color: #888888;
}

.info {
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px;
}

.pricing-col ul {
	border-top: 1px dashed #ebeae8;	
	margin: 5px 25px 30px 25px;
	padding: 0px;
}

.pricing-col ul li {
	display: block;
	border-bottom: 1px dashed #ebeae8;
	padding: 8px 0px;
	font-size: 11px;
}

.closeButton
{
    height: 16px;
    width: 16px;
    border: 0px;
    float: right;
    cursor: pointer;
    margin-right: -12px;
    margin-top: -13px;
}

.all-four-rounded-corners {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}
