/* ---*** Mojito Marketing CSS Style ***--- */
/* css created by CA Visual Design 11-18-06 */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#container{
	padding: 0px;
	width: 810px;
	margin: 0px auto;
}
 
/* --- Header Container
---------------------------------------------*/

.header{
	/*    position:relative;*/
	margin: 0px;
	height: 80px;
	width: 800px;
	padding: 15px 5px 2px 5px;
	background-image: url(images/mojito-header.gif);
	background-repeat: no-repeat;
}

.logo {
	float: left;
	width: 300px;
}

.nav{
    width:348px;
    float:right;
    margin: 15px 0px 0px 0px;
}

/* --- Main Content Style
---------------------------------------------*/

.maincontent2 {
	/*	position:relative;*/
	width: 810px;
	border: 1px solid #000000;
	background-color: #0C0C0C;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.maincontent1 {
	/*	position:relative;*/
	width: 810px;
	border: 1px solid #000000;
	background-color: #00CD0D;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#leftcontent {
	position:absolute;
	top: 98px !important;
	top: 98px; /*IE 6. Hack*/
	width: 378px;
	margin: 0px 3px 0px 0px;
}

.rightcontent {
	width:411px;
	background:#ffffff;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 379px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
 }

/* --- Footer Style
---------------------------------------------*/

#footer {
	padding: 5px;
	height: 50px;
	width: 800px;
/*	text-align: center;*/
}

#ftrmenu {
	width: 780px;
}
#ftrmenu ul {
	margin:0px;
	list-style-type: none;
	padding: 0px;
}

#ftrmenu ul li {
	display: inline;
}

#ftrmenu li a {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#ftrmenu a:hover {
	color: #00CD0D;
	text-decoration:underline;
}

#copyright {
	font-size: 10px;
	margin: 5px 0 1px 2px;
}


.clear {
	clear: both;
	height: 0px;
}

.leftphoto {
	width: 378px;
}

a {color: #00CD0D;}
a:visited {color:#666666;}
a:hover {
	color: #000;
	text-decoration: underline;
	padding: 2px;
}
ul {
	list-style-position: outside;
	list-style-image: url(images/leaf-circle.gif);
	list-style-type: none;
	line-height: 21px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	background-image: url(images/leaf-circle2.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: underline;
	text-indent: 25px;
}
.validxhtml {
	margin: 0px;
	padding: 0px;
	float: right;
}
