/*  reset */
html {
	height: 100%;
}

body {
	margin: 0;
	color: white;
	height: 100%;
    font: 14px/18px Tahoma, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #373737;
}

a:hover {
	text-decoration: underline;
}

a * {
	cursor: pointer;
	position: relative;
}

img {
	border-style: none;
}

form,fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/* style */

#zero {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;

	min-width: 1000px;
	background: black url(../img/background.jpg) top center no-repeat;
	position: relative;
}

#content {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}


#logo {
	text-indent: -1000px;
	width: 305px;
	height: 143px;
	background: url(../img/8softlogo.png) top left;
	overflow: hidden;
	float: right;
	margin: 55px 64px 0 0 ;
}


#menu {
	background: url(../img/bg-menu-ftr.png) bottom left no-repeat;
	width: 825px;
	padding: 0 0 23px;
	margin-left: 25px;

}

#menu .inside {
	background: url(../img/bg-menu-fill.png) bottom left repeat-y;
	padding-top: 35px;
	margin:0;
	min-height: 145px;
}

#menu .inside ul.menu {
	padding: 0;
	margin: 0;
	outline: 0;
	width: 160px;
	float: left;
}

#menu .inside ul.menu li {
	list-style-type: none;
	font-size: 19px;
	font-family: Tahoma;
	height: 35px;
	background: url(../img/arr-menu.png) 20px 0 no-repeat;
}

#menu .inside ul.menu li a {
	margin-left: 20px;
	padding-left: 35px;
	color: white;
	line-height: 24px;
	text-decoration: none;
}
#menu .inside ul.menu li a:hover,
#menu .inside ul.menu li a.selected {
	color: #ff7e00;
}

#copyright {
	position: relative;
	margin: -20px auto;
	width: 1000px;
	text-align: center;
	color: silver;
}

#body {
    position: relative;
    min-height: 600px;
    padding: 20px 25px 20px 45px

}

#body div.product {
    position: relative;
    margin: 0; /*20px 25px ;*/
}

#body ul.products {
	margin: 0; /*20px 0 0 25px;*/
	padding: 0;
}

#body ul.products h1,
#body div.product h1,
#body div.page h1 {
	margin-top: 36px;
}

#body ul.products li {
	list-style-type: none;
	position: relative;
	margin-bottom: 10px;
	color: white;
	min-height: 200px;
	overflow: hidden;
}

#body img.thumb {
	float: left;
	margin: 0 35px 20px 0;
	padding: 0;
}


#body h1 {
	font-size: 19px;
	font-weight: bold;
	color: white;
	margin-top: 0;
}

#body h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

#body a.more {
	font-style: italic;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	color: white;
	text-decoration: none;
	font-size: 0.75em;

}

#body div.product {
	overflow: hidden;
}


#body div.product div.description {
	float: left;
	width: 675px;
}

#body div.product div.description a {
	color: white;
}


#body div.product ul.screenshots {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
}

#body div.product ul.screenshots li {
	list-style-type: none;
	margin-bottom: 100px;
	text-align: right;
}


#body div.product a.margin-top {
	margin-top: 36px;
}

#body div.product a.screenshot {
	float: left;
	width: 225px;
	height: 250px;
	overflow: hidden;
	text-align: center;
}

#body div.product a.screenshot img {
}

#body div.product div.applinks {
	position: relative;
	overflow: hidden;
}

#body div.product ul.appvariants {
	margin:20px 0 0;
	padding:0;
}


#body div.product ul.appvariants li.variant {
	list-style-type: none;
	position:relative;
	overflow:hidden;
	width:300px;
	margin-bottom: 15px;
}

#body div.product ul.appvariants li.variant a {

}

#body div.product ul.appvariants li.variant a img.icon {
	float: left;
}

#body div.product ul.appvariants li.variant a span.title {
	line-height: 57px;
	margin-left: 20px;
}

#body div.product ul.appvariants li.variant a img.badge {
	float:right;
	margin-top:9px
}


#body div.product a.appstore {
	float: left;
	width: 180px;
	height: 65px;
	color: white;
	text-decoration: none;
}



#body div.page {
	margin: 0; /*20px 25px 20px 45px;*/
    position: relative;
    overflow: hidden;
}

#body div.page h2 {
	font-size: 16px;
	margin-bottom: 150px;
}

form#feedback p {
	overflow: hidden;
	padding: 1px;
	margin: 0;
	width: 450px;
}

form#feedback p label {
	font-weight: bold;
	display: block;
	font-size: 14px;

}

form#feedback p span.error {
	float: right;
	color: red;
}

form#feedback p input[type=text] {
	width: 448px;
	height: 18px;
	border-width: 0px;
	background-color: #2c2c2c;
	color: white;
	padding: 1px;
	border-width: 0;
	font-size: 16px;
	margin-bottom: 20px;

}

form#feedback p select {
	width:448px;
	background-color: #2c2c2c;
	color: white;
}

form#feedback p input.submit,
#done-button {
	background-color: #FF7E00;
	padding: 4px 8px;
	font-weight: normal;
	border: solid 1px #FF7E00;
	color: white;
	font-size: 16px;
	border-radius: 4px;

}

form#feedback p textarea {
	width: 450px;
	height: 100px;
	border: 0px;
	color: white;
	font-size: 16px;
	padding: 1px;
	margin-bottom: 20px;
	background-color: #2c2c2c;
}
