body {font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-size:13px; color:#FFFFFF; margin:0; line-height:16px;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x; max-height:829px;
	background-color: #da6508;}

a img {border:0;}
img, div { behavior: url(iepngfix.htc) }

td#main {background-image:url(../images/mainbg.jpg); background-repeat:repeat-x;}
.footer { font-size:9px; color:#ffd9a8;}


a.yellink { color:#fef600; text-decoration:underline;}
a.yellink:hover { color:#000; text-decoration:underline;}

a.whitelink { color:#FFFFFF !important; text-decoration:none !important;}
a.whitelink:hover { color:#FFFFFF !important; text-decoration:underline !important;}

/* div class */
.fl {float:left;}
.fr {float:right;}

/*font size*/'
.f10px {font-size:10px;}
.f11px {font-size:11px;}
.f12px {font-size:12px;}
.f14px {font-size:14px;}
.f16px {font-size:16px;}
.f18px {font-size:18px;}
.f20px {font-size:20px;}
.f22px {font-size:22px;}
.f24px {font-size:24px;}
.f26px {font-size:26px;}



/*text Header */
.fblu {color:#005b91;}
.fgrey {color:#666;}
.fwhite {color:#fff;}
.lh18 { line-height:18px;}
.lh22 { line-height:22px;}
.lh26 { line-height:26px;}


/*Social media elements*/

#social {
margin-top: 20px;
margin-right: 0px;
margin-left: 488px;
margin-bottom: -50px;
padding:0px; 
width: 110px;
height: 30px;
visibility: hidden; /*hide social media links*/
display: none; /*hide social media links*/
}

#social img{ 
	position: relative;
	text-decoration: none;
	margin-left: 0px;
}

#social a:hover img{
	position: relative; /*position shift on hover*/
	top: -10px;  /*position shift on hover*/
	left: 0px;  /*position shift on hover*/
}
 
/*Bottom Menu bars*/

#bottomnav {
margin-top: 0px;
margin-right: 0px;
padding:0px; 
color:#FFFFFF; 
font-weight:bold; 
font-size:12px;
font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
text-decoration: none;
width: 100%;
}

/*Home Tab*/
a#bottomnav_home { 
display:block;
height:25px;
width:75px; 
position: relative;
color: #FFFFFF;
text-decoration: none;
text-align: center;
}

a#bottomnav_home:hover{
color: #FFFFFF;
text-decoration:underline;
}


/*Support Tab*/
a#bottomnav_support{ 
display:block;
height:25px;
width:75px; 
position: relative;
color: #FFFFFF;
text-decoration: none;
text-align: center;
margin-left: 10px;
}

a#bottomnav_support:hover{
color: #FFFFFF;
text-decoration:underline;
}

/*Products Tab*/
a#bottomnav_products{ 
display:block;
height:25px;
width:100px; 
position: relative;
color: #FFFFFF;
text-decoration: none;
text-align: center;
margin-left: 10px;
}

a#bottomnav_products:hover{
color: #FFFFFF;
text-decoration:underline;
}

/*Service Tab*/
a#bottomnav_services{ 
display:block;
height:25px;
width:100px; 
position: relative;
color: #FFFFFF;
text-decoration: none;
text-align: center;
margin-left: 10px;
}

a#bottomnav_services:hover{
color: #FFFFFF;
text-decoration:underline;
}


/*Contact Tab*/
a#bottomnav_contact{ 
display:block;
height:25px;
width:100px; 
position: relative;
color: #FFFFFF;
text-decoration: none;
text-align: center;
margin-left: 10px;
}

a#bottomnav_contact:hover{
color: #FFFFFF;
text-decoration:underline;
}

/*Bottom Menu bars end*/



/*Services page porperties*/
ul.service { 
font-weight:normal; 
font-size:17px; 
color:#FFFFFF
}

ul.service li { 
line-height:27px; 
margin-left:-10px; 
list-style-image:url(../images/arrow01.jpg); 
}



/*Contact Form properties*/
#contact-wrapper {
	width:430px;
	padding:0px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:left;
	font-size:16px;
	margin-bottom:25px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	float:right;
	padding:5px;
	font-size:14px;
	color:#333;
	margin-right: 47px;
}
form#contactform textarea {
	font-size:100%;
	float:right;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	color:#333;
	font-size:14px;
	margin-right: 47px;
}

#textlabel {margin-bottom:20px; clear:both;}


/**Submit buttons**/

.form_btn {    /**Submit and Reset buttons properties**/
	margin:0 0 0 80px;
	cursor:pointer;	 	 /**Enable cursor on hover**/
	width:86px;
	height:26px;
	color:#888888 !important; /**Text color**/
	-moz-border-radius: 10px;       /*rounded edges for boxes, only non-ie & ie9*/
	-webkit-border-radius: 10px;    /*rounded edges for boxes, only non-ie & ie9*/
	border-radius: 10px;            /*rounded edges for boxes, only non-ie & ie9*/ 
	-moz-box-shadow: 2px 2px 4px rgba(120,120,120,0.7);      /*drop shadow for boxes, only non-ie & ie9*/
	-webkit-box-shadow: 2px 2px 4px rgba(120,120,120,0.7);   /*drop shadow for boxes, only non-ie & ie9*/
	box-shadow: 2px 2px 4px rgba(120,120,120,0.7);           /*drop shadow for boxes, only non-ie & ie9*/	
	border: 0px; 
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #CCCCCC 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#CCCCCC)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#CCCCCC 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFFFF 0%,#CCCCCC 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#CCCCCC 100%); /* IE10+ */
	background: linear-gradient(top,  #FFFFFF 0%,#CCCCCC 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CCCCCC',GradientType=0 ); /* IE6-9 */
	position: relative;	
}

.form_btn:hover {   /**Submit and Reset buttons properties on hover**/
	margin:0 0 0 80px;
	cursor:pointer;	 /**Enable cursor on hover**/
	width:86px;
	height:26px;
	color:#888888 !important; /**Text color**/
	-moz-border-radius: 10px;       /*rounded edges for boxes, only non-ie & ie9*/
	-webkit-border-radius: 10px;    /*rounded edges for boxes, only non-ie & ie9*/
	border-radius: 10px;            /*rounded edges for boxes, only non-ie & ie9*/ 
	border: 0px; 
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #CCCCCC 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#CCCCCC)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#CCCCCC 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFFFF 0%,#CCCCCC 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#CCCCCC 100%); /* IE10+ */
	background: linear-gradient(top,  #FFFFFF 0%,#CCCCCC 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CCCCCC',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 0px 0px rgba(120,120,120,0.7);      /*drop shadow for boxes, only non-ie & ie9*/
	-webkit-box-shadow: 0px 0px 0px rgba(120,120,120,0.7);   /*drop shadow for boxes, only non-ie & ie9*/
	box-shadow: 0px 0px 0px rgba(120,120,120,0.7);           /*drop shadow for boxes, only non-ie & ie9*/	
	position: relative; /*position shift on hover*/
	top: 1px;  /*position shift on hover*/
	left: -1px;  /*position shift on hover*/	
}

.form_btn-ie7 {    /**Submit and Reset buttons properties**/
	margin:0 0 0 80px; 
	cursor:pointer; 	 	 /**Enable cursor on hover**/
	width:86px; 
	height:29px; 
	color:#888888 !important; /**Text color**/
	background-image:url(../images/contactus/button.png) !important; /**Button image**/
	background-repeat:no-repeat !important; 
	background-color:transparent !important; 
	border: 0px !important; 
	filter: 0 !important;  
	box-shadow: 0;
	position: relative; /*position shift on hover*/
}

.form_btn-ie7:hover {   /**Submit and Reset buttons properties on hover**/
	margin:0 0 0 80px; 
	cursor:pointer; 	 	 /**Enable cursor on hover**/
	width:86px; 
	height:29px; 
	color:#888888 !important; /**Text color**/
	background-image:url(../images/contactus/button.png) !important; /**Button image**/
	background-repeat:no-repeat !important; 
	background-color:transparent !important; 
	border: 0px !important; 
	filter: 0 !important;  
	box-shadow: 0;
	position: relative; /*position shift on hover*/
	top: 1px;  /*position shift on hover*/
	left: -1px;  /*position shift on hover*/
}

.form_btn-ie8 {    /**Submit and Reset buttons properties**/
	margin:0 0 0 80px; 
	cursor:pointer; 	 	 /**Enable cursor on hover**/
	width:86px; 
	height:29px; 
	color:#888888 !important; /**Text color**/
	background-image:url(../images/contactus/button.png) !important; /**Button image**/
	background-repeat:no-repeat !important; 
	background-color:transparent !important; 
	border: 0px !important; 
	filter: 0 !important;  
	box-shadow: 0;
	position: relative; /*position shift on hover*/
}

.form_btn-ie8:hover {   /**Submit and Reset buttons properties on hover**/
	margin:0 0 0 80px; 
	cursor:pointer; 	 	 /**Enable cursor on hover**/
	width:86px; 
	height:29px; 
	color:#888888 !important; /**Text color**/
	background-image:url(../images/contactus/button.png) !important; /**Button image**/
	background-repeat:no-repeat !important; 
	background-color:transparent !important; 
	border: 0px !important; 
	filter: 0 !important;  
	box-shadow: 0;
	position: relative; /*position shift on hover*/
	top: 1px;  /*position shift on hover*/
	left: -1px;  /*position shift on hover*/	
}

.form_btn-ie9 {    /**Submit and Reset buttons properties**/
	margin:0 0 0 80px; 
	cursor:pointer; 	 	 /**Enable cursor on hover**/
	width:86px; 
	height:29px; 
	color:#888888 !important; /**Text color**/
	background-image:url(../images/contactus/button.png) !important; /**Button image**/
	background-repeat:no-repeat !important; 
	background-color:transparent !important; 
	border: 0px !important; 
	filter: 0 !important;  
	box-shadow: 0;
	position: relative; /*position shift on hover*/
}

.form_btn-ie9:hover {   /**Submit and Reset buttons properties on hover**/
	margin:0 0 0 80px; 
	cursor:pointer; 	 	 /**Enable cursor on hover**/
	width:86px; 
	height:29px; 
	color:#888888 !important; /**Text color**/
	background-image:url(../images/contactus/button.png) !important; /**Button image**/
	background-repeat:no-repeat !important; 
	background-color:transparent !important; 
	border: 0px !important; 
	filter: 0 !important;  
	box-shadow: 0;
	position: relative; /*position shift on hover*/
	top: 1px;  /*position shift on hover*/
	left: -1px;  /*position shift on hover*/	
}

/**Products page**/
 
/* Domain */
.product-link{
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}
.product-link:hover{
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}

#products-container{
	float: left;
	width:100%; 
	height:840px; 
	margin-top:30px; 
}
 
#roundbox{
	float: right;
	width: 140px;
	height: 760px;
	border:0px solid #FFA500 !important;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	background: #FFA500;
}

#textbox{
	float: left;
	width: 150px;
	height: 595px;
	border:0px solid #FFA500 !important;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
}

#roundbox-top{
	float: left;
	width: 140px;
	height: 70px;
	border: 0px;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;	
	background: #ff9000;
}

#roundbox-mid{
	float: left;
	width: 140px;
	height: 80px;
	border: 0px;
	background: #ff9900;
}

#roundbox-btm{
	float: left;
	width: 140px;
	height: 560px;
	border: 0px;
	background: #FFA500;	
}

#inputbox{
	width: 140px;
	float: left;
	border: 0px;
	font-size:13px;
	color:#FFFFFF;	
	margin-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	background-image: url(../images/products/whiteline.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#btnbox{
	float: left;
	width: 140px;
	height: 50px;
	border: 0px;
	background: #FFA500;
	-webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
}

.products_btn {    /**Submit and Reset buttons properties**/
	margin:0 0 0 20px;
	cursor:pointer;	 	 /**Enable cursor on hover**/
	height:26px;
	color:#FFFFFF !important; /**Text color**/
	-moz-border-radius: 5px;       /*rounded edges for boxes, only non-ie & ie9*/
	-webkit-border-radius: 5px;    /*rounded edges for boxes, only non-ie & ie9*/
	border-radius: 5px;            /*rounded edges for boxes, only non-ie & ie9*/ 
	-moz-box-shadow: 2px 2px 4px rgba(120,120,120,0.7);      /*drop shadow for boxes, only non-ie & ie9*/
	-webkit-box-shadow: 2px 2px 4px rgba(120,120,120,0.7);   /*drop shadow for boxes, only non-ie & ie9*/
	box-shadow: 2px 2px 4px rgba(120,120,120,0.7);           /*drop shadow for boxes, only non-ie & ie9*/	
	border: 0px; 
	background: #ff9000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff9000 0%, #da6508 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9000), color-stop(100%,#da6508)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff9000 0%,#da6508 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff9000 0%,#da6508 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff9000 0%,#da6508 100%); /* IE10+ */
	background: linear-gradient(top,  #ff9000 0%,#da6508 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9000', endColorstr='#da6508',GradientType=0 ); /* IE6-9 */
}

.products_btn:hover {   /**Submit and Reset buttons properties on hover**/
	margin:0 0 0 20px;
	cursor:pointer;	 /**Enable cursor on hover**/
	height:26px;
	color:#FFFFFF !important; /**Text color**/
	-moz-border-radius: 5px;       /*rounded edges for boxes, only non-ie & ie9*/
	-webkit-border-radius: 5px;    /*rounded edges for boxes, only non-ie & ie9*/
	border-radius: 5px;            /*rounded edges for boxes, only non-ie & ie9*/ 
	border: 0px; 
	background: #da6508; /* Old browsers */
	background: -moz-linear-gradient(top,  #da6508 0%, #ff9000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da6508), color-stop(100%,#ff9000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #da6508 0%,#ff9000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #da6508 0%,#ff9000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #da6508 0%,#ff9000 100%); /* IE10+ */
	background: linear-gradient(top,  #da6508 0%,#ff9000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da6508', endColorstr='#ff9000',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 0px 0px rgba(120,120,120,0.7);      /*drop shadow for boxes, only non-ie & ie9*/
	-webkit-box-shadow: 0px 0px 0px rgba(120,120,120,0.7);   /*drop shadow for boxes, only non-ie & ie9*/
	box-shadow: 0px 0px 0px rgba(120,120,120,0.7);           /*drop shadow for boxes, only non-ie & ie9*/	
}

.products_btn-ie7 {    /**Submit and Reset buttons properties**/
	margin:0 0 0 40px; 
	cursor:pointer; 	 	 /**Enable cursor on hover**/
	width:130px; 
	height:29px; 
	color:#FFFFFF !important; /**Text color**/
	background-image:url(../images/products/button-up.png) !important; /**Button image**/
	background-repeat:no-repeat !important; 
	background-color:transparent !important; 
	border: 0px !important; 
	filter: 0 !important;  
	box-shadow: 0;
	position: relative; /*position shift on hover*/
}

.products_btn-ie7:hover {   /**Submit and Reset buttons properties on hover**/
	margin:0 0 0 40px; 
	cursor:pointer; 	 	 /**Enable cursor on hover**/
	width:86px; 
	height:29px; 
	color:#FFFFFF !important; /**Text color**/
	background-image:url(../images/products/button-down.png) !important; /**Button image**/
	background-repeat:no-repeat !important; 
	background-color:transparent !important; 
	border: 0px !important; 
	filter: 0 !important;  
	box-shadow: 0;
	position: relative; /*position shift on hover*/
	top: 1px;  /*position shift on hover*/
	left: -1px;  /*position shift on hover*/
}

.products_btn-ie8 {    /**Submit and Reset buttons properties**/
	margin:0 0 0 40px; 
	cursor:pointer; 	 	 /**Enable cursor on hover**/
	width:86px; 
	height:29px; 
	color:#FFFFFF !important; /**Text color**/
	background-image:url(../images/products/button-up.png) !important; /**Button image**/
	background-repeat:no-repeat !important; 
	background-color:transparent !important; 
	border: 0px !important; 
	filter: 0 !important;  
	box-shadow: 0;
	position: relative; /*position shift on hover*/
}

.products_btn-ie8:hover {   /**Submit and Reset buttons properties on hover**/
	margin:0 0 0 40px; 
	cursor:pointer; 	 	 /**Enable cursor on hover**/
	width:86px; 
	height:29px; 
	color:#FFFFFF !important; /**Text color**/
	background-image:url(../images/products/button-down.png) !important; /**Button image**/
	background-repeat:no-repeat !important; 
	background-color:transparent !important; 
	border: 0px !important; 
	filter: 0 !important;  
	box-shadow: 0;
	position: relative; /*position shift on hover*/
	top: 1px;  /*position shift on hover*/
	left: -1px;  /*position shift on hover*/	
}

.products_btn-ie9 {    /**Submit and Reset buttons properties**/
	margin:0 0 0 40px; 
	cursor:pointer; 	 	 /**Enable cursor on hover**/
	width:86px; 
	height:29px; 
	color:#FFFFFF !important; /**Text color**/
	background-image:url(../images/products/button-up.png) !important; /**Button image**/
	background-repeat:no-repeat !important; 
	background-color:transparent !important; 
	border: 0px !important; 
	filter: 0 !important;  
	box-shadow: 0;
	position: relative; /*position shift on hover*/
}

.products_btn-ie9:hover {   /**Submit and Reset buttons properties on hover**/
	margin:0 0 0 40px; 
	cursor:pointer; 	 	 /**Enable cursor on hover**/
	width:86px; 
	height:29px; 
	color:#FFFFFF !important; /**Text color**/
	background-image:url(../images/products/button-down.png) !important; /**Button image**/
	background-repeat:no-repeat !important; 
	background-color:transparent !important; 
	border: 0px !important; 
	filter: 0 !important;  
	box-shadow: 0;
	position: relative; /*position shift on hover*/
	top: 1px;  /*position shift on hover*/
	left: -1px;  /*position shift on hover*/	
}

/* Hosting */
#hosting-container{
	float:left;
	width:100%; 
	height:auto; 
	margin-top:30px; 
	border:1px solid #ee8b35;		
	margin-bottom:30px; 
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;	
	-webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;		
}

#hosting-01 {
	float:left;
	width:299px; 
	height:123px; 
	background: #ff9000;
	border-right:1px solid #ee8b35;		
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;	
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;		
}
#hosting-01a {
	float:left;
	width:100%; 
	margin-top: 50px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;	
}

#hosting-02 {
	float:left;
	width:269px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	font-weight: bold;
	text-align: center;
}

#hosting-03 {
	float:left;
	width:299px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;	
	border-bottom:1px solid #ee8b35;		
	font-weight: bold;
	text-align: center;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;		
}

#hosting-05 {
	float:left;
	width:269px; 
	height:30px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;		
	text-align: center;
}

#hosting-06 {
	float:left;
	width:299px; 
	height:30px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}

#hosting-08 {
	float:left;
	width:269px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;		
	text-align: center;
}

#hosting-09 {
	float:left;
	width:299px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;		
	text-align: center;
}

#hosting-11 {
	float:left;
	width:269px; 
	height:30px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;	
	text-align: center;
}

#hosting-12 {
	float:left;
	width:300px; 
	height:30px; 
	background: #ffa500;
	text-align: center;
	-webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

/* Website */
#website-container-01{
	float:left;
	width:100%; 
	height:auto; 
	margin-top:30px; 
	border:1px solid #ee8b35;		
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
}
#website-01 {
	float:left;
	width:299px; 
	height:247px; 
	background: #ff9000;
	border-right:1px solid #ee8b35;		
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;	
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
}
#website-01a {
	float:left;
	width:100%; 
	margin-top: 90px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;	
}
#website-01b {
	float:left;
	width:100%; 
	margin-top: 5px;
	font-size: 15px;
	font-weight: normal;
	text-align: center;	
}
#website-02 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	font-weight: bold;
	text-align: center;
}
#website-03 {
	float:left;
	width:199px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;	
	border-bottom:1px solid #ee8b35;		
	font-weight: bold;
	text-align: center;	
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;		
}
#website-05 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-06 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-07 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-08 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-09 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-10 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-11 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;	
	text-align: center;
}
#website-12 {
	float:left;
	width:199px; 
	height:216px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;	
	text-align: center;
	margin-top: -186px;
	-webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
}

#website-container-02{
	float:left;
	width:100%; 
	height:auto; 
	margin-top:30px; 
	border:1px solid #ee8b35;		
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;		
}
#website-14 {
	float:left;
	width:299px; 
	height:247px; 
	background: #ff9000;
	border-right:1px solid #ee8b35;		
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;		
}
#website-14a {
	float:left;
	width:100%; 
	margin-top: 90px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;	
}
#website-14b {
	float:left;
	width:100%; 
	margin-top: 5px;
	font-size: 15px;
	font-weight: normal;
	text-align: center;	
}
#website-15 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	font-weight: bold;
	text-align: center;
}
#website-16 {
	float:left;
	width:199px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;	
	border-bottom:1px solid #ee8b35;		
	font-weight: bold;
	text-align: center;	
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;			
}
#website-18 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-19 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-20 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-21 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-22 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-23 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-24 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;	
	text-align: center;
}
#website-25 {
	float:left;
	width:199px; 
	height:216px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;	
	text-align: center;
	margin-top: -186px;
	-webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
}

#website-container-03{
	float:left;
	width:100%; 
	height:auto; 
	margin-top:30px; 
	border:1px solid #ee8b35;		
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;		
}
#website-27 {
	float:left;
	width:299px; 
	height:186px; 
	background: #ff9000;
	border-right:1px solid #ee8b35;		
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;		
}
#website-27a {
	float:left;
	width:100%; 
	margin-top: 80px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;	
}
#website-28 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	font-weight: bold;
	text-align: center;
}
#website-29 {
	float:left;
	width:199px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;	
	border-bottom:1px solid #ee8b35;		
	font-weight: bold;
	text-align: center;	
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;		
}
#website-31 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-32 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-33 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-34 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ff9900;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-35 {
	float:left;
	width:369px; 
	height:30px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;
	border-bottom:1px solid #ee8b35;	
	text-align: center;
}
#website-36 {
	float:left;
	width:199px; 
	height:155px; 
	background: #ffa500;
	border-right:1px solid #ee8b35;	
	text-align: center;
	margin-top: -125px;
	-webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
}

/* Misc */
#sectionline {
float:left; 
width:100%; 
border-bottom:1px solid #ee8b35;
}

#products-disclaimer {
width:98%; 
margin-top:15px;
float:left;
}

/**Products page end**/


