:focus {
	outline: none;
}

a:link { color: #484644;text-decoration: none;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    font-weight: bold;
}
a:visited { color: #484644;text-decoration: none; }

#content p a:hover { color: #2b2a29;padding: 5px;border-radius:3px;background-color: #eab71b;text-decoration: none; }

.entry a:link { color: #282828;font-weight: normal;}

.entry a:link:hover { color: #000000;}

html {
    /*If you had a black or close to black background*/
    background-color: #000000;
    background: url('../images/web/91.png') center center no-repeat fixed, url('../images/web/bg2.png') center top no-repeat, url('../images/web/bg.png'); 
}




body {
	margin: 0px;	
	border-top: 0px solid #141414;
	background-color: #292828;
	font-size: 11px;
	font-weight: normal;
	background: url('../images/web/bg2.png') center top no-repeat, url('../images/web/bg.png'); 
	text-align: center;	
	padding-top: 50px;
	margin-bottom: 40px;
	font-family: helvetica;
}

.breaker {
	height: 22px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/web/sep.png');
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}


.sep-ios {	
		height: 22px;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url('../images/web/sep-ios.png');
		display: block;
		margin-bottom: 15px;
		margin-top: 15px;
}

.sep-web {	
		height: 22px;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url('../images/web/sep-web.png');
		display: block;
		margin-bottom: 15px;
		margin-top: 15px;
}

.sep-icons {	
		height: 22px;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url('../images/web/sep-icons.png');
		display: block;
		margin-bottom: 15px;
		margin-top: 15px;
}

h1 {
	font-style: normal;
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: 400;
}

p {
	line-height: 19px;
	font-size: 12px;
	font-weight: regular;
	color: #615f5e;
}


input {
	background-color:#fff;
	-webkit-box-shadow: rgba(160, 154, 143, 0.246094) 0px 2px 4px inset;
	-moz-box-shadow: rgba(160, 154, 143, 0.246094) 0px 2px 4px inset;
	border: 1px solid #C5C2BA;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 18px;
	padding: 6px;
	width: 370px;
}

input:focus {
	outline: none;
	border: 1px solid #894702;
	-webkit-box-shadow: 0px 0px 5px #f78d1d;  
    -moz-box-shadow: 0px 0px 5px #f78d1d;  
    box-shadow: 0px 0px 5px #f78d1d;  
}

textarea {
	font-size: 18px;
	font-family: helvetica;
	background-color:#fff;
	-webkit-box-shadow: rgba(160, 154, 143, 0.246094) 0px 2px 4px inset;
	-moz-box-shadow: rgba(160, 154, 143, 0.246094) 0px 2px 4px inset;
	border: 1px solid #C5C2BA;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px;
	width: 370px;
	height:160px;
}

textarea:focus {
	outline: none;
	border: 1px solid #894702;
	-webkit-box-shadow: 0px 0px 5px #f78d1d;  
    -moz-box-shadow: 0px 0px 5px #f78d1d;  
    box-shadow: 0px 0px 5px #f78d1d;  
}

input[type="submit"] {
border: 0px;
font-size: 14px;
	text-shadow: 0 1px 1px #eed06c;
	font-weight: bold;
background-color: none;
width: 160px;
height: 47px;
line-height: 20px;
	background: transparent url('../images/web/btn-send.png') no-repeat 0px 0;	
}


input[type="submit"]:active {
color: #7a510c;
	background: transparent url('../images/web/btn-send.png') no-repeat -160px 0;	
}
}

/* Entry */

.entry {
	width: 738px;
	height: 381px;
	background-color: black;
	background: transparent url(../images/web/IconBg.png) no-repeat;
}


/* MENU styling */

#menu {
	margin-right: 10px;
	float: right;
	padding-top: 3px;
	list-style: none;
	border-bottom: 0px solid #3c3b3b;
	border-top: 0px solid #3c3b3b;
	margin-bottom: 20px;
}


#menu li {
	list-style: none;
}

.high a {
	opacity: .5;
	font-size: 11px;
	font-weight: bold;
}

#logo {
	margin-left: 10px;
	width:  89px;
	height: 36px;
	display: block;
	float: left;
	background-image: url('../images/web/logo_slide.png');
	opacity: 1;
	-webkit-transition-property: background-image;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
}


#logo:hover {
	background: transparent url('../images/web/logo_slide.png') no-repeat -89px 0;
}


#logo a {
	display: block;
	cursor: pointer;
	width:  59px;
	height: 36px;
}

.nothigh a {
	color: #626262;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	display: block;
}

.high {
	color: #000;
	border: 0px solid #000;
	font-size: 11px;
	font-weight: bold;
	height: 29px;
	width: 62px;
	text-align: center;
	float: left;
	
	margin: 0px 1px 1px;
	
	line-height: 27px;
}

.nothigh:hover {
	color: #aaaaaa !important;
}

.nothigh {
	color: #000;
	border: 0px solid #000;
	height: 29px;
	width: 62px;
	text-align: center;
	float: left;
	line-height: 27px;
	
	margin: 0px 1px 1px;
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	transition: background 0.3s ease;
		
	background-color: transparent;
}

/* MENU styling */


#wrapper {
	text-align: left;
	width: 781px;
	margin: 0 auto;
}

#contenttop {
	background-image: url('../images/web/bg-first.png');
	height: 56px;
	text-align: center;
	line-height: 47px;
	font-size: 18px;
	font-family: 'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 1px #f4db8c;
	color: #292828;
}

#content {
	background-image: url('../images/web/bg-middle.png');
	height: 100%;
	border-top: 0px solid #fff;
	padding-top: 10px;
	padding-left: 21px;
	padding-right: 21px;
	padding-bottom: 20px;
}

#footer {
	background-image: url('../images/web/bg-footer.png');
	background-repeat: no-repeat;
	height: 175px;
	width: 781px;
	font-size: 11px;
	padding-left: 15px;
}

.footer-box {
	color: #625d58;
	margin-top:60px;
	margin-left:15px;
	margin-right:15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width:200px;
	float:left;
	border-right:1px solid #a6a29e;
	line-height: 15px;
}


img {
	border: 0px;
}

ul {
margin: 0px;
padding: 0px;
}




/* ABOUT */

#section-icons{
	background-image: url('../images/web/about_icons.png');
	background-repeat: no-repeat;
	height: 432px;
	width: 715px;
	margin-left: -11px;
	margin-top: -25px;

}

#section-ios{
	background-image: url('../images/web/about_ios.png');
	background-repeat: no-repeat;
	height: 432px;
	width: 715px;
	margin-left: 25px;
	margin-top: -25px;

}

#section-wallpaper{
	background-image: url('../images/web/about_wallpaper.png');
	background-repeat: no-repeat;
	height: 313px;
	width: 703px;
	margin-left: -11px;
	margin-top: 25px;

}

#section-web{
	background-image: url('../images/web/about_web.png');
	background-repeat: no-repeat;
	height: 407px;
	width: 734px;
	margin-left: 27px;
	margin-top: 25px;

}

#section-contact{
	background-image: url('../images/web/about_contact.png');
	background-repeat: no-repeat;
	height: 401px;
	width: 706px;
	margin-left: -11px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.button-grey {
	background-image: url('../images/web/btn_main.png');
	background-repeat: no-repeat;
	height: 40px;
	width: 183px;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #404b55;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
}

.button-grey:active {
	text-shadow: none;
	color: #606b74;
	line-height: 42px;
	background: transparent url(../images/web/btn_main.png) no-repeat -183px 0;
}


div.roll {
	background: url('../images/web/entry_h.png');
	position: absolute;
	width: 738px;
	height: 381px;
	z-index: 10;
	text-align: center;
}

.imgborder {
	position:relative;
}
.title {
	color: #dedad7;
	margin-top: 145px;
	font-size: 30px;
	font-weight: 500;
	text-shadow: 0px 1px 2px #000;

}

.desc {
	color: #807f7e;
	font-size: 13px;
	text-shadow: 0px 1px 0px #000;
}

.coda-slider-wrapper {
	background: transparent url(../images/web/IconBg.png) no-repeat;

}

div#loading {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	background: url(loading.gif) no-repeat center center;
	background-color: black;
	opacity: 1;
	transition: 0.3s opacity;
	-moz-transition: 0.3s opacity;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	z-index: -1;
}
div#loading.hide {opacity: 0}

div#container {
	width: 550px;
	margin: 80px auto;
	text-align: center;
	opacity: 0;
	
}



