body {
	background-image:url(images/bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0;
	}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:2px;
	}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14.5px;
	font-weight:bold;
	margin:0;
	padding:0px;
	color: #74ab09;
	}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0px;
	color: #e76c09;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:10px;
	}

p {
	padding: 1px 1px 1px 4px;
	display:block;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 3px 0px 3px 0px;
	line-height:18px;	
}
a {
	color:#6b7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
img{
	border:none;
}
.clear{

clear:both;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 849px;
}
#header{
	height:96px;
	width:849px;
	background-image:url(images/head.jpg);
	background-repeat: no-repeat;
}
#content{
}
#left{
	width:369px;
	height:581px;
	float:left;
}

#right{
	width:465px;
	height: 581px;
	float:right;
}

#product_form{
	width:1000px;
	height: 581px;
	float:right;
}


#left_hosting{
	width:369px;
	float:left;
}

#right_hosting{
	width:465px;
	float:right;
}

.boxSample{
	padding:5px;
	background-color:#eff7c6;
	border:1px solid #b7c181;
}

/********************/
.imageNewsGallery2{
	padding-top:10px;
	border-bottom:1px dashed #ccc;
	margin-top:10px;
}

.boxSample p{
	float:left;
	width:136px;
	margin:5px 0px 0px 5px;
}

/*.boxSample p img{
	border:1px solid #c93939;
	padding:3px;
}*/
.boxSample p a{
	display:block;
	text-decoration:none;
	border:1px solid #b7c181;
	padding:2px;
}
.boxSample p a:hover{
	text-decoration:none;
	border:1px solid #fe8123;
	padding:2px;
}
/******************/
/********************* motools css code ****************************/
.mask1{
	position:relative;
	width:390px;
	height:98px;
	overflow:hidden;
}




/********************* motools css code ends****************************/

/********************* menu Tabs****************************/

	
#tabs {
	float:right;
	width:60%;
	background:#efefef;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	padding-top: 62px;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 90px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float: left;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:right;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
	
/**********************  Nav Styles  ***************************/
/*#home .home a,
#about .about a,
#product .product a,
#portfolio .portfolio a,
#contacts .contacts a{
	background:#360202;
	color:#fff;
	cursor:default;
	}
#home .home a:hover,
#about .about a:hover,
#product .product a:hover,
#portfolio .portfolio a:hover,
#contacts .contacts a:hover{
	background:#360202;
	color:#fff;
	cursor:default;
	}*/

	
/********************* footer ****************************/
/*************** Form  *********************/

.MainTitle{
	padding-top:2px;
	font:16px Arial, Helvetica, sans-serif;
	color:#3076b5;
	font-weight:bold;
}
.WriteUs{
	font: 16px Arial, Helvetica, sans-serif;
	color:#3076b5;
	font-weight:bold;
	padding-top:8px;
	padding-left:20px;
}
.InfoTxt{
	font: 18px Arial, Helvetica, sans-serif;
	color:#990000;
}

.FormStyles form .noBorder{
	border:0px;
	background:none;
}
.FormStyles{
	padding-bottom:5px;
}


.FormStyles form {
    margin: 0 0 0 20px;
}

.FormStyles form p {
	font-size:1em;
    margin: 0 0 0px 2px;
}

.FormStyles label {
    color: #3A3029;
    display: block;
}
/*.FormStyles input{
	border:1px dashed #d4d0d0;
	height:21px;
	background-color:#e4e4e1;
	padding-top:3px;
}
*/
.FormStyles textarea{
	width:350px;
	height:150px;
	border:1px dashed #d4d0d0;
	background-color:#fff9e6;
}

.FormStyles .formbox {
    width: 150px;
	border:1px dashed #d4d0d0;
	height:21px;
	background-color:#fff9e6;
	padding-top:3px;
}

.FormStyles fieldset {
    border:1px dashed #ccc;
}
.FormStyles legend{
	font-size:16px;
	font-weight:normal;
	color:#CC6600;
	padding-left:10px;
}

/************ eND *******************/
	
/********************* Form Styles ****************************/

