@charset "utf-8";
/* CSS Document */


html, body {
	background:#424242 url(Images/background.gif) repeat-x;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	background-color:#fff217;
	width:963px;
	margin:40px auto 0 auto;
}

#header {
	height:140px;
	width:963px;
	background: #000 url(Images/header-bg.gif) repeat-x;
}

#header img {
	margin-left:50px;
}

.headerbar {
	height:20px;
	background-color:#FF0;
}

#contentOutter {
	background-color:#fff;
}

#content {
	width:690px;
	margin:0 auto;
	padding:20px;
}

#content p {
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
}

#content a:link, #content a:visited { color: #CC3333; text-decoration:none;}
#content a:hover, #content a:active { color: #fff; text-decoration:none; background-color:#CC3333;}

#content h3 {
	color:#800000;
	font-size:1em;
}

#footer {
	width:963px;
	margin:0 auto;
	height:80px;
	background-color:#424242;
}

#footer p {
	color:#CCC;
	margin:0;
	padding:10px 0 0 0;
	font-size:.8em;
	text-align:right;
}

#bubble {
	height:147px;
	width:230px;
	background:#fff url(Images/bubbles.gif) no-repeat;
	float:left;
	margin-top:20px;
	color:#fff;
}

#bubble p {
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	margin:14px;
	line-height:26px;
	color:#fff;
}

#bubble ul {
	width:180px;
	margin-top:30px;
}

#bubble li {
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	margin:14px;
	margin-left:0;
}

.testimonial p {
	margin:20px 30px 15px 30px;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	line-height:25px;
}

.testimonial h3 {
	margin:20px;
	padding:0;
	color:#47100c;
	font-family:Georgia, "Times New Roman", Times, serif;
}


.testimonial {
	width:690px;
	background-color:#e2e2e2;
	border:1px solid #999;
	height:191px;
	background:url(Images/testomonials-bg.gif) #e2e2e2 no-repeat; 
}

.thumbsRight {
	float:right;
	margin:8px;
	padding:8px;
	border:1px solid #999;
}

.thumbs {
	margin:8px;
	padding:8px;
	border:1px solid #999;
}

ul.fencing {
    color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
}


/* ------------- Menu ------------- */

#navbar {
	height:42px;
	background-color:#151515;
	border:1px solid #151515;
}

ul#navlist {
	margin:11px 0 0 60px;
	padding:0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { 
	padding: 3px 10px;
	margin-top:10px;
	font-size:.9em;
}

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #151515;
	text-decoration: none;
}

#navlist a:hover {
	color: #151515;
	background-color: #FF0;
	text-decoration: none;
}

#navlist #currentpage a {
	color: #FF0;
}

#navlist #currentpage a:hover {
	background-color: #151515;
}