/* -------------------------------------------------------------- 
  
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5em;
}
/* Tables still need 'cellspacing="0"' in the markup. */

caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: top;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}
strong {
	color:#444
}
/* -------------------------------------------------------------- 
   
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */
body {
	font-size: 75%;
	line-height:1.5em;
	color: #333333;
	background:url(../images/bg.gif) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
html>body {
	font-size: 12px;
}
/* Headings
-------------------------------------------------------------- */

h1, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 1.666667em;
	line-height: 0.9em;
	margin-bottom: .9em;
}
h2 {
	font-size: 1.5em;
	line-height:1em;
	padding-bottom:.5em;
	color:#5A308D;
}

h3 {
	font-size: 1.333333em;
	line-height: 1.125em;
	padding-bottom:.5em;
	color:#A079B2;
	font-weight:bold;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	height: 1.25em;
}
h5 {
	font-size: 1.333333em;
	line-height:1.12em;
	margin-top:1em;
	margin-bottom: 2em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin-top: 1em;
	margin-bottom:1em;
	font-size: 1.083333em;
	line-height: 1.384615em;
}
p img {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #5A308D;
	text-decoration:none
}
a {
	color: #333;
	text-decoration: underline;
}
blockquote {
	margin: 1em;
	color: #333;
	font-style: italic;
	margin-bottom:3em;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre, code {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
.dquo {
	margin-left: -.5em;
}
/* Lists
-------------------------------------------------------------- */


ul {
	list-style-type: disc;
	margin-left:20px;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}


/* Misc classes
-------------------------------------------------------------- */

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.blue {
	color:#195792
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}


/* This is for the body and body elements
----------------------------------------------------------*/


blockquote {
	padding-left: 3em;
	font-style: italic;
}
hr {
	height:1px;
	color:#333333;
}
.star {
	margin:60px 575px 0px 0px;
}
/* Menu */

#menu {
	float:right;
	margin-top:40px;
	clear:right;
	color:#FFFFFF;
	font-size:16px
}
#menu ul li {
	list-style:none;
	display:inline
}
#menu li {
	padding-left:20px;
}
#menu a{
	color:#FFFFFF;
	}
	
	
/*header*/

#header {
	margin-top:50px;
}
.logo {
	background:url(../images/logo.png);
	float:left;
	height:90px;
	width:354px;
	margin-top:15px;
}

/* Banner */
#banner {
}
/* Content */

#container {
	background:url(../images/bdy_bg.png);
	margin:0 auto;
	width:856px;
}
#body_small {
	background:url(../images/body_small.png) no-repeat;
	height:430px;
	padding:10px 30px;
}
#body_large {
	background:url(../images/body_large.png) no-repeat;
	height:720px;
	padding:10px 30px;
}
#leftcolumn_sm {
	float:left;
	padding:0px 0px 10px 10px;
	width: 450px;
}

#leftcolumn_sm h1{
	background:url(../images/home_title.gif) no-repeat;
	height:55px;
	width:245px;
	line-height: 1.285714em;
	margin-bottom: 0px;
}

#rightcolumn_sm {
	float:right;
	padding:0px 10px 10px 10px;
	width: 300px;
}
.rightcolumn li {
	list-style:disc;
	margin-left:20px;
}
.guarantee {
	margin-top:20px;
	text-align:center;
	}
.text {
	margin-bottom:15px;
	}
#one-column-large{
	height:600px;
	overflow:auto;
	}
.contact-side{
	margin-left:50px;
	width:200px;
}
.contact-side p{
	border-bottom:1px dotted #A079B2;
	padding-bottom:10px;
	}

/* Footer */

#footerleft {
height:25px;
	width:400px;
	margin:0 auto;
	text-align:center;
	margin-top:10px;
}
#footerright {
height:25px;
	width:500px;
	margin:0 auto;
	text-align:center;
}
/* Footer */

#footer {
	color: #5b308d;
	margin:0 auto;
	text-align:center;
	font-size: 0.923077em;
	line-height: 1.5em;
}

#footer li {
	list-style-type: none;
	display: inline;
}

#footer a{
	color:#5b308d;
}
#footer a:hover {
	color:#5b308d;
}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}
#footer .avant {
	background: url(../images/ailogowhite.png) no-repeat left bottom;
	height:17px;
	padding-left:130px;
	margin-top:15px;
	margin:0 auto;
	font-size:12px;
	width:370px;
	text-align:center;
}

#footer .avant a {
	text-decoration: none;
	color:#5b308d
}
#footer .avant a:hover {
	text-decoration: underline;
	color:#5b308d
}

#footer .avant {
	background: url(../images/ailogowhite.png) no-repeat left bottom;
	height:17px;
	padding-left:130px;
	margin-top:15px;
	margin:0 auto;
	font-size:12px;
	width:370px;
	text-align:center;
}


/*--------------------------------------------
Form
---------------------------------------------*/
input { border: 1px solid #CCCCCC; padding: 4px; font: 12px Arial, Helvetica, Sans-Serif; }
textarea { border: 1px solid #CCCCCC; padding: 4px; font: 12px Arial, Helvetica, Sans-Serif; }
.form {  width: 450px; padding-top: 10px; }
#contact_form label { color: #333333; display: block; font-weight: bold; text-align: left; width: 100px; float: left; }
#contact_form .label2 { color: #333333; display: block; font-weight: bold; text-align: left; width: 125px; float: left; }
#contact_form .small { color: #666666; display: block; font-size: 11px; font-weight: normal; text-align: right; width: 140px; }
#contact_form input { float: left; width: 300px; margin: 2px 0 15px 19px; color: #444444; }
#contact_form select { float: left; width: 285px; margin: 2px 0 25px 19px; color: #444444; }
#contact_form textarea { float: left; width: 300px; margin: 2px 0 15px 19px; color: #444444; }
#contact_form .button { clear: both; margin-left:120px;background: #A079B2; color: #FFFFFF; border: solid 1px #111111; font: 12px Arial, Helvetica, Sans-Serif; font-weight: bold; padding: 4px 6px; width:60px; }
 