@charset "utf-8";

/*html, body {height:100%; min-height:100%; margin:0; padding:0;}

html {
	background-color:#000000;
}*/
body { 
	background-image: url(../assets/background.jpg); 
	margin: 0;
	padding: 0;
	background-color:#171615;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCC99;
}

#header-bg {
	/*background: url(../assets/bg.png) repeat-x top;*/
	height: 132px;
	width: 100%;
	min-width: 1100px;
	/*background: url(../assets/bg-centercolumn.jpg);
	background-size:100%;*/
}

#header {
	height: 132px;
	width: 1100px;
	margin: 0 auto;
	margin-top:-39px;


}

	/* Logo Container */
	#logo {
		width: 248px;
		height: 111px;
		float: left;
		margin:0px;
		padding:0px;
	}

	#logo a {
		display: block;
		margin-top: 0px;
		margin-left: 0px;
	}
	#header-right {
		float: left;
		width: 852px;
		height: 112px;
	}
	#menu-spacer {
		height: 40px;
		padding:10px;
	}
	#menu-items {
		/*background-image:url(../assets/menus.png);
		background-repeat: no-repeat;*/
		height:40px;
	}
	/* navigation links
	-------------------------------------------------------- */
		ul#tnav {
			height: 40px; width: 830px;
			/*background: url("../assets/menus.png") no-repeat;*/
			margin:0px;
			padding:0px;
			float:right;
			position: relative;
		}

		ul#tnav li {
			float: left;
			list-style: none;
			display:block;
			height:40px;
		}
	
		ul#tnav li a {
			position: absolute;
			text-indent: -9999px;
			text-decoration: none;
			border: none !important;
			height: 40px;
		}

		ul#tnav li#nav-home a { 
			left: 175px; 
			width: 95px; 
			background: url("../assets/menus.png") -175px 0 no-repeat;
			}
		ul#tnav li#nav-about a { 
			left: 282px; width: 80px; 
			background: url("../assets/menus.png") -282px 0 no-repeat;
			}
		ul#tnav li#nav-services a { 
			left: 372px; width: 107px; 
			background: url("../assets/menus.png") -372px 0 no-repeat;
			}
		ul#tnav li#nav-testimonials a { 
			left: 495px; width: 108px; 
			background: url("../assets/menus.png") -495px 0 no-repeat;
			}
		ul#tnav li#nav-contact a { 
			left: 615px; width: 97px; 
			background: url("../assets/menus.png") -615px 0 no-repeat;
			}
		ul#tnav li#nav-news a { 
			left: 722px; width: 110px; 
			background: url("../assets/menus.png") -722px 0 no-repeat;
			}
			

		ul#tnav li#nav-home a:hover  			{ background-position: -175px -40px; }
		ul#tnav li#nav-about a:hover  			{ background-position: -282px -40px; }
		ul#tnav li#nav-services a:hover  		{ background-position: -372px -40px; }
		ul#tnav li#nav-testimonials a:hover  	{ background-position: -495px -40px; }
		ul#tnav li#nav-contact a:hover  		{ background-position: -615px -40px; }
		ul#tnav li#nav-news a:hover  			{ background-position: -722px -40px; }
		
		ul#tnav li#nav-home a.active  			{ background-position: -175px -80px; }
		ul#tnav li#nav-about a.active  			{ background-position: -282px -80px; }
		ul#tnav li#nav-services a.active  		{ background-position: -372px -80px; }
		ul#tnav li#nav-testimonials a.active  	{ background-position: -495px -80px; }
		ul#tnav li#nav-contact a.active  		{ background-position: -615px -80px; }
		ul#tnav li#nav-news a.active  			{ background-position: -722px -80px; }
	
	/* end of menu items */
	
	#menu-items2 ul {
		list-style: none;
	}

	#menu-items2 li{
		float:left;
		margin-left: 16px;
		text-transform: uppercase;
		color: #c2c2c2;
		display: block;
		height:40px;
	}
	.mhome,
	.mabout,
	.mservices {
		width: 100px;
		background-image:url(../assets/menus.png);
		background-repeat: no-repeat;
	}
	.mhome {background-position: -135px; width: 96px;}
	.mabout {background-position: -242px; width: 117px;}
	

	#top-right #header-quote{
		margin-top: 20px;
		height:60px;
		width:350px;
		text-align:right;
	}
	#header-menus {
		height:60px;
		width:100%;
		text-align:right;
		padding-top:90px;
		margin-top:10px;
	}		
	
	#top-right h3 {
		color: #fff;
		font-size: 18px;
		font-style:italic;
	}


#topmenu
{
	width: 1100px;
	float: left;
	height: 74px;
}

#content-bg {
	width: 100%;
	float: left;
	min-width: 1100px;
	padding: 20px 0 20px 0;
	background-image: url(../assets/devider.png);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-position:top;
}

#content {
	margin: 0 auto;
	width: 1100px;
}

	#content .entry {
		padding-bottom: 10px;
		float: left;
	}
	
	#content h2 {

		/*background: url(../assets/dotted_border_h.gif) repeat-x right bottom;*/
		color: #6589b3;
		border-bottom: 1px solid #0099FF;
	}
	
	#content h3 {
		background: url(../assets/dotted_border_h.gif) repeat-x right bottom;
		color: #6589b3;
		padding-bottom: 5px;
	}


	#content h4 {
		color: #666666;
		font-weight: bold;
		border-bottom: 1px dotted #CCCCCC;
		margin-top:30px;
		padding-bottom:5px;
		float: left;
		padding-right: 10px;
	} 
	
	#content h5 {
		color: #6589b3;
		margin-bottom: 5px;
	}
	
	
	#content p {
		padding-bottom: 15px;
		margin: 0;
		clear: both;
		line-height:22px;
	}




#footer-bg {
	width: 100%;
	float: left;
	min-width: 1100px;
	height:60px;
	background-image: url(../assets/footer-bg.png);
	background-repeat: repeat-x;
	background-color:#171615;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
}

	#footer {
		margin: 0 auto;
		width: 1100px;
		padding:20px;
		font-size: 12px;
	}



#navigation {
	width: 250px;
	float: left;
	height: 542px;
	/*background: url(../assets/navigation_bg_right.png) no-repeat right top;*/
	border-right: 1px dotted #0066CC;
}

#main {
	width: 820px;
	float: left;
	min-height: 542px;
	padding-left: 0px; /*10px*/
	padding:10px;
}

/* Scroller Style */

.item {
	width: 729px;
	height: 542px;
	float: left;
	color: #777;
	padding: 0 19px;
	padding-right: 0px;
	overflow: hidden;
}

	.item .left, .nested-item .left {
		float: left;
		width: 438px;
		margin-right: 20px;

	}
	
	.item .right , .nested-item .right {
		float: left;
		width: 251px;
		margin-left: 20px;
	}

	div.pane{
		background-color: #fff;
		
		overflow:auto;
		
		position:relative;
		width: 748px;
		height:542px;
		overflow: hidden; 
		
	}

.elements {
	width:3076px; /* adjust the width depending on the number of items floated to the left */ /* in this case, 2920 is equal to 4 items (because of the portfolio section)... 769px for each items. */
	height:542px; /* you may ignore this value */ /* the height automatically adjust with the content unlike the width*/	
}



/* contact form style */
form {
  padding: 0;
  margin: 0;
}

label {
	float: left;
	width: 160px;
	color: #666;
	padding: 5px;
}
input,
textarea{
	padding: 5px;
	background: url(../assets/field_bg.png) no-repeat top left;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;  
}
input:focus,
textarea:focus{  
  color: #333;
  background-color: #edf2f5;
}
#name, #email, #subject{
	width:360px;
}
#message{
	width:360px;
	height:150px;
}

#submit {
	height: 27px;
	background: url(../assets/submit_button.png) no-repeat top left;
	
	margin-top: 0px;
	width: 91px;
	border: none;
	margin-right: 6px;
	font-weight: bold;
	cursor: pointer;
	color: #777;
}

#fields {
	margin-top:10px;
}	
	
/* testimonials */

blockquote{
    font-size: 0.9em;
    background: url(../assets/blockquote-bg.png) repeat;
    margin: 0 0 15px 0;
}

blockquote p{
    padding: 0;
}

blockquote div{
    background: url(../assets/blockquote-start-450.png) no-repeat;
    padding: 15px 25px 5px 45px;
	color: #CCCCCC;
}

p#citequote{
	padding: 0;
    height: 29px;
    display: block;
    background: url(../assets/blockquote-end-450.png) no-repeat right;
    font-style: italic;
    font-weight: bold;
    color: #798263;
}

.testimonial {
	width: 100%;
}

/* porfolio styles */

.portfolio-item {
	float: left;
	padding: 10px 0;
}

#content .portfolio-item h3 {
	background: none;
}


.portfolio-image, .portfolio-desc {
	float: left;
}

.portfolio-image {
	width: 270px;
}
.portfolio-desc {
	width: 458px;
}

.portfolio .image-left {
	margin: 12px 15px;
}

.portfolio .margin-0-left {
	margin-left: 0;
}

.portfolio .margin-0-right {
	margin-right: 0;
}



/* List Styles */

.vertical-list {
	list-style: none;
	
	margin: 0;
	padding: 0;
}
.vertical-list li {
	width: 100%;
    padding: 0;
	margin: 0;
}

.vertical-list a {
	display:block;
	
	text-decoration:none;
	font-weight:bold;


	padding: 8px 10px;

	background: #fff;
	border-bottom: 1px #e2e2e2 solid;
	overflow: hidden;
}

.vertical-list a:hover {
	background: #fff;
}

/* use class "bullet-list" if you want to have bullets in your list */

ul.bullet-list {
	list-style: none;
	margin: 0;
	margin-top: 0px;
	padding: 0;
}
ul.bullet-list li {
	padding: 5px 0px 5px 25px;
	background: url(../assets/bullet.png) no-repeat left;
	font-weight: bold;
}



	

/* CSS sliding doors button */

a.button, a.button-color, a.button-header {
	background: url('../assets/button.png') no-repeat scroll top left; 
	float: left;
	height: 27px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 0px;
}

a.button span, a.button-color span, a.button-header span  {
	background: url('../assets/button.png') no-repeat scroll top right; 
	float: left;
	height: 22px;
	position: relative;
	left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	line-height: 18px;
}

a.button:hover span {
	color: #666;
}

a.button-color {
	background: url('../assets/button_color.png') no-repeat scroll top left; 
}

a.button-color span {
	background: url('../assets/button_color.png') no-repeat scroll top right; 
	color: #fff;
}

a.button-header {
	background: url('../assets/button_header.png') no-repeat scroll top left; 
}

a.button-header span {
	background: url('../assets/button_header.png') no-repeat scroll top right; 
	color: #e4f2dd;
}

a.button:hover, a.button-color:hover, a.button-header:hover  {
	background-position: left -155px;
}

a.button:hover span, a.button-color:hover span, a.button-header:hover span {
	background-position: right -155px;
}
	


/*table styles  */

table {
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px #ccc solid;
	border-bottom: none;
}

thead th {
	background: #e2e2e2 none repeat scroll 0 0;
	border-top: 1px #fff solid;
}
thead th {
	border-bottom:1px #bbb solid;
}
th {
	border-bottom: 3px #bbb solid;
	padding-right: 1em;
	text-align: left;
}

td {
	background: #f1f1f1;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
	color: #777;
}

tr.even td {
	background: #f8f8f8;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
}

td.active {
	background-color: #e4e4e4;
}


/* OtherStyles */

.textblock {
	color: #666;
	padding: 10px;
	padding-bottom: 0px;
	border: 1px #ddd solid;
	margin-bottom: 20px;
	background-color: #f7f7f7;
}

#note {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #992222;
	border: 1px #f0c020 solid;
	display: none;
	background-color:#ffffdd;
	text-align: center;
}

.notification_ok {
	color: #229922;	
}


	
	
/* Link Styles */

.more {
	font-weight: bold;
}

/* Misc Styles */

.block {
	padding-bottom: 10px;
}

.title {
	padding-bottom: 0px;
	overflow: hidden;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
	margin-left: 20px;
}

.image-margin-left {
	margin:0 10px 3px 0;
}

.image-margin-right {
	margin:0 0 3px 10px;
}

.image-left, .image-border, .image-right{
	padding:3px;
	margin:0 10px 3px 0;
	border:1px #ccc solid;
	background: #fdfdfd;
	float: left;
}

.image-small-left{
	background: #fdfdfd;
	padding:3px;
	margin:0 5px 0 0;
	border:1px solid #ccc;
	float: left;
}

.image-small-right {
	background: #fdfdfd;
	padding:3px;
	margin:0 0 0 3px;
	border:1px solid #ccc;
	float: right;
}

.image-border {
	margin:0;
}

.image-right {
	margin:0 0 3px 10px;
	float: right;
}

.margin-0-left {
	margin-left: 0px;
}

.margin-0-right {
	margin-right: 0;
}


.margin-10-lr {
	margin: 0 10px;
}

.margin-10-left {
	margin-left: 10px;
}

.margin-10-right {
	margin-right: 10px;
}

.margin-20-left {
	margin-left: 20px;
}

.margin-20-right {
	margin-right: 20px;
}

/* additional containers, and style sheet

/*RIGHT-CONTAINER*/
.right-container {
	width:280px;
	float:right;
	padding: 0px 10px 10px 10px;
	min-height:300px;
	background-color: transparent;
}
.right-container h2 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 15px 0;
	text-transform:uppercase;
	padding-bottom:5px;
	
}


/*LEFT-CONTAINER*/
.left-container {
	width:768px;
	float:left;
	padding: 0 20px 10px 0;
	border-right:1px solid #333333;
	min-height:300px;
	font-size:16px;
}

.left-container p {
	margin:0px;
	padding:0px;
	text-align: justify;
}

.left-container img.left {
	border: 1px solid #766D62; 
	padding:6px; 
	float:left; 
	margin: 0 20px 20px 0;
}

.left-container img.right {
	border: 1px solid #766D62; 
	padding:6px; 
	float:right; 
	margin: 0 0 20px 20px;
}

.box-main {
	width: 360px; 
	margin-right:20px; 
	float:left; 
	border-top: 1px dotted #333;
	padding: 10px 0 10px 0; 
	border-bottom: 1px dotted #333;
	font-size:12px;
}

.box-main2 {
	width: 355px; 
	float:left; 
	border-top: 1px dotted #333;
	padding: 10px 0 10px 0; 
	border-bottom: 1px dotted #333;
	font-size:12px;
}
.box-main a {
	font-weight:normal;
	display:block;
}
.box-main2 a {
	font-weight:normal;
	display:block;
}
.box-main img.lefts {
	padding:6px; 
	float:left; 
	margin: 0 20px 0 0;
}
.box-main2 img.lefts {
	padding:6px; 
	float:left; 
	margin: 0 20px 0 0;
}

.side-nav,
.side-paragraph,
.side-pic,
.newsletter
{
	width:280px;
	margin:0 0 20px 0;
	padding-top:5px;
}
.side-nav {
	background-image:url(../assets/dark-overlay.png);
}

/* CONTACT US QUICK FORM */

#contactpage-form
{
	background-color: transparent;
	background-attachment: scroll;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../assets/contact-us-bg.png);
	background-repeat: no-repeat;
	width:260px;
	margin:0 0 20px 0;
	
}

#secondarycontent
{
	width: 240px;
	margin: 0px auto;
	text-align: right;
	margin-top: 20px;
}

form#formcontact {
	padding:0px;
	margin:0px;
}

form#formcontact p
{
	padding:0px;
	margin:0px;
	padding-top:5px;
}

form#formcontact label
{
	display:block;
	float: left;
	width: 128px;
	text-align: left;
	padding-top: 6px;
	margin-left: 10px;
	margin-right:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: black;
	font-size:11px;
}

form#formcontact input, form#formcontact textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

form#formcontact p.hidden
{
display:none;
}

form#formcontact input
{
	width:190px;
	padding:5px;
	outline:none;
	border:2px solid #d1dee9;
	font-size:11px;
	color:#666;
	background:transparent; /*#d1dee9;*/
	outline:none;
	border:2px solid #555046; /*#84abcb;*/
	background-image: url(../assets/contact-form-field-bg.jpg);
	background-position: bottom;
}

form#formcontact textarea
{
	width:200px;
	padding:5px;
	outline:none;
	border:2px solid #d1dee9;
	font-size:11px;
	color:#666;
	background:#d1dee9;
	border:2px solid #EEEEEE; /*#84abcb;*/
}

form#formcontact input:focus, form#formcontact textarea:focus
{
	outline:none;
	color:#fff;
}

form#formcontact p.btnEnviar
{
	display:block;
	width:89px;
	height:37px;
	float: right;

}

form#formcontact p.btnEnviar input
{
	width:89px;
	height:24px;
	border:0;
	color:#FF9900;
	cursor:pointer;
	font-weight: bold;
	float:right;
	background-image: url(../assets/contact-form-field-bg.jpg);
	border:1px solid #555046;
}

form#formcontact p.btnEnviar label
{
	display:none;
}

form#formcontact p.btnEnviar input:hover
{
	/*background:url(../imagens/btn-enviar-combo.gif) 0 -37px no-repeat;*/
	background-image: url(../assets/contact-form-field-bg.jpg);
	/*background-color: #006699;*/
}
/* END OF CONTACT US QUICK FORM */

#contacts 
{
	width:280px;
	margin:0 0 5px 0;
	padding-top:5px;
	font-size: 11px;
}

#contacts p 
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
}

#contacts .bold {
	font-weight: bold;
}
#contacts .underline {
	border-bottom: 1px dotted #333333;
	padding: 5px 0 5px 0px;
	margin-bottom: 5px;
}
#contacts .bluetitle {
	color: #0099CC;
	font-size:14px;
}

#contacts ul li
{
	list-style-type: none;
	padding-top: 0px;
	padding-right: 31px;
	padding-bottom: 5px;
	padding-left: 31px;
	margin-top:5px;
}

#contacts ul li.mail
{
	background-image: url(../assets/line-icon.png);
	background-repeat: no-repeat;
	background-x-position: 0pt;
	background-y-position: 5px;
}

#contacts ul li.phone
{
	background-image: url(../assets/icon-phone.jpg);
	background-repeat: no-repeat;
	background-x-position: 0pt;
	background-y-position: 5px;
}

#contacts ul li.address
{
	background-image: url(../assets/icon-globe.jpg);
	background-repeat: no-repeat;
	background-x-position: 0px;
	background-y-position: 5px;
}
/*.side-nav {
	padding-top:5px;
	border-top: 3px solid #0099FF;
}*/

.side-nav p {
	padding: 0;
	margin: 0;
}

.side-nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.side-nav ul li {
	display:block;
	border-bottom:1px dotted #333;
}
.side-nav ul li a:link, .side-nav ul li a:visited {
	text-decoration:none;
	display:block;
	padding:5px 0 5px 0;
	color:#B9B5AC;
	padding-left:5px;
}
.side-nav ul li a:hover {
	text-decoration:none;
	display:block;
	padding:5px 0 5px 0;
	color:#333;
	background:#F1F1F1;
	cursor:pointer;
	padding-left:7px;
}

h6
{
	margin-bottom: 10px;
	font-weight: normal;
	color: #2f87aa;
	font-size:26px;
	margin-top:-10px;
	border-bottom:1px dotted  #333333;
}
h5
{
	margin-bottom: 10px;
	font-weight: normal;
	color: #2f87aa;
	font-size:26px;
}


/* PROPRTY DISPLAY */
    /* image replacement */
        .graphic, #header h1, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

    /* clearfix */

		#content:after, ul:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, ul{
			display:block;
			}
		/*  \*/
		#content, ul{
			min-height:1%;
			}
		* html #content, * html ul{
			height:1%;
			}

    /* // clearfix */

/* Easy Slider */

	#slider, #slider2{width:466px;}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:466px;
		height:300px;
		overflow:hidden; 
		}	

	#slider2 li{ 
		background:#f1f1f1;
		}		
	#slider2 li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider2 li p{ 
		margin:20px;
		}						
		
	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:233px;
		height:26px;
		position:absolute;
		left:0px;
		top:0px;
		}	
	#nextBtn, #nextBtn2{ 
		left:233px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:233px;
		height:26px;
		background:url(../assets/slider-prev.jpg) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a{ 
		background:url(../assets/slider-next.jpg) no-repeat 0 0;	
		}
		
	#buttons-bg {
		background-image:url(../assets/slider-buttons.jpg);
		background-repeat:no-repeat;
		position:absolute;
	}		
											

/* // Easy Slider */		

/* // side description */	

	#slideDescription {
		width:250px; 
		height:280px; 
		float:right;
		background-color:#333;
		padding: 10px;
		color:#FFF;
		overflow: hidden;
	}
	
	#slideDescription .title {
		font-size: 18px;
		color: #ffffff;
		margin-top: 0pt;
		margin-right: 0pt;
		margin-bottom: 0pt;
		margin-left: 0pt;
	}
	#slideDescription ul {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;	
		margin:0 0 30px 0;
		font-size: 11px;		
		
	}
	#slideDescription ul li {
		border-bottom:1px solid #4d4d4d;
		text-align:right;
		padding:3px 0 3px 0;
		display:block;
		list-style: none;
	}
	
	#slideDescription label {
		margin:0;
		padding:0;
	}
	
	#slideDescription ul li label {
		float:left;
		color:#999;
		display:block;
		text-align:left;
		margin:0px;
		padding:0px;	
		width: auto;	
	}
	#slideDescription span {
		float:left;
		padding:1px 0 5px 0;
		display:block;
		font-size: 30px;
	}
	#slideDescription a:link, #slideDescription a:visited {
		text-decoration: none;
		float:right;
		color:#FFF;
		background:#3c3c3c;
		padding:2px 10px 4px 10px;
	}
	#slideDescription a:hover{
		text-decoration: none;
		float:right;
		color:#FFF;
		background:#515151;
		padding:2px 10px 4px 10px;
	}	
	
	.clears:after {
		content: ".";
		height:0;
		visibility:hidden;
		display:block;
		clear:both;
	}
	
/*LEFT-CONTAINER*/
#left-container2 {
	width:738px;
	float:left;
	padding: 10px 30px 10px 30px;
	border-right:1px solid #c6c6c6;
	min-height:300px;
	color:#666666;
	font-size:14px;
}

#left-container2 p {
	/*text-align: justify;*/
}

#left-container2 img.left {
	border: 1px solid #CCCCCC; 
	padding:6px; 
	float:left; 
	margin: 0 20px 20px 0;
}
#left-container2 img.right {
	border: 1px solid #CCCCCC; 
	padding:6px; 
	float:right; 
	margin: 0 0 20px 20px;
}	

/* flash  */
#flashhomediv {
	width: 768px;     
	height:270px; 	
}
#underline-div {
	border-bottom:1px dotted #333333;
}

a.link2{font:11px/16px Verdana, sans-serif; color:#fc0; font-weight:normal; text-decoration:underline }
a.link2:hover{color:#000; text-decoration:none; background:#fc0; border:none}
