@charset "utf-8";
/* CSS Document */

/*
Design & CSS by Barbara Carneiro
www.barbaracarneiro.com
*/

/* Main */
* {
	behavior: url(iepngfix.htc);
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body {
	background: #000;
}

/* Containers */
#maincontainer {
	background: url(../images/background.png) repeat-y;
	width: 870px;
}
#topcontainer {
	width: 850px;
	height: 184px;
	min-height: 184px;
	background: #FFF url(../images/topdegrade.jpg) repeat-x;
}
#lefttopcontent {
	float: right;
	width: 620px;
	height: 170px;
	min-height: 170px;
	background: url(../images/img01.png) no-repeat bottom;
	margin-right: 10px;
	margin-top: 10px;
	text-align: right;
}
#menu {
	background: #003366;
	width: 820px;
}
#phone {
	float: right;
	padding-right: 30px;
	text-align: right;
}
#bodycontainer {
	width: 850px;
	overflow: hidden;
	min-height: 100%;
	padding-bottom: 20px;
	background: url(../images/cars.png) no-repeat bottom right;
}
#leftcontainer {
	float: left;
	width: 207px;
	margin: 15px;
	background: #D0D9DE;
	border: 1px solid #003366;
}
#leftcontent {
	margin: 2px;
	background: url(../images/windows-degrade.jpg) repeat-x bottom;
	padding-bottom: 8px;	
}
#lefttitle {
	background: #003366 url(../images/bullet-white.png) no-repeat center left;
	text-align: center;
}
#mailing {
	text-align: center;
	background: #CCC;
	padding: 5px 0;
}
#text {
	float: left;
	width: 360px;
	margin: 15px 5px;
}
#textinternal {
	float: left;
	width: 560px;
	margin: 15px 5px 15px 30px;
}
#rightcontainer {
	float: right;
	width: 194px;
	margin: 15px 15px 120px 15px;
	background: #D0D9DE;
	border: 1px solid #003366;
}
#rightcontent {
	margin: 2px;
	background: url(../images/windows-degrade.jpg) repeat-x bottom;	
}
#righttitle {
	background: #006699 url(../images/bullet-white.png) no-repeat center left;
	text-align: center;
}
.paddingbox {
	padding: 8px;
}
#footer {
	width: 810px;
	border-top: 5px solid #006699;
	background: #003366;
	height: 49px;
	min-height: 49px;
	padding: 18px 40px 0 0;
	text-align: right;
}
#follow {
	float: left;
	width: auto;
	padding-left: 40px;
}
#follow img {
	margin: 0 5px -7px 3px;
}

/* Text */
.menu, .menu a:link, .menu a:active, .menu a:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding: 13px 15px;
}
.menu a:link:hover, .menu a:active:hover, .menu a:visited:hover {
	background: url(../images/buttons-bkg.gif) repeat-x;
}
.blue18 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #003366;
}
.title_white {
	font: 12px/29px Arial, Helvetica, sans-serif;
	color: #FFF;
}
.blue12 {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #003366;
}
.blue11 {
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #003366;
}
.gray12 {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #333;
}
.gray13 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #333;
}
.title-blue {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #006699;
}

/*tables */
table#wrapper {
	border: 1px solid #CCC;
	background: #FFFFFF;
}
#wrapper td {
	padding: 5px;
}

/* Images and Boxes */
.logo {
	padding: 15px 15px 0 20px;
}
.email-field {
	width: 120px;
}
.buttons {
	margin: 4px;
}
.images {
	padding: 2px;
	border: 1px solid #CCC;
	margin: 2px;s
}
.bt {
	padding: 1px;
	border: 1px solid #000000;
	background: #FFFFFF;
}