/*
 * Theme Name: MaxPOS
 * Author: Gopi
 * Version: 9th July 2009
 */

 
 /*
  * Default Browser Setup for common Tags
  */
 
 *{
	margin:0;
	padding:0;
	font-family:Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
}	

body{
	font-size:62.5%;	/*Set to Default Size to 10px & 1 em = 10px */
	margin-bottom: 20px;
	color: #6c6f70;
}

h1,h2,h3,h4,h5,p,ul,ol,a,span,abbr,acronym,code,pre,samp,label,input,form{
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;


}
			
h1{
	font-size: 13px;
	font-weight:bold;
	margin-bottom:20px;
}

h2{
	font-size: 12px;
	font-weight:bold;
	margin-bottom:20px;
}

h3{
	font-size: 12px;
	font-weight:bold;
}

h4{
	font-size: 12px;
	font-weight:bold;
}
h5{
	font-size: 12px;
	font-weight:bold;
}
h1,h2,h3,h4,h5{
	margin-bottom:20px;
}
a{
	color:inherit;
	text-decoration:none;
	font-size:11px;
}

img{
	border:none;
}

ul{
	list-style:square;
	padding-left:1.2em;
	margin-bottom:15px;
}
p{
	margin-bottom:15px;

}

/*Form Style*/
form { 	
	width:100%;
	border:1px solid #cccccc;
	text-align:left;
	margin:0;
	padding:0;
}
form p {
	border-bottom:1px solid #dddddd;
	margin:0 10px;
	padding:10px;
}
form p input, form p select , form p textarea {
	padding:5px;
	border:1px solid #dddddd;
	border-right:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
form p input.button {
	padding:5px;
	background-color:#304A6B;
	color:#ffffff;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:2px solid #426693;
	border-right:2px solid #23364E;
	border-bottom:2px solid #23364E;
}
form p.lastformitem {
	border-bottom:none;
}
form span.required {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ff0000;
	font-weight:bold;
	font-size:11px;
	padding:20px;
	margin-top:5px;
}
form p label span.required {
	padding:0;
	font-size:11px;
	color:#ff0000;
}
form p span {
	padding-left:10px;
	font-size:11px;
	color:#999999;
}
form p span a {
	color:#999999;
}

#support_form{
	width:100%;
	border:none;
	text-align:left;
	margin:0;
	padding:0;  

	border:1px solid #cccccc;
 
}

#support_form p {
	border-bottom:none;
	margin:0 5px;
	padding:5px;
}

#support_form p input {
	margin:0 10px;
	padding:5px;
}

#support_form_btn{
        margin-left:10px;
        margin-top:10px; 
margin-bottom:5px ;
	padding:5px;
        width:100px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-right:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
}


/*
 * General Styles
 */


/*Clear Float*/
.clear{clear:both}
.clear-right{clear:right}
.clear-left{clear:left}

/*Image Position*/
.img-left{float:left;margin:5px;margin-left:0;}
.img-right{float:right;margin:5px; margin-right:0px;}

/*Text Align Properties*/
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-justify{text-align:justify;}
.text-center{text-align:center;}

.bold{font-weight:bold;}
.italic{font-style:italic;}
.underline{border-bottom:1px solid;}


/*
 * CSS Layout specific setup
 */

 /*
 * Name: Layout CSS
 * Description:  Layout of the General Components
 */

body{
	background:url('image/bodyBg.gif') repeat-x #0e1f67;
}
 
 #wrapper{
 	margin:25px auto;
	width:916px;
	background:white;
 }
 
 #header{
 	width:inherit;
	height:72px;
	background:url('image/headerBg.gif') no-repeat;
	position:relative;
 }
 
 .header_link{
 	position:absolute;
	top:60px;
	right:50px;
	color: #ff8811;
	font-size:10px;	
 }
 .header_link1{
 	position:absolute;
	top:60px;
	right:100px;
	color: #ff8811;
	font-size:10px;
 }
 #content{
	min-height:500px;
	width:842px;
	padding-left:37px;
	padding-right:37px;
	padding-bottom:40px;
	padding-top:25px;
	background:url('image/contentBg.gif') repeat-y;
 }
 
 #footer{
	width:inherit;
	height:103px;
	padding-left:30px;
	padding-right:30px;
	padding-top:40px;
	background:url('image/footerBg.gif') no-repeat;
	font-size: 1em;
 }
#footer ul {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddb;
	list-style-type: none;
	width: 842px;
	font-size: 10px;
}
.blockTop {
	background-image: url(image/blockTop.gif);
	background-repeat: no-repeat;
	height: 167px;
	width: 196px;
}
.block {
	display: inline;
	float: left;
	margin-right: 19px;
}
.blockTop ul li a {
	color:#6c6f70;
	
}
.blockTop ul {
	padding-top: 20px;
	margin-left: 10px;
        list-style-type:square;
}

.blockTop ul li {
       margin-bottom:6px;
}

.blockTop img {
	padding-left: 3px;
	padding-top:3px;
}

.blockBottom {

	background-repeat: no-repeat;
	height: 30px;
	width: 196px;
}

#footer ul li a {
	color: #6c6f70;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddb;
	padding-right: 10px;
	padding-left: 10px;
}
#footer ul li {
	display: inline;
	line-height: 25px;
}


 
 /*Top Navigation Bar
  */
 
  #topNav{
	padding:0;
	margin-bottom:0px;
	list-style:none;
 }
 
 #topNav li{
 	float:left
 }
#feature {
	height: 37px;
	width: 842px;
	background-image: url(image/feature.gif);
	margin-top: 10px;
	margin-bottom: 30px;
	
}
#feature p span   {
	color: #6098b9;
	font-weight: bold;
	
	
}
#feature p a   {
	color: #6098b9;
	font-weight: bold;
	text-decoration: none;
	
}
#feature p   {
	padding-left: 175px;
	padding-top: 10px;
	font-weight: bold;
	font-size:11px;
}
#left {
	float: left;
	width: 200px;
}
#right {
	width: 150px;
	float: right;
}


#middle {
	width: 450px;
	margin-right: 20px;
	margin-left: 220px;
	
    font-size:11px;
}

#middle a{
	font-size:11px;
	font-weight:normal;
}

 .quote{
 	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccccc8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCC8;
	color:#00157a;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:5px;
	padding-top:5px;
 }
.latestNews {
	font-weight: normal;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	text-align:left;
}
.latestNews a{color:#6c6f70;}

.leftHeader{
padding-bottom:5px;
margin-bottom:5px;

}
