/* CSS Document */

body	{ margin: 0px; background-color: #888888; background-image: url(images/fade.gif); background-repeat: repeat-x; background-position: top; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; }

.container		{ width: 796px; margin-right: auto; margin-left: auto; border: 2px solid #FFFFFF; background-color: #FFFFFF; overflow:hidden; }
.logoStyle		{ float: left; margin: 20px 9px 15px 15px; }
.headerRight	{ float: right;}
.content		{ padding: 0 35px 0 35px; text-align:justify; min-height:200px; }
.text1			{ font-weight:bold; color: #2B4888;}
.text2			{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; margin: 3px 0 5px 0;}

/*-------- Menu --------*/
.menuBar	{ background-image: url(images/line.gif); background-repeat: repeat-x; height: 24px; width: 100%; overflow:hidden; margin-top: 2px; }
a.bttn_home:link, a.bttn_home:visited	{ display:block; margin-left: 32px; float: left; border-right: 2px solid #FFFFFF; width: 152px; height: 24px; background-image: url(images/bttn_home.gif); background-position:top; background-repeat: no-repeat; }
a.bttn_home:hover, a.bttn_home:active	{ background-position:bottom; }
a.bttn_contact:link, a.bttn_contact:visited	{ float: left; display:block; width: 152px; height: 24px; background-image: url(images/bttn_contact.gif); background-position:top; background-repeat: no-repeat; }
a.bttn_contact:hover, a.bttn_contact:active	{ background-position:bottom; }

/*-------- Services Block --------*/
.servicesBlock	{ float: right; width: 240px; border: 1px solid #918C89; margin-left: 35px; margin-bottom: 15px; background-color: #F2F2F2;}
.light		{ background-image: url(images/tick_light.gif); background-repeat: no-repeat; background-position: left; background-color:#F2F2F2; border-bottom: 1px solid #D4D4D4; padding: 3px 3px 3px 25px; }
.dark		{ background-image: url(images/tick_dark.gif); background-repeat: no-repeat; background-position: left; background-color:#EBEBEB; border-bottom: 1px solid #D4D4D4; padding: 3px 3px 3px 25px; }

/*-------- Contact Block --------*/
.contactBlock	{ float: right; width: 216px; border: 1px solid #918C89; margin-left: 35px; margin-bottom: 15px; background-color: #F2F2F2; padding: 12px;}


/*-------- Footer --------*/
.footer { border-top: 2px solid #FFFFFF; background-color:#2B4888; padding: 15px 35px 15px 35px; }
.footerLeft	{ color: #8091B8; font-size:10px; width: 550px; font-family:Arial, Helvetica, sans-serif; }
.footerLeft	a:link, .footerLeft	a:visited { color: #8091B8; text-decoration: none;}
.footerLeft	a:hover, .footerLeft a:active { color: #8091B8; text-decoration: underline;}
.footerLine	{ border-bottom: 1px solid #8091B8; margin-bottom: 10px; height: 10px;}
.footerRight	{ float: right; padding-top: 15px; width: 165px; height: 25px; color: #8091B8; font-size:10px; font-family:Arial, Helvetica, sans-serif; background-image: url(images/crisp_logo.gif); background-position: right center; background-repeat: no-repeat; text-decoration:none;}

