/** BASIC */
body {
	margin:0px;
	padding:0px;
	background-color: #000000;
	background: url(images/bg_img.gif) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 12px;
}
#main {
	width: 100%;
	text-align: center;
	display:block;
}
#contentshell {
	width: 720px;
	background-color: #000000;
	margin: 0 auto;
	padding:2px;
	text-align:center;
}
#innershell {
	background-color: #888888;
	padding:10px;
	text-align:center;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
/** TEXTS */

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.PageStyle {
	background-color: #888888;
	padding: 10px;
}
.PageHeadingTitle {
	font-color: #000000;
	font-size: 30px;
	font-weight: bold;
	height: auto;
	text-indent: 10px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.PageHeading {
	color: #000000;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	height: auto;
	text-indent: 10px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.SectionHeadingFont {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color:#000000;
	height: auto;
	text-indent: 20px;
	vertical-align: middle;
}
.SubHeadingFont {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color:#000000;
	text-indent: 14px;
}
.ParagraphFont {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	text-indent:0px;
	margin-left:10px;
	margin-top:10px;
}
.ParagraphFontLarge {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}

.Pricing {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#0d710d;
}
.Copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#999999;
}
.Disclaimer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color:#999999;
}
.productBar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color:#bbbbbb;
	text-align:left;
	text-indent: 10px;
	background-color: #3a393a;
}
.productSection {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color:#4d4b4c;
	text-indent: 10px;
	text-align:left;
	height:146px;
	background-color: #bbbbbb;
}
.productSectionMainProduct {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color:#4d4b4c;
	text-indent: 10px;
	text-align:left;
	height:247px;
	background-color: #bbbbbb;
}
.productSectionMainProductOne {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color:#4d4b4c;
	text-indent: 10px;
	text-align:left;
	height:400px;
	background-color: #bbbbbb;
}
.productSectionMainProductTwo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color:#4d4b4c;
	text-indent: 10px;
	text-align:left;
	height:200px;
	background-color: #bbbbbb;
}


.productPage {
	width:90%;
	text-align:center;
	margin-left:35px;
}
.productPageIntro {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color:#bbbbbb;
	text-align:justify;
	text-indent: 0px;
	padding:5px;
	background-color: #3a393a;
}



