body {
	background-color: #fff;
	background-image: url(bg_index.png);
	background-repeat: repeat;
	background-attachment: fixed;
}
p {
	font-family: "Century Gothic";
	font-size:12px;
}
h1 {
	padding-left:10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	font-family: Felix Titling;
	padding-bottom:30px;
	color:#664848;
	font-weight: normal;
	font-size: 32px;
}
h2 {
	padding-left:10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	font-family: Felix Titling;
	padding-bottom:20px;
	color:#664848;
	font-weight: normal;
	font-size: 24px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #CCC;
	text-decoration:none;
}
a:active {
	text-decoration: none;
	color: #333;
}
.logo {
	top:10px;
	left:10px;
	text-align: left;
	position: absolute;
}

//.btn {
}
//.btn:hover {
  background-image: url(img/hover.png);
}
.btna {
  position:absolute ;
  background-image: url(contact_us2.png);
  height:27px;
  width:157px;
}
.btna:hover {
  background-image: url(contact_us.png);
}
.btna2 {
  position: absolute;
  background-image: url(developers2.png);
  height:27px;
  width:157px;
  margin-top:40px;
  margin-left:70px;
}
.btna2:hover {
  background-image: url(developers.png);
}
.btna2a {
  position: absolute;
  background-image: url(order2.png);
  height:27px;
  width:157px;
  margin-top:80px;
  margin-left:140px;
}
.btna2a:hover {
  background-image: url(order.png);
}
.btna3a {
  position: absolute;
  background-image: url(support2.png);
  height:27px;
  width:157px;
  margin-top:120px;
  margin-left:210px;
}
.btna3a:hover {
  background-image: url(support.png);
}
.btna4 {
  height:150px;
  width:225px;
}
.cont {
	overflow: hidden;
	position: relative;
	max-width: 80%;
	min-width: 320px;
	margin: 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #666;
}
.foot {
	-moz-box-shadow:    0px 0px 3px 0px #000;
	-webkit-box-shadow: 0px 0px 3px 0px #000;
	box-shadow:         0px 0px 3px 0px #000;
	text-align: center;
	padding-top:40px;
	bottom:0;
	background-color: #222;
	height:200px;
	width:100%;
	margin-top:100px;
	}
.foot_nav {
	position: relative;
	width:100%;
	right:20%;
}
/*-------------------------- Form fields------------------------- */
form, input {font-family: "Century Gothic";
font-size: 11px;width:300px;
color: #8F6F0A;}
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
}
input[type="submit"] {
    cursor: pointer;
	padding: 7px;
	padding-left:20px;
	padding-right:20px;
}
input[type="submit"]:hover
 {
	color: #5e5e5e;
	background-color: #ebebeb;
}

/*------------make the order------------*/
.ok {
	position: fixed;
	left:0;
	top: 100px;
	z-index: 500;
	font-family:"Century Gothic";
}
ul {margin: 0px;
	padding: 0px;}
.nav {
	float: left;
}
.nav li{
	-moz-transition:background-color 0.3s ease;
	-o-transition:background-color 0.3s ease;
	-webkit-transition:background-color 0.3s ease;
	-ms-transition:background-color 0.3s ease;
	background-color:#390 ;
	color: #FFF;
	overflow: hidden;
	-moz-box-shadow:    0px 0px 3px 0px #666;
	-webkit-box-shadow: 0px 0px 3px 0px #666;
	box-shadow:         0px 0px 3px 0px #666;
	border-radius: 0px 3px 3px 0px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.nav a{
	display:block;
	text-align:center;
	color:#fff;
	letter-spacing:0.5px;
	height: 100px;
	width: 50px;
	font-size: 12px;
	text-decoration: none;
	line-height: 25px;
	padding-right: 4px;
}
.con {
	padding-top: 30px;	
}
.con:hover{
	background:#000;
	padding-left: 5px;
}
/*------------Admin Panel Over View---------*/
.ok2 {
	position: fixed;
	left:0;
	top: 240px;
	z-index: 500;
	font-family:"Century Gothic";
}
.nav2 {
	float: left;
}
.nav2 li{
	-moz-transition:background-color 0.3s ease;
	-o-transition:background-color 0.3s ease;
	-webkit-transition:background-color 0.3s ease;
	-ms-transition:background-color 0.3s ease;
	background-color:#E04F17;
	color: #FFF;
	overflow: hidden;
	-moz-box-shadow:    0px 0px 3px 0px #666;
	-webkit-box-shadow: 0px 0px 3px 0px #666;
	box-shadow:         0px 0px 3px 0px #666;
	border-radius: 0px 3px 3px 0px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.nav2 a{
	display:block;
	text-align:center;
	color:#fff;
	letter-spacing:0.5px;
	height: 100px;
	width: 50px;
	font-size: 12px;
	text-decoration: none;
	line-height: 25px;
	padding-right: 4px;
}
.con2 {
	padding-top: 10px;
padding-bottom: 10px;	
}
.con2:hover{
	background:#000;
	padding-left: 5px;
}
/*------------Site Logo---------*/
.ok3 {
	position: fixed;
	left:0;
	top: -10px;
	z-index: 500;
	font-family:"Century Gothic";
}
.nav3 {
	float: left;
}
.nav3 li{
	-moz-transition:background-color 0.3s ease;
	-o-transition:background-color 0.3s ease;
	-webkit-transition:background-color 0.3s ease;
	-ms-transition:background-color 0.3s ease;
	color: #FFF;
	overflow: hidden;
 	border-radius: 0px 3px 3px 0px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	background-image: url(bg_index.png);
	background-repeat: repeat;
}
.nav3 a{
	display:block;
	text-align:center;
	color:#FFF;
	letter-spacing:0.5px;
	height: 50px;
	width: 300px;
	font-size: 13px;
	text-decoration: none;
	line-height: 25px;
	padding-right: 4px;
}
.con3 {
	padding-top: 6px;
  	background-repeat: no-repeat;
	background-position: center;
	height:72px;
}
.con3:hover{
	padding-left: 90px;
	background-color: #222;
	background-image: url(index_top.png);
	background-repeat: no-repeat;
	background-position: left;
}

