/* CSS Document */
body
 {
	background-image: url(../images/main-bg.gif);
	background-color: #0e0e0e;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.main
{
    width:1000px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}

.header 
{
    width:1000px;
    height:308px;
    float:left;
}

.banner
{
    width:1000px;
    height:273px;
    float:left;
}

.banner-bg-1
{
    width:67px;
    height:273px;
    float:left;
    background-image:url(../images/banner-bg-1.gif);
    background-position:right;
    background-repeat:no-repeat;
}

.banner-bg-2
{
    width:300px;
    height:273px;
    float:left;
}

.banner-bg-3
{
    width:300px;
    height:273px;
    float:left;
    background-image:url(../images/banner-bg-3.gif);
    background-position:center;
    background-repeat:no-repeat;
}

.banner-bg-4
{
    width:266px;
    height:273px;
    float:left;
    background-image:url(../images/banner-bg-4.gif);
    background-position:center;
    background-repeat:no-repeat;
}

.banner-bg-5
{
    width:67px;
    height:273px;
    float:left;
    background-image:url(../images/banner-bg-5.gif);
    background-position:center;
    background-repeat:no-repeat;
}

.main-menu-bg {
	width:1000px;
	height:35px;
	float:left;
}

.main-menu-left-bg {
	width:67px;
	height:35px;
	float:left;
}

.main-menu-right-bg {
	width:333px;
	height:35px;
	float:right;
	background-image:url(../images/banner-bg-6.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.main-menu {
	width:auto;
	height:35px;
	float:left;
	display:inline;
}

.menu-divider {
	width:3px;
	height:35px;
	float:left;
	background-image:url(../images/menu-divider.gif);
	background-position:center;
	background-repeat:no-repeat;
}
  
.body {
	width:866px;
	height:auto;
	float:left;
	margin-left:67px;
	display:inline;
}

.body-inner-container {
	width:830px;
	height:auto;
	min-height:320px;
	float:left;
	padding:18px;
	background-color:#eeeeee;
}

.body-inner-left-container {
	width:596px;
	height:auto;
	float:left;
}

.body-header {
	width:596px;
	height:40px;
	float:left;
	margin-top:5px;
	display:inline;
}

.body-header-image-text {
	width:auto;
	height:40px;
	float:left;
}

.product-info-back-button {
	width:100px;
	height:40px;
	float:right;
}

.body-text {
	width:596px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#313d44;
	text-align:justify;
	line-height:18px;
}

.pdf-outer-container {
	width:596px;
	height:70px;
	float:left;
	margin-top:20px;
	display:inline;
}

.pdf-box {
	width:184px;
	height:64px;
	float:left;
	margin:5px;
	display:inline;
}

.body-inner-right-container {
	width:218px;
	height:auto;
	float:left;
	margin-left:16px;
	display:inline;
}

.ad-image {
	width:218px;
	height:317px;
	float:left;
	background-image:url(../images/ad-banner.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.footer-container {
	width:830px;
	height:30px;
	float:left;
	margin-left:18px;
	display:inline;
}

.footer-left-bg {
	width:10px;
	height:30px;
	float:left;
	background-image:url(../images/footer-left-bg.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.footer-right-bg {
	width:10px;
	height:30px;
	float:left;
	background-image:url(../images/footer-right-bg.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.footer-center-container {
	width:810px;
	height:29px;
	float:left;
	background-color:#545454;
}

.footer-left-text {
	width:auto;
	height:18px;
	float:left;
	margin-top:7px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#aaaaaa;
}

.footer-right-text {
	width:auto;
	height:18px;
	float:right;
	margin-top:6px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#aaaaaa;
	text-align:right;
}

.footer-right-text a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cccccc;
	text-align:right;
	text-decoration:none;
}

/********************************* Products Page ****************************************/

.product-outer-container {
	width:230px;
	height:270px;
	float:left;
	margin-top:10px;
	margin-left:45px;
	display:inline;
}

.product-image-container {
	width:230px;
	height:230px;
	float:left;
}

.product-image-text {
	width:230px;
	height:30px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#111111;
	font-weight:bold;
	margin-bottom:3px;
	display:inline;
	text-align:center;
	margin-top:5px;
	line-height:20px;
}

.product-image-text a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#243641;
	font-weight:bold;
	margin-bottom:3px;
	display:inline;
	text-align:center;
	text-decoration:none;
}

.contact-us-outer-container {
	width:596px;
	height:auto;
	float:left;
	padding-bottom:15px;
	margin-top:5px;
	margin-bottom:10px;
	display:inline;
	border-bottom:1px dashed #cccccc;
}

.contact-us-container {
	width:282px;
	height:auto;
	float:left;
	margin-left:10px;
	display:inline;
}

.contact-us-heading {
	width:282px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#111111;
	font-weight:bold;
	margin-bottom:3px;
	display:inline;
}


.contact-us-heading-lines-down-txt{
	width:282px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#111111;
	font-weight:bold;
	margin-bottom:3px;
	display:inline;
	margin-top:30px;
}

.contact-us-text {
	width:282px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#313d44;
	line-height:18px;
}

.contact-us-text a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111111;
	text-decoration:none;
}

.contact-us-text-pdf {
	width:282px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#313d44;
	line-height:18px;
	margin-top:10px;
}

.contact-us-text-pdf a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111111;
	text-decoration:none;
}

.product-infromation-outer-container {
	width:590px;
	height:260px;
	float:left;
}

.product-information-image-container {
	width:230px;
	height:270px;
	float:left;
}

.product-information-inner-container {
	width:350px;
	height:auto;
	float:left;
	margin-top:10px;
	margin-left:10px;
	display:inline;
}

.product-information-text-heading {
	width:350px;
	height:25px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#313d44;
	font-weight:bold;
}

.product-information-price-container {
	width:350px;
	height:auto;
	float:left;
	margin-top:10px;
	margin-bottom:5px;
	display:inline;
}

.product-information-price-bold {
	width:auto;
	height:auto;
	float:left;
	margin-right:5px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#313d44;
	font-weight:bold;
}

.product-information-price-normal {
	width:auto;
	height:auto;
	float:left;
	margin-right:5px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#313d44;
}

.product-information-description-text {
	width:350px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#313d44;
	line-height:18px;
}

.products-page-3-contianer{
	width:230px;
	height:300px;
	float:left;
	margin-left:200px;
	margin-top:30px;
}

.pdf-icon{
	width:20px;
	height:20px;
	float:left;
	background-image:url(../images/pdf-icon.gif);
	background-repeat:no-repeat;
	margin-right:5px;
}