@charset "utf-8";

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

body {
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgb(213, 181, 127);
	font-size: 62.5%;
	font-family: Georgia, Times, serif;
}

#wrapper {
	
	height: auto;
	width: 940px;
	color: rgb(88, 59, 52);
	margin-left: auto;
	margin-right: auto;
}

#logo {
	height: 174px;
	
}

#logo p {
	text-indent: -9000px;
}

#logo img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#video {
	width: 924px;
	height: 399px;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	margin-left: -105px;
}

#video object {
	display: block;
	float: right;
	padding-right: 128px;
	padding-top: 34px;
} 

#app_store {
	position: absolute;
	display: block;
	margin-left: 695px;
	margin-top: 150px;
	background-image: url(../images/app_store.png);
	background-repeat: no-repeat;
	border: none;
}

#app_store a {
	background:transparent url(../images/app_store.png) no-repeat;
	display:block;
	height:0;
	overflow:hidden;
	padding-top:82px;
	width:229px;
}

#mail  {
	background-image: url(../images/mail1.png);
	display: block;
	position: absolute;
	margin-left: 795px;
	margin-top: 225px;
}

#mail a {
	background:transparent url(../images/mail1.png) no-repeat;
	display:block;
	height:0;
	overflow:hidden;
	padding-top:76px;
	width:176px;
}

#mail a:hover {
  background: url(../images/hover.png);
}


#youtube {
	background:transparent url(../images/you_tube.png) no-repeat;
	position: absolute;
	margin-left: 848px; 
	margin-top: 305px;
}

#youtube a {
	background:transparent url(../images/you_tube.png) no-repeat;
	display:block;
	height:0;
	overflow:hidden;
	padding-top:82px;
	width:65px;
}

#sidebar1 {
	float: left;
	width: 190px;
	height: 280px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/left_column.png);
	
}

#sidebar1 h2 {
	text-indent: 60px;
	margin-top: 11px;
	margin-bottom: 5px;
	font-size: 16px;
}

#sidebar1 ul li {
	display: block;
	line-height: 38px;
	font-size: 16px;
	list-style: none;
	border-bottom: solid 1px white;
	margin-left: 20px;
	margin-right: 20px;
}

#sidebar1 p {
	margin-left: 20px;
	margin-top: 15px;
	font-size: 16px;
}

#sidebar2 {
	background-image: url(../images/right_column.png);
	background-repeat: no-repeat;
	float: right;
	width: 190px;
	height: 280px;
}

#sidebar2 h2 {
	font-weight: bold;
	padding-top: 12px;
	text-indent: 17px;
	font-size: 16px;
}

#sidebar2 p {
	padding-left: 10px;
	padding-right: 10px; 
	margin-top: 12px;
	line-height: 14px;
	font-size: 12px;
}

#sidebar2 a {
	color: rgb(237,237,182);
	font-size: 10px;
	margin-left: 10px;
}


#mainContent {
	margin-left: 245px;
	background-image: url(../images/middle_column.png);
	background-repeat: no-repeat;
	width: 451px;
	height: 369px;
}

#mainContent p {
	font-size: 12px;
	width: 420px;
	padding: 3px;
	margin-left: 10px;
	line-height: 14px;
}

#mainContent h1 {
	padding-top: 9px;
	text-indent: 115px;
	font-size: 20px;
	padding-bottom: 6px;
}

#copyright {
	margin-top: 10px;
	text-align: center;
	font-size: 9px;
}





