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

/* css layout ------------------- */

#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navmenu {
	width: 960px;
	height: 30px; 
}
#navwrapper {
	float: left;
	margin-left: -40px;
	margin-top: -12px;
}
#navmenu ul {
	list-style-type:none;
}
#navmenu li {
	display:inline;
}
#navmenu a {
	width: 130px;
	float: left;
	text-decoration: none;
	color: #666633;
	font-weight: bold;
	font-size: 10px;
	padding: 9px 10px 9px 10px;
	background-image: url(images/summit_layout_r1_c1_s1.jpg);
}
#navmenu a:hover {
	color: #FFF;
	background: #7EA6A9;
}
#navmenuend {
	width: 360px;
	height: 30px;
	float: right;
	background-image: url(images/summit_layout_r1_c3_s1.jpg);
}
#navmenuend2 {
	width: 360px;
	height: 30px;
	float: right;
	background-image: url(images/navend2_s1.jpg);
}

#maincontent {
	width: 960px;
	height: 570px;
	background-image: url(images/summit_layout_s1.png)
}
#contactcontent {
	width: 960px;
	height: 570px;
	background-image: url(images/summit_contact_s1.jpg);
}
#vidcontent {
	width: 960px;
	height: 570px;
	background-image: url(images/summit_video_s1.jpg);
}
#vidwrapper {
	float: left;
	width: 320px;
	height: 280px;
	margin-top: -126px;
	margin-left: 630px;
}

#blurb1 {
	width: 230px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 240px;
}
#blurb2 {
	width: 230px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 150px;
}
#contactblurb {
	width: 300px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	margin-left: 300px;
}
#vidblurb {
	width: 200px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	margin-left: 240px;
}

#buttonwrapper {
	float: left;
	margin-left: 650px;
	margin-top: -200px;
}
#buttonwrapper2 {
	float: right;
	margin-right: 50px;
	margin-top: 400px;
}

/* tag definitions ------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_src.jpg);
	background-repeat: repeat-y repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

img {
	border: none;
}

li {
	font-size: 10px;
}

/* bobf's custom CSS. sexeh. ----- */

.getstarted {
	width: 230px;
	height: 50px;
	display: block;
	background-image: url(images/button_up_s1.png); 
}
.getstarted:hover {
	background-image: url(images/button_over_s1.png);
}




