

/*==================================================================

Project:		[Courtelis]
Version:		1.0
Last update:	25/05/2009
Assigned to:	[Carlos Rodriguez]

=====================================================================*/

/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,abbr{
	border:0;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
a,a:link,a:visited,a:hover { 
	color:#000;
	text-decoration:none; 
}
a:focus,a:hover { 
	text-decoration:underline;
}
a img { 
	border:0; 
}
.clear { 
	clear:both; 
}

/* Global Elements
=====================================================================*/
html, body
{
	height:100%;
}
body {
	background:#fff url(/images/background.png) repeat-x;
	line-height: 1.6em;
	font:62.5% Verdana, arial, serif;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
/* Start CSS Coding
=====================================================================*/
#container {
	width:100%;
	min-height:100%;
    position:relative;
}
#wrapper {
	width:931px;
	margin:0 auto;
	padding-bottom:141px;
}
#topheader {
	width:931px;
	height:56px;
}
#topheader a.rss {
	float:right;
	margin:25px 0 0 0;
	display:block;
	height:20px;
	background:url(/images/logo_rss.png) no-repeat 100% 0;
	font-size:1.3em;
	padding:7px 30px 0 0;
}
#topheader span{
	text-transform:uppercase;
	font-size:1.2em;
	font-family:impact;
	font-weight:lighter;
}

#topheader .txtsub{
	color:#c30126;
}
#topheader .txtrss{
	color:#fe6e00;
}

#topmenu {
	float:left;
	display:inline;
	margin:26px 0 0 164px;
	height:12px;
}
#topmenu li {
	display:inline;
	float:left;
	padding:0 7px;
	background:url(/images/septop.png) no-repeat 100% 2px;
}
#topmenu li a, #topmenu li a:link, #topmenu li a:visited {
	float:left;
	font-size:1.2em;
}
#topmenu li.last {
	background:none;
}
#header {
	width:931px;
	height:167px;
	position:relative;
}
#logo {
	width:143px;
	height:194px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
		float:left;
	margin-top:-42px;
}
#logo span{
	background:url(/images/logo.jpg) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#slogan {
	width:475px;
	height:167px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	float:left;
	margin:0;
}
#slogan span{
	background:url(/images/slogan.jpg) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}
#headerright {
	width:313px;
	height:165px;
	float:right;
	margin-top:2px;
	background:url(/images/back_headerright.jpg) no-repeat;
}
#headerrighttop {
	width:313px;
	height:100px;
}

#headerrighttop p{
	text-align:right;
	padding:10px 0 0 0;
	line-height:1.6em;
	font-size:1.2em;
	font-weight:bolder;
	color:#433c2c;
}

#frmsearch {
	width:303px;
	height:40px;
	padding:8px 0 0 10px;
	background:url(/images/back_search.jpg) no-repeat;
}
#frmsearch .txtsearch{
	width:195px;
	height:20px;
	background:#fff url(/images/back_searchtool.png) no-repeat;
	border:1px solid #959595;
	padding:3px 0 0 28px;
}	
#frmsearch .btngo{
	width:49px;
	height:27px;
	background: url(/images/btngo.png);
	border:none;
	padding:0 10px 0 0;
	cursor:pointer;
	color:#510400;
	font-weight:bolder;
	font-size:1.4em;
}
#placemainmenu {
	width:931px;
	height:51px;
	position:relative;
}
#placemainmenu ul li{
	float:left;
	margin:0 45px 0 0;
	font-size:1.6em;
	display:block;
	background:url(/images/mainmenu_arrow.png) no-repeat 50% 0;
}
#placemainmenu ul li.lastmenu{
	margin:0;
}
#placemainmenu ul li a{
	color:#fff;
	display:block;
	float:left;
	height:36px;
	padding:20px 0 0 0;
	font-family:arial;
}

#placemainmenu li ul {
	background:none;
	background-color:#BC0B1D;
	cursor:default;
	width:929px;
	max-width:100%;
	position:absolute;
	border-bottom:1px solid #ccc;
	height:auto;
	top:3.2em;
	padding:10px 0;
	padding-left:0.2em !important;
	background-position:0 0 !important;
	left:-9000px;
}

#placemainmenu li.active ul
{
	left:0;
}

#placemainmenu li ul li {
	background:none;
	padding:0 6px 0 0;
	border:none;
	border-right:1px solid #fff;
	font-size:0.7em;
	margin:0 0px 0 4px;
	display:block;
	width:auto;
	max-width:none;
}

#placemainmenu ul li.active a,
#placemainmenu ul li.active a:link, 
#placemainmenu ul li.active a:visited
{
	color:#f1d8af;
}
.subactive
{
	color:#f1d8af;
	font-weight:bold;
}

/* sub-menu Anchors */
#placemainmenu li ul li a {
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	padding:0;
	line-height:1em;
	height:1em;
	color:#fff;
	font-weight:normal;
}
#placemainmenu li ul li.lstsub
{
	border:none;
	margin-right:0;
}
#placemainmenu li:hover ul,
#placemainmenu li.msieFix ul {left:0;z-index:10}

#placemainmenu li.active ul.submenu li a
{
	color:#fff;
}

#content {
	margin-top:2.2em;
	width:931px;
}

#crumbset{
	font-size:1em;
	background:url(/images/crumb.png) no-repeat 0 50%;
	margin-left:2em;
	padding:20px 0 20px 20px;
}
#crumbset span{
	color:#af1134;
}
#text
{
	padding:0 1em;
}
#leftside{
	float:left;
	width:544px;
}

#rightside{
	float:right;
	padding:0 20px;
	width:347px;
	font-size:1.2em;
}

#rightside p{
	margin:10px 0;
	line-height:1.2em;
}

#placemainback{
	width:297px;
	float:left;
	background:url(/images/back_mainnews.png) repeat-y 0 0;
	font-size:1.2em;
}
#placenewstop{
	width:257px;
	padding:10px 20px;
	background:url(/images/newstop.png) no-repeat 0 0;
}
#placenewsbtm{
	width:297px;
	height:21px;
	background:url(/images/newsbtm.png) no-repeat 0 0;
}

#ullatestnews{
	list-style-image: url(/images/bullet_date.gif);
	height:216px;
}

#ullatestnews li{
	margin: 10px 0 15px 17px;
	line-height:1.4em;
}

#ullatestnews .date{
	color:#ef8128;
	text-transform:uppercase;
}

#placeproject{
	width:247px;
	float:left;
	background:url(/images/back_project.png) repeat-y 0 0;
}
#placeprojecttop{
	width:207px;
	padding:10px 20px;
	background:url(/images/projecttop.png) no-repeat 0 0;
}
#projectbtm{
	width:247px;
	height:21px;
	background:url(/images/projectbtm.png) no-repeat 0 0;
}

h3{
	font-size:1.6em;
	color:#a71929;
}

.h3title{
	font-size:1.6em;
	color:#540e04;
}
.h3title span{
	color:#ea002f;
	font-size:1.6em;
	font-family: "Times New Roman";
}

#placeproject a.readmore {
	width: 93px;
	height: 23px;
	background: url(/images/back_readmore.png) no-repeat;
	display:block;
	font-size:1.2em;
	padding:5px 0 0 4px;
	margin:20px 10px 5px auto;
	color:#680e0a;
	font-weight:bolder;
}

#placeproject a.readmore:hover {
	color:#6d5c0c;
	text-decoration:none;
}

#placeproject p{
	font-size:1.2em;
}

#placeproject img{
	margin:10px 0;
}

.maroon{
	color:#700b19;
}
#ulclients li{
	float:left;
	margin:4px 0;
}

#featuredclients{
	width:539px;
	border:1px solid #cacaca;
	margin:0;
	padding:0;
}
#featuredclients legend{
	font-size:1.8em;
	color:#a71929;
	background:#fff;
	font-weight:bolder;
	padding:0 10px;
	margin:0;
}
#placefieldset{
	margin:10px 0;
}
/* Featured CLients
=============================================*/

#publix {
	width:73px;
	height:63px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}
#publix span{
	background:url(/images/home/publix.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#suntrust {
	width:117px;
	height:63px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}
#suntrust span{
	background:url(/images/home/suntrust.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#marshalls {
	width:125px;
	height:63px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}
#marshalls span{
	background:url(/images/home/marshalls.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#barnes {
	width:121px;
	height:63px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}
#barnes span{
	background:url(/images/home/barnes.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#um {
	width:96px;
	height:63px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}
#um span{
	background:url(/images/home/miami.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

/* Content
=====================================================================*/
#clientlist
{
	height:auto;
	overflow:hidden;
	width:inherit;
}
.clientlist
{
	float:left;
	width:280px;
}
.imgright
{
	float:right;
	margin:0 0 1em 1em;
}
.imgleft
{
	float:left;
	margin:0 1em 1em 0em;
}
.imgtop
{
	background:url(../images/imgtop.jpg) no-repeat;
	height:7px;
	width:338px;
}
.imgmiddle
{
	background:url(../images/imgmiddle.jpg) repeat-y;
	height:auto;
	padding:1px 0 6px 8px;
	width:338px;
}
.imgbottom
{
	background:url(../images/imgbottom.jpg) no-repeat;
	height:9px;
	width:338px;
}
#gallery,
#gallery img
{
	height: 214px;
	width: 314px;
}
.linksright
{
	float:right;
	margin:0 0 1em 1em;
	padding:0.5em;
}
.linkstop
{
	background:url(../images/servicestop.jpg) no-repeat;
	height:7px;
	width:260px;
}
.linksmiddle
{
	background:url(../images/servicesmiddle.jpg) repeat-y;
	height:auto;
	padding:0.5em 0.5em 1em 1em;
	width:260px;
}
.linksbottom
{
	background:url(../images/servicesbottom.jpg) no-repeat;
	height:9px;
	width:260px;
}
ul#menuright
{
	list-style:none;
}
.vcard
{
	font-size:1.4em;
	margin:1em 0;
}
.vcard .url
{
	background: transparent url(/images/icons/hcard.png) no-repeat center right;
	padding-right:3em;
}
#form_left
{
	float:left;
	width:422px;
}
#form_right
{
	float:right;
	width:422px;
}

#propertiesframe
{
	border:0;
	height:520px;
	margin:0 0 2em 0;
	padding:0;
	width:900px;
}
.left
{
	float:left;
}
.right
{
	float:right
}

/* Footer
=====================================================================*/
#footer {
	background:url(/images/back_footer.png) repeat-x 0 100%;
	width:100%;
	height:141px;
	position:absolute;
    bottom:0;
	color:#fff;
	font-size:1.2em;
	line-height:1.4em;
	padding:20px 0 0 0;
}
#footercontainer
{
	width:938px;
	margin:22px auto 0 auto;
}
#footercontainer p{
	margin:10px 0 0 0;
}
#ulfooter
{
	margin:2px auto;
	text-align:center;
}
#ulfooter li{
	display:inline;
	border-left: 1px solid #fff;
	padding:0 10px;
}
#ulfooter li.first{
	padding:0 10px 0 0;
	border:none;
}
#ulfooter li a{
	color:#fff;
	font-size:0.8em;
}

