body {
	text-align: left;
	font-family: arial, verdana, sans-serif;
	font-size: 0.70em;
}
#body {
	width: 1024px;
	text-align: left;
}
#header {
	margin-top: 35px;
	display: inline-block;
    width: 1024px;
    padding-bottom: 25px;
}
#header img#logo{
	float: left;
	margin-left: 40px;
	margin-right: 50px;
}
a {
    color: #626262;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #00CAFB;
}
h1 {
    font-size: 1.8em;
    color: #000;
    margin-bottom: 0.6em;
}
p {
    margin: 1em 0;
}
span.validation {
	display: none;
}
.coming_soon {
	margin: 50px auto;
	text-align: center;
}
.home, .products, .service {
    width: 969px;
    margin-left: 45px;
    color: #4F4F4F;
    margin-bottom: 75px;
}
.home .flash_homepage {
    float: left;
	height: 275px;
	border-right: 1px solid #989898;
}

.home .col_1, .home .col_2, .home .col_3 {
    float: left;
    padding-top: 30px;
    height: 260px;
}
.home .col_1 {
    width: 255px;
    border-right: 1px solid #989898;
}
.home .col_2 {
    width: 290px;
    border-right: 1px solid #989898;
}
.home .col_3 {
	padding-left: 5px;
   	width: 415px;
   	padding-top: 0px;
}
.home .col_3 p {
   margin-bottom: 40px;
   //margin-bottom: 50px;
}
.home .col_3 ul {
    margin-left: 20px;
}
.home p.header {
    font-weight: bold;
    background-image: url('/web/resource/img/bulletpoint-header.gif');
    background-repeat: no-repeat;
    text-indent: 20px;
    margin-bottom: 20px
}
.home ul {
    list-style-image: url('/web/resource/img/bulletpoint-small.gif');
    margin-right: 10px;
    margin-left: 15px;
    //margin-left: 20px;
    _margin-left: 0px;
}
.home ul li {
    margin-bottom: 1em;
    _margin-left: 20px;
}
.home .col_2 .wrap {
    margin-bottom: 20px;
}
.home .col_2 .product_thumbnail {
    width: 90px;
    float: left;
    margin-left: 20px;
    _margin-left: 10px;
}
.home .col_2 .product_description {
    width: 150px;
    float: left;
    margin-left: 10px;
    background-image: url('/web/resource/img/bulletpoint-small.gif');
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 10px;
}

.products img.header, .service img.header {
    margin-bottom: 20px;
}

.products .col_1, .products .col_2, .service .col_1, .service .col_2 {
    border-top: 1px solid #D4D4D4;
    float: left;
    padding-top: 40px;
}

.products .col_1, .service .col_1 {
    width: 250px;
    margin-right: 40px;
}

.products .col_2, .service .col_2 {
    width: 670px;
}
.products .col_1 ul, .service .col_1 ul {
    list-item-style: none;
}
.products .col_1 ul li, .service .col_1 ul li {
    margin-bottom: 0.5em;
}

.products .col_2 ul, .service .col_2 ul {
    list-style: disc;
    margin-left: 2em;
    width: 55%;
    text-align: justify;
    margin-bottom: 1.5em;
    //padding-left: 1.5em;
}

.products .col_2 img.product_image, .service .col_2 img.service_image {
    margin-bottom: 2em;
}
.products .col_2 p, .service .col_2 p {
    width: 55%;
    text-align: justify;
}

.about p, .privacy p {
	width: 530px !important;
}
.privacy p {
	font-weight: bold;
}
.about ul, .privacy ul {
	width: 500px !important;
}
.products .col_2 p a, .service .col_2 p a {
    background-image: url('/web/resource/img/bulletpoint-header.gif');
    background-repeat: no-repeat;
    text-indent: 20px;
    display: block;
    width: 200px;
}
form {
	width: 320px;
}

input, textarea {
	background-color: #ADADAD;
	color: #FFFFFF;
	border: 1px solid #ADADAD;
	width: 310px;
	//width: 315px;
	height: 22px;
	margin-bottom: 0.7em;
	font-family: verdana, arial, sans-serif;
	padding-left: 5px;
}
textarea {
	height: 125px;
	font-size: 1.1em;
	overflow: auto;
}
input.submit {
	width: 59px;
	cursor: pointer;
	border: none;
	padding-left: 0;

}
.wrap {
	display: inline-block;
}
#header:after, .wrap:after, #footer:after {
    content: ".";
  	visibility:	hidden;
  	display: block;
  	height: 0;
  	clear: both;
}


#footer {
    border-top: 1px solid #D5D5D5;
    display: inline-block;
    padding-top: 5px;
    margin-top: 10px;
    margin-left: 45px;
    color: #626262;
}
#footer ul {
    list-style-image: url('/web/resource/img/bulletpoint-small.gif');
    float: left;
    width: 190px;
    margin-right: 10px;
    margin-left: 20px;
    //margin-left: 30px;
    _margin-left: 0px;
}


#footer ul li {
    _margin-left: 20px;
}

#footer ul li.first {
    margin-bottom: 5px;
    border-bottom: 1px solid #D5D5D5;
    font-weight: bold;
    list-style-image: none;
    padding-bottom: 5px;
    margin-left: -15px;
    _margin-left: 0px;
}

#footer p#terms {
    border-top: 1px solid #D5D5D5;
    width: 969px;
    margin-top: 10px;
    padding-top: 5px;
}
