body 
{
font-size: .75em;
margin: 0px;
text-align: center;
background: #414852 url(/images/bg.jpg) top left repeat-x;
color: #9E9E9E;
font-family: Arial, Helvetica, sans-serif;
}

#wrap{
	width: 842px;
	margin: auto;	
}

	#top{
		height: 61px;	
	}
	
	#top_sub_pages {
		height: 65px;	
	}
	
	


	
		#logo{
			float: left;
			height: 61px;
			width: 259px;
			text-indent: -9999em;
			background: url(/images/logo.png) top left no-repeat;
		}
		
		#nav{
			float: right;
			padding: 21px 25px 0 0;
			/*padding: 0px 25px 0 0;*/
			font-size: 1.5em;
			font-weight: bold;
		}
		
			#nav li{
				float: left;
				padding-right: 22px;	
			}
			
			#nav li a{
				float: left;
				
				color: #fff;
			}


	#head{
		height: 201px;
		position: relative;
		text-indent: -9999em;	
		background: url(/images/header.png) top left no-repeat;
	}
	
		#head #get-app{
			position: absolute;
			bottom: 15px;
			right: 61px;
			height: 62px;
			width: 250px;
			text-indent: -9999em;
		}
		
			#head_video_genius {
		height: 201px;
		position: relative;
		text-indent: -9999em;	
		background: url(/images/header_video_genius.png) top left no-repeat;
	}
	
		#head_video_genius #get-app{
			position: absolute;
			bottom: 15px;
			right: 61px;
			height: 62px;
			width: 250px;
			text-indent: -9999em;
		}
	
	
	#page{
		position: relative;
		overflow: hidden;
		border: 1px solid #000;
		padding-bottom: 50px;
		margin-right: 5px;
		background: #fff;
		text-align: left;
	}
	
		#page_sub_pages{
		position: relative;
		overflow: hidden;
		border: 1px solid #000;
		padding-bottom: 50px;
		margin-right: 5px;
		background: #fff;
		text-align: left;
	}
	
		#content{
			float: left;
			width: 443px;
			padding: 45px 0 0 60px;
		}
		
			#content h3{
				font-size: 2em;
				color: #7891A5;
				padding-bottom: .5em;
			}
			
			#content p{
				line-height: 1.5em;
				padding-bottom: 1em;
			}
			.big{
				font-size: 1.5em;
				line-height: 1.5em;
				padding-bottom: 1em;
			}
			
			#content a{
				color: #859298;
				text-decoration: underline;
			}
			
			
				#content_sub_pages {
			float: left;
			
			padding: 45px 45px 0px 45px;
		}
		
			#content_sub_pages h3{
				font-size: 2em;
				color: #7891A5;
				padding-bottom: .5em;
			}
			
			#content_sub_pages p{
				line-height: 1.5em;
				padding-bottom: 1em;
				font-size: 1em;
				color: #333333;
			}
			
			#content_sub_pages a{
				color: #7891A5;
				font-weight: bold;
				text-decoration: underline;
			}
		

		
		
		#phone{
			float: right;
			height: 595px;
			width: 287px;
			display: inherit;
			margin: 35px 32px 0 0;
			background: url(/images/iphone.png) top left no-repeat;
		}
		
			
		#phone_video_genius{
			float: right;
			height: 595px;
			width: 287px;
			display: inherit;
			margin: 35px 32px 0 0;
			background: url(/images/iphone_video_genius.png) top left no-repeat;
		}



		#gallery{
			overflow: hidden;
			clear: both;
			background: #E3E3E3;
			border: 1px solid #C6C6C6;
			margin: 20px 45px 0 60px;
			padding: 30px 0 30px 0;
		}
		
			#gallery ul{
				padding-left: 100px;	
				overflow: hidden;
			}
			
			#gallery li{
				float: left;
				padding-right: 10px;
			}
			
			#gallery li a, #gallery li a img{
				float: left;
			}

#movie{
			overflow: hidden;
			clear: both;
			/*background: #E3E3E3;
			border: 1px solid #C6C6C6;*/
			margin: 20px 45px 0 60px;
			padding: 30px 0 30px 0;
		}

.error{margin:5px 0;padding:5px;background-color:maroon;color:#FFF;font-weight:bold;}


#bottom{
	text-align: center;
	font-size: 1.5em;
	padding-top: 10px;
	height: 36px;
	overflow: hidden;
	background: url(/images/foot-gb.jpg) top left;
}

	#bottom a{
		color: #fff;
		font-weight: bold;
		margin: 0 15px 0 15px;
	}
	

/*!
 * Single Drop Down Menu 1.2 - CSS Temp
 * September 26, 2009
 * Corey Hart @ http://www.codenothing.com
 */
 



.ddmenu {
			float: right;
			padding: 21px 0px 25px 0px;
			font-size: 1.5em;
			font-weight: bold;
	list-style: none;
	/*padding: 0;*/
	margin-right: 25px;
}

.ddmenu > li {
	float: left;
	/*padding-right: 22px;*/
	color: #fff;
}

.ddmenu > li > a {
	/*display: block;
	width: 100px;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #232323;
	font-weight: bold;
	background-color: #000000;
	border: 1px solid #000000;*/
	color: #fff;
}

.ddmenu > li > .ddmenu-hover {
	/*background-color: #000000;*/
	text-decoration: underline;
}

.ddmenu > li ul {
	display: none;
	list-style: none;
	position: absolute;
	margin: -1px 0 0 0;
	z-index: 90;
	padding: 0;
}

.ddmenu > li ul a {
	display: block;
	width: 152px;
	padding: 5px;
	border-bottom: 1px solid #545454;
	border-right: 1px solid #545454;
	border-left: 1px solid #545454;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	background-color: #000000;
}

.ddmenu > li ul li a.first {
	border-top: 1px solid #545454;
}

.ddmenu > li ul a.ddchildhover {
	background-color: #a216c9;
	color: #ffffff;
}
	
	
	





