/************************************************/
/******************** Reset ********************/
/************************************************/
* { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:middle; }
html, body { width:100%; min-width:960px; height:100%; }
html { background:#3d3d3d; overflow-x:hidden; }
img { border:0; }
div,object { display:block; }
object { float:left; }
a { text-decoration:none; color:#ccc; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; }
a:hover { color:#fff; }
:focus { outline: 0; }
a h6 { color:#555; font-size:14px; }
a h6:hover { color:#888; font-size:14px; }
/* Headings & Text */
h1, h2, h3, h4, h5, h6 { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; /*text-transform:uppercase;*/ }
h1 { color:#fff; font-size:29px; height:30px; margin-bottom:10px; }
h2 { font-size:27px; color:#fff; }
h3 { color:#6F6E81; font-size:20px; }
h3 a { color:#6F6E81; font-size:20px; text-shadow: 0px 0px 5px #000;}
h3 a:hover { color:#FF0055; font-size:20px; text-shadow: 0px 0px 10px #FF0055;}
h4 { color:#fff; font-size:18px; margin-bottom:5px; }
h5 { color:#6F6E81; font-size:15px; }
h6 { color:#fff; font-size:14px; }
li { color: #ccc; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; margin-left:20px; /*text-transform:uppercase;*/ }
li span.pink { color:#FF0055; }
li span.grey { color:#6F6E81; }
ul { margin-bottom:20px; }
p { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#69696e; font-size:12px; line-height:18px; margin-bottom:10px; }
p span.pink { color:#FF0055; }
p span.grey { color:#6F6E81; }
dt { color:#6F6E81; }
dd { margin-bottom:10px; }
strong { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; vertical-align: bottom; }
.block-title { color: #BED600; }
.clearFloat {clear:both;}






/* SITE CONTENT */

#wrapper {
	width:960px;
	margin:0 auto;
}
#nav {
	margin-right:35px;
	margin-bottom:-58px;
	width:407px;
	height:74px;
	background: url('../images/menu.png') top center no-repeat;
	float:right;
}
#nav ul {
	margin-left:40px;
	margin-top:25px;
}
#nav li {
	margin-left:7px;
	margin-right:20px;
	list-style:none;
	float:left;
}
#top {
	margin:0 auto;
	width:922px;
	height:61px;
	background: url('../images/sitetop.png') top center no-repeat;
}
#mid {
	margin:0 auto;
	width:922px;
	background: url('../images/sitemiddle.png') top center repeat-y;
}
#bot {
	margin: 0 auto;
	width:922px;
	height:31px;
	background: url('../images/sitebottom.png') top center no-repeat;
}
.submit input{
	margin:10px 10px 0 0;
}
#video {
	margin-left:-24px;
	width:970px;
	height:346px;
	background: url('../images/video.png') top center no-repeat;
}
#flashHeader {
	margin-top:12px;
	margin-left:10px;
}
#left {
	margin-left:20px;
	width:640px;
	float:left;
}
#right {
	width:220px;
	float:right;
}
#right .contactme{
	margin-right:20px;
	text-align:right;
}