@charset "UTF-8";
/* CSS Document */
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#999;
}
#wrapper {
	width:900px;
	text-align: left;
	margin: 0 auto;
	margin-bottom:10px;
	background-color:#FFF;
}
h1{
	color:#FFF;
	margin-bottom:15px;
}
p {
	font-size:11px;
	color:#FFF;
	margin-bottom:15px;
}
a {
	color:#0CF;
	text-decoration:none;
}
a:hover {
	color:#FFF;
}
#list {
	font-size:12px;
	color:#FFF;
	line-height:15px;
	padding-left:15px;
}
#leftcolumn {
	height:460px;
	width:260px;
	background-color:#000;
	float:left;
}
#videocolumn {
	height:380px;
	width:260px;
	background-color:#000;
	float:left;
	
}
#designcolumn {
	height:460px;
	width:260px;
	background-color:#4e0305;
	float:left;
}
#leftcolumn p {
	font-size:11px;
	color:#FFF;
	line-height:15px;
	margin-bottom:15px;
	padding:0 10px 0 15px;
}
#videocolumn p {
	font-size:11px;
	color:#FFF;
	line-height:15px;
	margin-bottom:15px;
	padding:0 10px 0 15px;
}
#designcolumn p {
	font-size:11px;
	color:#FFF;
	line-height:15px;
	margin-bottom:15px;
	padding:0 10px 0 15px;
}
#designcolumn .plarge {
	font-size:14px;
	line-height:18px;
}
#leftcolumn h1 {
	padding:0 10px 0 15px;
	line-height:18px;
}
#designcolumn h1 {
	padding:0 10px 0 15px;
	line-height:18px;
}
#mainimage {
	height:430px;
	width:640px;
	float:left;
}
#form {
	height:400px;
	width:610px;
	float:left;
	padding:15px 15px 15px 15px;
	line-height:18px;
	background-color:#5C514D;
}
#mainvideoimage {
	height:344px;
	width:425px;
	float:left;
	}
#youtubeimage {
	height:344px;
	width:215px;
	float:left;
	}
#video-panel{
	height:143px;
	width:140px;
	float:left;
}
#design-panel{
	height:143px;
	width:140px;
	float:left;
}
#quote-panel{
	height:143px;
	width:140px;
	float:left;
}
#videoimage{
	height:344px;
	width:215px;
	float:left;
}
#navbar {
	height:30px;
	width:640px;
	float:left;
	display:inline;
}
#navbar ul{
	text-align:center;
}
#navigation {
	height:25px;
	width:640px;
	float:left;
	padding-top:5px;
	background-color:#7fba27;
}
#navigation li {
	display:inline;
	border-right:1px solid #000;
	padding-bottom:3px;
}
#navigation a{
	color:#000;
	font-size:12px;
	text-decoration:none;
	font-weight:200;
	padding:0 15px 0 15px;
}
#navigation a:hover {
	color:#FFF;
	font-weight:200;
}
#navigation li.navlast {
	border-right:none;
}
#bottomleft{
	height:200px;
	width:235px;
	background-color:#000000;
	float:left;
	padding:0 10px 0 15px;
	
}
#bottomcentre{
	height:190px;
	width:155px;
	background-color:#666;
	float:left;
	padding:10px 10px 0 15px;
	line-height:15px;
	
}
#bottomright{
	height:200px;
	width:260px;
	background-color:#666;
	float:left;
}
#bottomrightright{
	height:200px;
	width:200px;
	background-color:#666;
	float:left;

}
#designimage{
	height:200px;
	width:900px;
	float:left;
}
#designimage2{
	height:400px;
	width:900px;
	float:left;
}
#footer{
	height:25px;
	width:900px;
	background-color:#7fba27;
	text-align:center;
	clear:both;
	padding:15px 0 0 0;
}
#footer p{
	color:#000;
}
.goleft {
	float:left;
}
.imgpad {
	padding-right:10px;
}

