@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------*/
/*   Author:   AlignMinds Technologies                       */
/*   Date:     June 28, 2012                             */
/*   Homepage: wwww.alignminds.com                           */
/*-----------------------------------------------------------*/

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
input[type="text"], input[type="password"], textarea, select {
	outline: none!important;
}
mark, rp, rt, ruby, summary, time {
	display: inline
}
figure {
	padding:0!important;
	margin:0!important;
}

/*AlternateGothic2BTRegular font face style start here*/
@font-face {
    font-family: 'AlternateGothic2BTRegular';
    src: url('fonts/alternategothic2-bt_0-webfont.eot');
    src: url('fonts/alternategothic2-bt_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alternategothic2-bt_0-webfont.woff') format('woff'),
         url('fonts/alternategothic2-bt_0-webfont.ttf') format('truetype'),
         url('fonts/alternategothic2-bt_0-webfont.svg#AlternateGothic2BTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*AlternateGothic2BTRegular font face style end here*/



/* Getting the new tags to behave */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
	line-height:20px;
	font-weight:normal;
	color:#002e54;
}
h6 {
	font-size:11px;
}
img, .clearborder {
	border:0 none;
}
.clearborder {
	border:0 none!important;
}
ul, li {
	list-style-position:outside;
	list-style-type:none;
	padding:0;
}
input, a {
	outline:none;
}
a {
	text-decoration:underline;
	color:#000;
}
a:hover {
	color: #006da6;
	text-decoration:none;
}
.left {
	float:left;
}
.smalltext {
	font-size:11px;
}
.right {
	float:right;
}
.clearfix {
	clear:both;
	line-height:1px;
	height:1px;
	font-size:1px;
	overflow:hidden;
}
.clear {
	clear:both;
}
p {
	margin-bottom:1em;
	text-align:left;
	line-height:18px;
	font-size:13px;
	color:#232323;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size:19px;
}
h5 {
	font-size:16px;
}

input {
	padding:3px 5px;
	border: 1px solid #bababa;
	color:#7b7b7b;
	font-size:12px;
}
textarea {
	padding:3px 5px;
	border: 1px solid #bababa;
	color:#7b7b7b;
	font-size:12px;
	resize: none;
	font-family:Arial, Helvetica, sans-serif;
}



/****************************layout style starts here****************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#232323;
	font-size:14px;
	line-height:18px;
	background:#f1f1f1 url(images/body_bg.jpg) repeat-x;
}
html, body {
	height:100%;
}
hr {
	display:block;
	height:1px;
	border:0;
	margin:10px 0;
	padding:0;
}

.wrapper {
	/*width:100% !important;*/
	margin:0 auto;
	background:#fff;
}
.header{
	margin:0;
}
.logo {
	height:112px;
	width:405px;
	margin:0 auto;
}

/*Logo style end here*/


/*Main style start here*/

.middle_container {
	padding:0;
}
/*Banner style start here*/
.banner{
	width:890px;
	height:280px;
	margin-top:15px;
	padding:0;
}
/*Banner style end here*/


/*Customer service style start here*/
.customer_service{
	margin:0;
	padding:0;
}
.customer_service p{
	text-align:center;
	font-size:11px;
	line-height:22px;
	margin-bottom:15px;
}
.customer_service p a{
	text-decoration:underline;
}
/*Customer service style start here*/
	
/*Main content style end here*/


/*Footer section start here*/
.footer_main {
	padding:5px 0;
	color:#333;
	width:100%;
}
.footer_container{
	margin:0 auto;
	padding-top:25px;
	padding-bottom:10px;
}
/*Footer section end here*/