@charset "UTF-8";

/*------------------------------------------
	Reset (from the Yahoo UI Library)
------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
/*ol,ul{list-style:none;}*/
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

a {
	outline: none;
	color: white;
	text-decoration:none;
}

h2 {
	font-size: 18px;
	color: white;
}

h3 {
	font-size: 12px;
	color: white;
	font-weight:bold;
    font-family: "lucida grande", verdana, sans-serif;
    line-height: 1.38em;
    margin-bottom: 1.38em;
}

h4 {
	font-size: 14px;
	color: white;
}

body{
    /*background: #0b0b0b url(/images/bg_body.jpg) repeat-x 50% 0;*/
	background: #0b0b0b;
    color: #aaa;
    font-family: "lucida grande", verdana, sans-serif;
    font-size: 12px;
	line-height: 1.8em;
}

#header,#footer,#mainContent,#infopanel #wrap {
	width: 940px;
}

.zigzix #container {

} 

#header {
	/*width: 940px;*/
	height:40px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	vertical-align:bottom;
	/*border: 1px solid #EEE ;*/
} 

#mainContent {
	/*width: 940px;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*margin: 0 10px;*/ /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:30px;
} 

#footer {
	/*width: 800px;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0 10px 0 20px;
} 
.zigzix #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#top {
    background: #181818;
	/*background: #2a2b2a;*/
	padding-top:20px;
	padding-bottom:20px;
    /*border-top: 10px solid #1e1e1e;*/
	border-bottom: 5px solid #1e1e1e;
    color: #aaa;
    width: 100%;
    min-width: 960px;
}

#menu{
	position:relative;
	height:40px;
	width: 500px;
	float:right;
	/*background: #242424; */
	/*border: 1px solid #EEE ;*/
}

#menu ul {
	position:absolute;
	right:0;
	bottom:0;
	list-style-type:none;
	/*border: 1px solid #EEE ;*/
}


#menu ul li {
	float:right;
	padding-left:20px;
	padding-right: 20px;
	/*border: 1px solid #EEE ;*/
}

#menu ul li a {
	color:#FEFEFE;
	text-decoration:none;
}


#screenshot_view {
	/*float:left;*/
    background: url(/images/iphone_frame.png) no-repeat;
	height: 531px;
	width: 284px;
	/*border:solid 1px #B8B8B8;*/
}

#screenimage {
	position: relative;
	top: 94px;
	left: 29px;
	width: 228px;
	height:342px;
}

.screenshot_thumb {
	/*padding-top:10px;*/
	padding-right:10px;
}

.preload {
	width: 0px;
	height: 0px;
}

#overview {
	width: 610px;
	/*height:320px;*/
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#overview p {
	font-size: 14px;
	padding: 10px 10px 10px 10px;
}

#receiver {
	padding: 10px 10px 10px 10px;
	background-color: #3E3E3E;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	
}

#receiver p {
	padding: 10px 10px 10px 10px;
	width: 900px;
}

#features {
	padding: 10px 10px 10px 10px;
	float: left;	
	width: 450px;
}

#requirements {
	padding: 10px 10px 10px 10px;
	float: right;	
	width: 450px;
	
}

#coming {
	padding: 10px 10px 10px 10px;
	float: left;	
	width: 290px;
	
}

.specification ul {
	/*list-style: circle;*/
	margin-left:20px;
}

.specification li {
	font-size: 12px;
	/*list-style-position:inside;*/
	/*margin-left: 10x;*/
}


.clearboth {
	clear: both;
}

#infopanel{
    background: #181818;
    padding: 1.5em 0;
    border-top: 1px solid #1e1e1e;
    margin-bottom: 1.5em;
    color: #aaa;
    width: 100%;
    min-width: 960px;
}

#infopanel #wrap{
	margin: 0 auto;
    /*width: 800px;*/
}

#infopanel a:hover{border-bottom: 1px solid #bbe6ff;}

#infopanel ul{
    border-top: 1px solid #333;
    margin-bottom: 1em;
}
#infopanel ul li{
    border-bottom: 1px dashed #333;
    padding: 1em 0;
    font-size: 11px;
    line-height: 1.63em;
}
#infopanel ul li a{border: 0;}
#infopanel ul li span{display: block;}

#infopanel p{
    border-top: 1px solid #333;
    border-bottom: 1px dashed #333;
    padding: .75em 0;
    font-size: 13px;
    text-shadow: #181818 1px 1px 0;
    line-height: 1.6em;
    margin-bottom: 1em;
}

#panel-about{
    float: left;
    width: 280px;
	margin-left: 20px;
    margin-right: 20px;
}

#panel-youtube {
    float: left;
    width: 280px;
	margin-left: 10px;
    margin-right: 10px;	
}


#panel-contact{
    float: left;
    width: 280px;
	margin-left:10px;
    margin-right: 20px;
}


#screenshot {
	position: relative;
	left:0px;
	top:0px;
	width: 100px;
	height: 100px;
	border:solid 1px #B8B8B8;
	background-image:url(/images/screen_s_remote.png);
}
