/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #b0afaf;
	color: #545454;
	padding: 13px 0 25px 0;

	}

body, select, input, textarea {
	font-family: Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #124E82;
	text-decoration:none
	}

a:hover, a:active {
	color:#0c7db7;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#e9eef4;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */

#page {
	width:950px;
	margin:0 auto;
	font-size:0.8em;
	background:#FFF;
	padding: 10px 25px 4px 25px;
	}

#branding {
	margin:0px;
	padding:0px;
	border:0px solid #FF0000;
	float:left;
	width:625px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	margin:0px;
	padding:0px;
	float: left;
	width: 320px;
	border:0px solid red;
	}

#sidebar {
	width: 250px;
	float:right

	}

#leftcol {
	width:268px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:370px;
	padding-left:18px;
	}


		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#e9eef4;
	display:block;
	padding:4px 4px 4px 24px;
	background-image: url(images/dotted.gif);
	background-position:12px 9px;
	background-repeat: no-repeat;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#cadaeb;
	text-decoration:none;
	color: #ffffff;
	background-image: url(images/dotted.gif);
	background-position:12px 9px;
	background-repeat: no-repeat;

	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font:2.95em Arial;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em Arial;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #BBB;
        border-left:1px solid #BBB;
        border-right:1px solid #BBB;
	padding:6px 0 6px 10px;
	margin:12px 0 0px 0;
	font-size:1em;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
	
/* Content */

#content {
	width:677px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	}


			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Arial;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#e9eef4;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #8f99a6;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #8f99a6;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:135%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	float:right;
padding:16px 0 0 0;
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
        align:center;
        padding:0px 2px 0px 2px ;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
        background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
	
.clearfloat {
	display:inline-block
	}
	
	

.clearfloat {
	display:block
	}
	
.top-menu{
	margin:0px;
	padding:0px;
	float:right;
	border:0px solid red;
	}	
.top-menu ul {
	margin:0px;
	float:left;
	padding:4px 0px 4px 0px;
	display:inline;
	border:0px solid #FF0033;
	font-size:12px;
	}	
	
.top-menu ul li{
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;
	}		
	
.top-menu ul li a{
	margin:0px;
	padding:0px 7px 0px 7px;
	font-family:Arial;
	color:#777777;
	text-decoration:none;
	}		

.top-menu ul li a:hover{
	color:#2a7fba;
	text-decoration: underline;
	}	


/* Footer*/

#btm-border {
       background-color:#2D2D2D;
       border-bottom:1px solid #454545;
       color:#FFFFFF;
       margin:0 auto;
       padding:10px 50px 15px 0;
       width:950px;
	}
	
#footer {
background-color:#2D2D2D;
border-bottom:1px solid #454545;
color:#FFFFFF;
height:334px;
margin:0 auto;
padding:0;
width:1000px;
}

/*#footer {
	margin: 0 auto;
	width: 950px;
    height:300px;
	padding:0px 25px 35px;
    background-color:#2d2d2d;
	color:#FFF;
    border-bottom:1px solid #454545;
	}*/

#footer  ul {
        margin:-10px 15px 0px 0px;
        padding:0px;
        list-style:none;
        border-right:1px dashed #787878;
	}
#footer ul li {
        margin:0px;
        padding:0px;
	}
#footer  ul li a {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 12px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#828282; 
    line-height:20px;
    text-decoration:none;  
	background-image:url(images/footer-arrow.gif);
	background-repeat:no-repeat;
	background-position:left;     
	}
#footer  ul li a:hover {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 12px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#648db4; 
	line-height:20px;
    text-decoration:underline;       
	}

#ftr-srs {
       background-color:#2D2D2D;
       border-right:1px dotted #c4c4c4;
	   /*border:1px solid red;*/
       color:#FFFFFF;
       margin:0px 0px 10px -25px;
	   //margin:0px 0px 10px -25px;
       padding:15px 6px 5px 0;
	   //padding:0px 5px 0px 0;
       width:225px;
	   float:left;
	}
	
#service-headline{
	margin:0px 0px 6px 10px;
	//margin:15px 0px 0px 10px;
	padding:0px;
	float:left;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	width:210px;
	}	
#service-headline a{
	margin:0px;
	padding:0px;
	float:left;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	width:210px;
	}	
	
#service-headline a:hover{
	margin:0px;
	padding:0px;
	font-weight:normal;
	color:#94D1E0;
	}		

#ftr-srs ul {
        margin:0px 0px 6px 10px;
        padding:0px;
        list-style:none;
	}
#ftr-srs ul li {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#828282;    
	}

#footer-two {
	margin: 0 auto;
	width: 900px;
	font-size:12px;
	padding-top:10px;
	color:#FFF;
	}

#footer a {
	color:#d3d1d1;
	}

----------------------------------------------
header design part start here
----------------------------------------------
.deo-logo {
	margin:0px;
	padding:0px;
	width:195px;
	height:68px;
	float:left;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:1px solid #FF0000;
	}			
		

.hdr-main-div {
	margin:0px;
	padding:0px;
	width:950px;
	float:left;
	border:0px solid #FF0000;
	}
	
.hdr-main-div ul {
	margin:0px;
	padding:4px 0px 4px 0px;
	display:inline;
	font-size:12px;
        float:right;
	}	
	
.hdr-main-div ul li{
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;
	}		
	
.hdr-main-div ul li a{
	margin:0px;
	padding:0px 7px 0px 7px;
	font-family:Arial;
	color:#777777;
	text-decoration:none;
	}		

.hdr-main-div ul li a:hover{
	color:#2a7fba;
	text-decoration: underline;
	}	
	
.banner {
	margin:4px 0px 0px 0px;
	padding:0px;
	width:950px;
	float:left;
	height:200px;
        background-image: url(images/banner.jpg);
        background-position:top;
        background-repeat:no-repeat;
border:0px solid #16578c;
	}	
	
.future-svs {
	margin-top:13px;
	padding:0px;
	width:950px;
	float:left;
	height:40px;
	background-color:#e9e7e7;
	border-top:1px dotted #b6b6b6;
	border-bottom:1px dotted #b6b6b6;
	}		
	
.future-svs h4{
	margin:0px;
	padding:8px 0px 8px 0px;
	font-family:Arial;
	width:103px;
	float:left;
	text-align:center;
	font-size:20px;
	background-color:#777777;
	color:#FFFFFF;
	}		
	
.hdr-security {
	color:#212121;
	float:left;
	font-family:Arial;
	font-size:12px;
	line-height:30px;
	margin:0px 0px 0px 0px;
	padding:3px 0px 0px 0px;
	}

.hdr-security a {
	background-image: url(images/security.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border:0px solid #FF0000;
	color:#545454;
	line-height:35px;
	margin:5px 0px 0px 15px;
	padding:11px 17px 6px 38px;
	text-decoration: underline;
	}	
	
.hdr-security a:hover {
	background-image: url(images/security-over.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border:0px solid #FF0000;
	color:#0c7db7;
	line-height:35px;
	text-decoration: underline;
	margin:5px 0px 0px 15px;
	padding:11px 17px 6px 38px;
	}	
	
.hdr-Quality {
	border:0px solid #FF0000;
	color:#212121;
	float:left;
	font-family:Arial;
	font-size:12px;
	margin:0px 0px 0px 0px;
	padding:3px 0px 0px 0px;
	border:0px solid red;

	}
.hdr-Quality a {
	background-image: url(images/quality.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#545454;
	line-height:35px;
	margin:5px 0px 0px 15px;
	padding:11px 17px 6px 38px;
	text-decoration: underline;
	}
	
.hdr-Quality a:hover {
	background-image: url(images/quality-over.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border:0px solid #FF0000;
	color:#0c7db7;
	line-height:35px;
	text-decoration: underline;
	margin:5px 0px 0px 15px;
	padding:11px 17px 6px 38px;
	}	
		
	
.hdr-Turnaround-time {
	float:left;
	font-family:Arial;
	font-size:12px;
	line-height:30px;
	margin:0px;
	padding:3px 0px 0px 0px;
	}
.hdr-Turnaround-time a {
	background-image: url(images/Turnaround-time.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border:0px solid #FF0000;
	color:#212121;
	line-height:35px;
	margin:5px 0px 0px 15px;
	padding:11px 17px 6px 38px;
	color:#545454;
	text-decoration: underline;
	}	
.hdr-Turnaround-time a:hover {
	background-image: url(images/Turnaround-time-over.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#0c7db7;
	line-height:35px;
	margin:5px 0px 0px 15px;
	padding:11px 17px 6px 38px;
	text-decoration: underline;
	}		
	
			
	
.hdr-IO-formats {
	color:#212121;
	float:left;
	font-family:Arial;
	font-size:12px;
	line-height:30px;
	margin:0px;
	padding:3px 0px 0px 0px;
	}
	
.hdr-IO-formats a {
	background-image: url(images/IO-formats.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border:0px solid #FF0000;
	line-height:35px;
	margin:5px 0px 0px 15px;
	padding:11px 17px 6px 38px;
	color:#545454;
	text-decoration: underline;
	}
	
.hdr-IO-formats a:hover {
	background-image: url(images/IO-formats-over.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border:0px solid #FF0000;
	line-height:35px;
	margin:5px 0px 0px 15px;
	padding:11px 17px 6px 38px;
	color:#0c7db7;
	text-decoration: underline;
	}	
	
.hdr-Pricing {
	color:#212121;
	float:left;
	font-family:Arial;
	font-size:12px;
	line-height:30px;
	margin:0px;
	padding:3px 0px 0px 0px;
	}	
.hdr-Pricing a {
	background-image: url(images/Pricing.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border:0px solid #FF0000;
	line-height:35px;
	margin:5px 0px 0px 15px;
	padding:11px 17px 6px 38px;
	color:#545454;
	text-decoration: underline;
	}
	
.hdr-Pricing a:hover {
	background-image: url(images/Pricing-over.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border:0px solid #FF0000;
	line-height:35px;
	margin:5px 0px 0px 15px;
	padding:11px 17px 6px 38px;
	color:#0c7db7;
	text-decoration: underline;
	}	
	
.hdr-Benefits {
	border:0px solid #FF0000;
	color:#212121;
	float:left;
	font-family:Arial;
	font-size:12px;
	line-height:30px;
	margin:0px;
	padding:3px 0px 0px 0px;
	}
.hdr-Benefits a {
	background-image: url(images/Benefits.gif);
	background-position:left center;
	background-repeat:no-repeat;
	line-height:35px;
	margin:5px 0px 0px 15px;
	padding:11px 17px 6px 38px;
	color:#545454;
	text-decoration: underline;
	}
	
.hdr-Benefits a:hover {
	background-image: url(images/Benefits-over.gif);
	background-position:left center;
	background-repeat:no-repeat;
	line-height:35px;
	margin:5px 0px 0px 15px;
	padding:11px 17px 6px 38px;
	color:#0c7db7;
	text-decoration: underline;
	}		


a:hover {
	color:#0c7db7;
	text-decoration:underline;
	}
		
					

----------------------------------------------
header design part ends here
----------------------------------------------

/* right pannel top banner start here*/		
	
.bnr-rt {
	margin:0px;
	padding:0px;
	width:247px;

	}
.bnr-rt-div {
	margin:0px;
	padding:0px;
	width:251px;
	background-image: url(images/free-spl-img.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;

	}
	
.bnr-rt-div h4 {
	margin:0px;
	padding:6px 0px 0px 0px;
	font-family:'Century Gothic';
        font-weight:bold;
	font-size:20px;
	color:#ffffff;

	}	
	
.bnr-rt-div h4 a {
	margin:0px;
	padding:0px;
	font-size:20px;
	font-family:'Century Gothic';
        font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	
	}
		
.bnr-rt-div  p {
	margin:0px;
	padding:0px 0px 6px 0px;
	font-family:Arial;
	font-size:12px;
	color: #cbcbcb;
	}				
	
.fq-smlbnr{
        margin:6px 0px 6px 0px;
	padding:0px;
	width:251px;
	height:38px;
	background-image: url(images/quote-btn.gif);
	background-position:left;
	background-repeat:no-repeat;
	}	
	
.fq-smlbnr a{
  margin:0px;
	padding:0px;
	}			
		
/* right pannel top banner ends here*/	


.logo{
  height: 56px;
  display: block;
  float: left;
padding-bottom:10px;
}
.logo a {
  width: 254px;
  height: 77px;
  margin-right: 15px;
  display: block;
  float: left;
  background: url("images/logo.gif") no-repeat;
}


.sub-foll {
    margin:0px 0px 6px 0px;
	padding:6px 0px 6px 0px;
	width:247px;
    float:left;
    border:1px solid #BBBBBB;
	}		
	
.sub {
        margin:0px 10px 0px 0px;
	padding:24px;
	background-image:url(images/sub-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#5F5F5F;
        float: right;
	font:bold 1em Arial,Helvetica,sans-serif;
	letter-spacing:0.1em;
	text-transform:uppercase;
	}		
	
.follow {
     margin:0px 0px 0px 10px;
	padding:24px;
	background-image:url(images/follow-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#5F5F5F;
        float:left;
	font:bold 1em Arial,Helvetica,sans-serif;
	letter-spacing:0.1em;
	text-transform:uppercase;
	}	

.facebook {
    margin:0px 0px 0px 6px;
	padding:24px;
	background-image:url(images/facebook-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#5F5F5F;
    float:left;
	font:bold 1em Arial,Helvetica,sans-serif;
	letter-spacing:0.1em;
	text-transform:uppercase;
	}	

/***********************************
contact us serch aria
***********************************/

.rediob-field{
                margin:0px;
		padding:1px 0px 0px 0px;
                width:200px;
                height:20px;
		}

.solution-field{
                margin:4px 0px 0px 127px;
		padding:1px 0px 0px 0px;
                width:60px;
                height:20px;
		}
.country-field{
                margin:0px 0px 0px 140px;
		padding:1px 0px 0px 0px;
                width:110px;
                height:20px;
		}
.company-url{
                margin:0px 0px 0px 101px;
		padding:2px 0px 0px 0px;
                width:250px;
                height:19px;
		}

.method-field{
                margin:0px;
		padding:1px 0px 0px 0px;
                width:150px;
                height:20px;
		}
					
.fist-name{
                margin:0px 0px 0px 120px;
		padding:1px 0px 0px 0px;
                width:250px;
                height:20px;
		}

.last-name{
                margin:0px 0px 0px 121px;
		padding:1px 0px 0px 0px;
                width:250px;
                height:20px;
		}
.email{
                margin:0px 0px 0px 116px;
		padding:1px 0px 0px 0px;
                width:250px;
                height:20px;
		}
.tpn-no{
                margin:0px 0px 0px 76px;
		padding:1px 0px 0px 0px;
                width:250px;
                height:20px;
		}
.city{
                margin:0px 0px 0px 161px;
		padding:1px 0px 0px 0px;
                width:250px;
                height:20px;
		}
.initial-ctc{
                margin:0px 0px 0px 107px;
		padding:1px 0px 0px 0px;
                width:151px;
                height:20px;
		}
.other{
                margin:0px 0px 0px 58px;
		padding:1px 0px 0px 0px;
                width:250px;
                height:20px;
		}

.subject-field{
                margin:0px 0px 0px 141px;
		padding:1px 0px 0px 0px;
                width:250px;
                height:20px;
		}
.aprox{
                margin:0px 0px 0px 97px;
		padding:1px 0px 0px 0px;
                width:250px;
                height:20px;
		}
.massage-field{
                margin:0px 0px 0px 103px;
		padding:0px;
                width:365px;
                height:180px;
		}		
		
.submit{
                width:87px;
                height:30px;
                margin:0px 0px 0px 190px;
		}		
		
.checkbox{
                width:160px;
                height:500px;
                border:1px solid #FF0000;
		}

.p{             width:100%;
                height:25px;
                color: #292929; 
                background-color:#dedede;
                font-size: 18px;   
                padding: 3px 0px 0px 4px;
                margin: 20px 0px 10px 0px;
                }

/* Inner page banner start here */
.inner-banner {
               margin-top:21px;
               padding:0px;
               width:675px;
               height:140px;
	       background-image:url(images/DEO-inr-img.jpg);
	       background-repeat:no-repeat;
	       background-position:left;
}

/* Inner page banner ends here */

/* quote banner*/
.cnt-quote-box{
	margin:0px;
	padding:0px 0px 0px 10px;
	float:right;
	width:277px;
	height:260px;
	border:0px solid red;
	}

.big-contact-btn{
	margin: 0px 0px 10px 0px;
	padding:0px;
	width:277px;
	height:42px;
	float:right;
/*	background-image:url(images/big-contact-btn.gif);
	background-repeat:no-repeat;
    background-position:left;*/
	}
	
.quote-banner{
	margin: 0px;
	padding:0px;
	width:277px;
	height:202px;
	float:right;
/*	background-image:url(images/quote-bnr.gif);
	background-repeat:no-repeat;
    background-position:left;*/
	}
	
.small-contact-btn{
	margin: 0px 0px 10px 0px;
	padding:0px;
	width:121px;
	height:32px;
	float: left;
	background-image:url(images/small-contact-btn.gif);
	background-repeat:no-repeat;
    background-position:left;
	}		

/******/


 /* Start: Bottom Quote form */
 
#Formbox-mainbox {
 margin:0px 0px 15px 5px;
 //margin:0px 0px 0px 5px;
 padding:0px;
 width:291px;
 float:left;
 }
  
#Formbox {
 margin:0px 0px 0px 0px;
 padding:0px;
 width:288px;
 background-color:#363636;
 float:left;
 border-left:1px solid #494949;
 }
 
#Formbox h2{
  margin:0px;
  padding:10px 0px 0px 12px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	background-image:url(../financial/images/FS-q-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-weight:normal;
	}
	
#Formbox-middlebox {
    margin:0px 0px 0px 0px;
	padding:10px;
	float:left;
	display:block;
	width: 92%;

	}
#Formbox-content {
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	display:block;
	width: 100%;
	}	

#Formbox-content label
{
	 float:left;
	 margin:4px 0px 4px 0px;
	 //margin:0px 0px 0px 0px;
	 padding:0px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 line-height:18px;
	 min-height:0px;
	 color:#94d1e0;
	 font-weight:normal;
	 width:99%;
	 clear:both;
 }
 
#Formbox-content div.SpanText
{
	 display:inline;
	 float:left;
	 margin:0px;
	 padding:0px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 line-height:16px;
	 color:#94d1e0;
	 font-weight:normal;
	 width:24%;
	 text-align:left;
	 border: 0px solid red;
 }

#Formbox-content div.SpanTextarea
{
	 display:block;
	 float:left;
	 margin:0px 0px 0px 5px;
	 padding:0px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 line-height:18px;
	 color:#94d1e0;
	 font-weight:normal;
	 width:90%;
	 wrap:wrap;
	 text-align: left;
	 border: 0px solid red;
 }
 
#Formbox-content .input
{
	 display:block;
	 float:right;
	 margin:0px;
	 padding:0px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color: #fff;
	 font-weight:normal;
	 border:solid 1px #323232;
	 width:160px;
	 background-color:#929292;
 }
#Formbox-content .textarea
{
	 display:block;
	 float:right;
	 margin:0px 0px 1px 1px;
	 padding:0px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 line-height:18px;;
	 color:#fff;
	 font-weight:normal;
	 border:solid 1px #ccc;
	 min-height:18px;
	 width:60%;
 }
 
#submit-btn{
	margin:6px 0px 0px 0px;
	//margin:2px 0px 0px 0px;
	padding:0px;
	width:80px;
	height:24px;
	float: right;
	border:0px solid red; 
	background-image:url(images/deo-submit-btn.gif);
	background-repeat: no-repeat;
	background-position: left;
/* END: Bottom Quote form */

