/*
Theme Name: KangoTCMS
Theme URI: http://kangomedia.com
Description: Custom Theme for TCMS, Inc. by KangoMedia
Version: 1.6
Author: Freddy Rodriguez
Author URI: http://kangomedia.com

*/

*
{
   padding: 0;
   margin: 0;
}

p {
	margin-bottom:10px;
}

body {
	background: url(images/bg.gif) repeat-x #FFFFFF;
	font-family:Arial, Helvetica, sans-serif
}


#wrapper {
	width:900px;
	margin:0 auto;
}

#header {
	width:900px;
	height:288px;
	background:url(images/homeheader.jpg) no-repeat;
	vertical-align:bottom;	
}

#landscapeheader {
	width:900px;
	height:288px;
	background:url(images/landscapeheader.jpg) no-repeat;
	vertical-align:bottom;	
}

#mechheader {
	width:900px;
	height:288px;
	background:url(images/mechheader.jpg) no-repeat;
	vertical-align:bottom;	
}

#janitorialheader {
	width:900px;
	height:288px;
	background:url(images/janitorialheader.jpg) no-repeat;
	vertical-align:bottom;	
}

#contactheader {
	width:900px;
	height:288px;
	background:url(images/contactheader.jpg) no-repeat;
	vertical-align:bottom;	
}

#logo a {
        display: block;
        position: absolute;
        height: 220px;
        width: 230px;
        outline: none;
}

#logo a span {
        display: none;
}

#menu {
	padding-top:255px;
}

#navbar {	
	text-align:center;
}

#navbar ul {	
	list-style:none;
	color:#FFFFFF;
}

#navbar ul li {
	display:inline;
	padding:10px 22px 10px 22px;
	font-size:1em;
	border-right:2px #003300 solid;
}

#navbar ul li.last {
	display:inline;
	padding:8px 25px 8px 25px;
	font-size:1em;
	border-right:none;
}

#navbar ul li a {
	text-decoration:none;
	color:#ffffff;
}

#navbar ul li a:hover {
	text-decoration:none;
	color:#FDED00;
}


#container {
	width:900px;
	background:url(images/undernav.gif) top left no-repeat #036635;
	overflow:hidden;
        height:100%;
}

#content {
	float:left;
	width:509px;
	padding-top:20px;
        padding-right:20px;
	padding-left:20px;
        background:#CEDACC;
        margin-top:10px;
}

#landscapecontent {
	float:left;
	width:509px;
	padding-top:20px;
        padding-right:20px;
	padding-left:20px;
        background:#CEDACC;
        margin-top:10px;
        height:580px;
}

#mechcontent {
	float:left;
	width:509px;
	padding-top:20px;
        padding-right:20px;
	padding-left:20px;
        background:#CEDACC;
        margin-top:10px;
        height:580px;
}

#content img {
        border:3px #ffffff solid;
}

#landscapecontent img {
        border:3px #ffffff solid;
}

#mechcontent img {
        border:3px #ffffff solid;
}

#sidebar {
	float:right;
	width:351px;
        height:533px;
}

#photo {
	width:351px;
	height:533px;
	background:url(images/sidepics.jpg) no-repeat;
	margin-top:8px;
}

#newsletter {
	width:351px;
	height:191px;
	background:url(images/newsletter.gif) no-repeat;
}

#testimonials {
	width:351px;
	height:191px;
	background:url(images/testimonial.gif) no-repeat;
}

#testimonials p.first {
	padding:50px 20px 0px 20px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:.9em;
}

#testimonials p {
	padding:0px 20px 0px 20px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:.9em;
}

#footer {
	clear:both;
	width:900px;
	height:65px;
	background:url(images/footer.gif) no-repeat;
	font-size:.7em;
	color:#FFFFFF;
}

#copyright {
	padding-left:20px;
	padding-top:30px;
	float:left;
}

#copyright a {
	text-decoration:none;
	color:#ffffff;
}

#copyright a:hover {
	text-decoration:none;
	color:#FDED00;
}

#bottommenu {
	padding-right:20px;
	padding-top:30px;
	float:right;
}

#bottommenu ul {
	list-style:none;
}

#bottommenu ul li {
	display:inline;
	padding: 0 5px 0 5px;
	border-right:solid #FFFFFF 1px;
}

#bottommenu ul li.last {
	display:inline;
	padding: 0 5px 0 5px;
	border-right:none;
}
	
#bottommenu ul li a {
	text-decoration:none;
	color:#ffffff;
}

#bottommenu ul li a:hover {
	text-decoration:none;
	color:#FDED00;
}

#flash {
        float:right;
        position:absolute;
        top:255;
        left:40;
}
