*{
	padding:0px;
	margin:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:9pt;
	background:#1c1c1c;
}
img{
	border:none;
}
a{
	outline:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
#containerTop,#containerBottom{
	width:100%;
	float:left;
	clear:both;
}
#containerTop{
	background:url(images/back.jpg) #8e8e8e center top repeat-x;
	height:502px;
}
#containerBottom{
	background:#1c1c1c;
	border-top:#ff6801 solid 8px;
	min-height:300px;
}

/* Inside Container Top */
#container{
	width:838px;
	margin:7px auto 0px auto;
	height:452px;
	padding:43px 97px 0px 65px;
}
#containerLeft{
	width:302px;
	float:left;
}
#containerIphone{
	float:left;
	clear:both;
	width:275px;
	height:196px;
	/*background:url(images/iphone.png) left top no-repeat;*/
	display:block;
	margin:24px 14px 31px 173px;
}
#containerSlide{
	width:113px;
	height:196px;
	float:left;
}
#slide{
	width:79px;
	height:119px;
	overflow:hidden;
	list-style-type:none;
	margin:34px 0px 0px 32px;
	float:left;
}
#slide li{
	float:left;
}
.bxslider_wrap{
	margin-left:32px;
}
#containerItunes{
	width:162px;
	height:196px;
	float:right;
}
#itunes{
	width:125px;
	height:41px;
	display:block;
	float:left;
	text-indent:-9999px;
	margin-left:26px;
	margin-top:142px;
}
#itunes a{
	width:100%;
	height:100%;
	display:block;
	outline:none;
}
#containerRight{
	float:left;
}
/* Inside Container Bottom */
#footer{
	width:1000px;
	margin:0px auto 0px auto;
	padding:15px 0px 0px 0px;
	min-height:200px;
}
#heading1{
	width:258px;
	float:left;
}
#heading2{
	width:435px;
	padding-left:25px;
	float:left;
}
#heading3{
	width:221px;
	float:left;
	padding:0px 61px 0px 0px;
}
#heading3 img{
	float:right;
}
#threeColumn{
	background:url(images/footerSeparators.gif) top left repeat-y;
	min-height:200px;
	margin:15px 0px 25px 0px;
	float:left;
	clear:both;
	width:100%;
	padding-bottom:15px;
}

/* Inside Three Column */
#social{
	float:left;
	width:258px;
}
#products{
	float:left;
	width:410px;
	padding-left:25px;
	padding-right:25px;
}
#contact{
	width:221px;
	float:left;
	padding:0px 61px 0px 0px;
}

/* Inside Social */
#social ul{
	list-style-type:none;
	float:left;
}
#social ul li{
	float:left;
	margin-right:4px;
}
#social ul li img{
	float:left;
	position:absolute;
}

#social ul li #facebook{
	width:58px;
	height:81px;
	display:block;
	overflow:hidden;
}
#social ul li #twitter{
	width:54px;
	height:81px;
	display:block;
	overflow:hidden;
}

#social ul li #favorite{
	width:71px;
	height:96px;
	display:block;
	overflow:hidden;
}


/* Inside Products */
#products img{
	margin-bottom:10px;
}

/* Inside Contact */
#contact{
	text-align:right;
}


/* Contact Form */
#formWrapper{
	background:url(images/formBack.png) left top no-repeat;
	float:left;
	width:453px;
	height:382px;
	color:#fff;
	position:absolute;
	z-index:1000;
	display:none;
}
#Wrapper{
	background:url(images/formLogo.png) bottom left no-repeat #1c1c1c;
	float:left;
	width:380px;
	padding:10px;
	color:#fff;
	margin:24px 0px 0px 24px;
	height:310px;
}
#contactForm{
	font-family:Arial, Helvetica, sans-serif;
	width:260px;
	float:right;
	font-size:11pt;
}
.contactLeft{
	float:right;
	margin-bottom:10px;
}
.contactRight{
	float:right;
	margin:0px 0px 10px 5px;
}
#contactForm input{
	width:190px;
	height:13px;
	background:#404040;
	border:1px solid #151515;
	padding:5px;
	color:#fff;
	font-size:11px;
}
#contactForm textarea{
	width:190px;
	padding:5px;
	background:#404040;
	border:1px solid #151515;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
}
#contactForm input.contacterror{
	border:1px solid red;
}
#contactForm textarea.contacterror{
	border:1px solid red;
}
#contactForm #contactSubmit{
	background:url(images/send.png) left top no-repeat;
	width:101px;
	height:37px;
	padding:0px;
	border:none;
	float:right;
}
#contactForm #contactSubmit:hover{
	background:url(images/send.png) left bottom no-repeat;
	cursor:pointer;
}