body{
	background-color: #EBEBEB;
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 12px;
	
}

iframe{
	border:0;
	padding: 0;
	height: 100%;
}
a:focus { outline:none!important }

/* Nav */
/* Nav */
.suckertreemenu {
	position: relative;
	min-height: 35px;
	}
	* html .suckertreemenu {
		height: 35px;
		}
	.suckertreemenu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		position: absolute;
		top: 0;
		left: 0;
		}

	.suckertreemenu ul li {
		position: relative;
		background-color: #f6f6f6; /*overall menu background color*/
		visibility: hidden;
		display: none;
		overflow: hidden;
		}
		.suckertreemenu ul li.show {
			visibility: visible;
			display: block;
			}
		.suckertreemenu ul li.first {
			background-color: transparent;
			visibility: visible;
			display: block !important;
			}
			.suckertreemenu ul li a {
				display: block;
				background-color: #f6f6f6;
				border: 2px solid #f6f6f6;
				text-decoration: none;
				color: #fd5459;
				}
				.suckertreemenu ul li.first a {
					background-image: url(../images/arrow.gif);
					background-position: 125px 0;
					background-repeat: no-repeat;
					border: 0px solid #dedede !important;
					}
					.suckertreemenu ul li.first a:focus,
					.suckertreemenu ul li.first a:hover {
						border: 2px solid #f6f6f6;
						}
					.suckertreemenu ul li a:focus,
					.suckertreemenu ul li a:hover {
						background-color: #fd5459;
						border: 2px solid #fd5459;
						color: white;
						}

				.suckertreemenu ul li.selected a {
					background-color: #fd5459;
					color: white;
					border: 2px solid #fd5459;
					}

					.suckertreemenu ul li ul {
						display: none;
						}

		.suckertreemenu ul#treemenu1 {
			visibility: visible;
			display: block;
			z-index: 10;
			}
			.suckertreemenu ul#treemenu1 li.first {
				width: 156px; /* 1st level / 1st item width */
				}
				.suckertreemenu ul#treemenu1 li.first a {
					width: 136px; /* width - padding */
					padding: 7px 10px;
					background-position: 125px 0;
					}
			.suckertreemenu ul#treemenu1 li {
				width: 156px; /* 1st level item width */
				}
				.suckertreemenu ul#treemenu1 li a {
					padding: 7px 32px 7px 10px;
					width: 114px; /* with - padding - border */
					}

		.suckertreemenu ul#treemenu2 {
			visibility: visible;
			display: block;
			z-index: 9;
			}
			.suckertreemenu ul#treemenu2 li.first {
				width: 156px; /* sub-level 2 / 1st item width */
				}
				.suckertreemenu ul#treemenu2 li.first a {
					width: 132px; /* width - padding - border */
					padding: 7px 10px;
					background-position: 125px 0;
					}
			.suckertreemenu ul#treemenu2 li {
				width: 152px; /* sub-level item width */
				}
				.suckertreemenu ul#treemenu2 li a {
					padding: 7px 32px 7px 10px;
					width: 130px; /* width - padding - border */
					}

		.suckertreemenu ul#treemenu3 {
			visibility: visible;
			display: block;
			z-index: 8;
			}
			.suckertreemenu ul#treemenu3 li.first {
				width: 316px; /* sub-level 3 / 1st item width */
				}
				.suckertreemenu ul#treemenu3 li.first a {
					width: 269px; /* width - padding - border */
					padding: 7px 32px 7px 10px;
					background-position: 279px 0;
					}
			.suckertreemenu ul#treemenu3 li {
				width: 311px; /* sub-level item width */
				}
				.suckertreemenu ul#treemenu3 li a {
					padding: 7px 32px 7px 10px;
					width: 265px; /* width - padding - border */
					}

	
* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
	}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */



/* Header */
.page{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #EBEBEB;
	padding-top: 23px;
}

.logo{
	background-image: url('../images/logo.gif');
	width: 206px;
	height: 108px;
	float: right;
}

.nav{
	width: 100%;
	margin-top: 28px;
}

.nav .box{
	background-color: #FF3237;
	padding: 10px;
	color: white;
	float: left;
	font-weight: bold;
}

/* Home Page */

.content{
	margin-top: 0px;
}

.one{
	width: 633px;
	height: 232px;
	background-color: #F2F2F2;
	float: left;
	margin-bottom: 7px;
	margin-right: 7px;
	_margin-bottom:0;
}

.two{
	width: 313px;
	height: 232px;
	background-color: #F2F2F2;
	float: left;
	margin-left: 0px;
	margin-bottom: 7px;
}

.three{
	width: 313px;
	height: 232px;
	float: left;
	background-color: #F2F2F2;
	margin-right: 7px;
	margin-bottom: 7px;
}

.two#clients {
	height:471px;
}

.three#clients {
	height:471px;
	margin-bottom:0;
}

/* Normal Page */

.pagecontentdark{
	width: 633px;
	background-color: #464646;
	float: left;
	color:white;
	padding-bottom: 22px;
	font-size: 12px!important;
	font-weight: lighter;
}

.pagecontentlight{
	width: 633px;
	background-color: #F2F2F2;
	float: left;
	color:#363636;
	font-size: 12px!important;
	margin-bottom: 7px;
}

.mediacontent{
	width: 633px;
	float: left;
	color:#363636;
	background-color: #F2F2F2;
	font-size: 12px!important;
}

.pagecontentdark h2{
	font-weight: lighter;
	padding: 0;
	line-height: normal;
	margin: 0;
	color: white;
	line-height: normal;
	font-size:16px;
}

.pagecontentdark h1{
	font-weight: 200;
	padding: 0;
	line-height: normal;
	margin: 0;
	color: white;
	font-size: 24px;
}

.pagecontentdark p{
	color: white;
	font-weight: normal;
}

.pagecontentlight h2{
	font-weight: lighter;
	padding: 0;
	line-height: normal;
	margin: 0;
	color: #3636363;
	font-size: 16px;
	
}

.pagecontentlight h1{
	font-weight: 200;
	padding: 0;
	line-height: normal;
	margin: 0;
	margin-top: 4px;
	color: #3636363;
}

.pagecontentdark p{
	color: #3636363;;
	font-weight: normal;
}

.darksidebar{
	width:151px;
	float: left;
	height: 200px;
}

.clientbox{
	width: 633px;
	float: left;
	color:#363636;
	font-size: 12px!important;
}

.clientbox a{
	color:#363636;
	text-decoration: none;
}

.clientbox a:hover{
	text-decoration: underline;
}


h2{
	font-size: 16px!important;
}

body h2{
	font-size: 16px!important;
}

.personbox{
	width:313px;
	height:471px;
	background-color: #f2f2f2;
	float: left;
	margin-top: 7px;
}

.personbox .name{
	height:81px;
	background-color: #D3D3D3;
	width: 100%;
}

.personbox .name a{
	color:#464646;
	text-decoration: none;
}

.personbox .img{
	height: 153px;
	width: 100%;
	background-color: black;
}

.personbox .about{
	font-size: 11px;
	color: #636363;
	
}

.footer22{
	width: 633px;
	font-size: 11px;
	color: #636363;
	background-color: #F2F2F2;
}

.footer22 a{
	color:#636363;
	text-decoration: none;
}

.workheader{
	background-color: #00A899;
	height:37px;
	color: white;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	width:633px;
}

.subheader{
	background-color: #464646;
	height:22px;
	color: #bababa;
	font-size: 11px;
	font-weight: bold;
	width:633px;
	line-height: 16px;
}

.pagemodule{
	background-color: #F9F9F9;
	margin-bottom: 7px;
	color: #484848;
	font-size: 12px;
	width:633px;
}

.pagemodule li{
	margin-bottom:9px;
}

.pagemodule a{
	text-decoration: underline;
	color: #EE3940;
}

.pagemodule .header{
	color: #363636;
	font-size: 15px;
}

.blogdesc img{
	width:450px;
	height:auto;
}

.fullwidth{
	width:100%;
	padding: 0;
	margin: 0;
}

.tubeentry{
	color: white;
	font-size: 11px;
	height: 33px;
	margin-bottom: 1px;
}

#directions img{
	display: none;
}

#directions table{
	padding: 0;
	margin: 0;
	cursor: text;
	
}

#directions table tr{
	background-color: #ebebeb;
	border: 0;
	margin-bottom: 1px;
	cursor: text;
}

.textfield{
	border:0;
	border-bottom: 1px dotted #7A868D;
	height:15px;
	line-height:14px;
	font-size:13px;
	padding:5px;
	background-color: #F9F9F9;
}

.submit{
	background-color: #EE3940;
	border: 0;
	color:white;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding:5px;
}

.blogdesc img{
	margin-bottom: 22px;
}

.noimages img{
display:none;
}


.cheetah{
float:left;top:10px;opacity:0.2;position:relative;width:95px;height:95px;
}

.cheetah:hover{
opacity:1;
}