body {
    background:#fff url(../img/gradient.png) top center repeat-x;
    margin:0;
    padding:0;
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
    color: #555555;
    font-weight: 300;
}

#wrapper {
    position:relative;
    top:0;
    left:0;
}

#footer {
    position:absolute;
    left:0;
    bottom:0;
    margin:0 auto;
    height:30px;
    line-height:30px;
    width:100%;
    text-align:center;
    overflow:hidden;
}

#top-left-corner {
    position:absolute;
    left:0;
    top:0;
    width:30px;
    height:30px;
    overflow:hidden;
}

.border-top-left-right {
    border-right: 1px solid #cccccc;
    width:29px;
    height:24px;
    position:absolute;
    left:0;
    top:0;
}

.border-top-left-bottom {
    border-bottom: 1px solid #cccccc;
    width:24px;
    height:29px;
    position:absolute;
    left:0;
    top:0;
}
.border-top-right-left {
    border-left: 1px solid #cccccc;
    width:29px;
    height:24px;
    position:absolute;
    left:0;
    top:0;
}
.border-top-right-bottom {
    border-bottom: 1px solid #cccccc;
    width:24px;
    height:29px;
    margin:0 0 0 5px;
    position:absolute;
    left:0;
    top:0;
}

#top-right-corner {
    position:absolute;
    right:0;
    top:0;
    text-align:right;
    width:30px;
    height:30px;
    overflow:hidden;
}


#bottom-left-corner {
    position:absolute;
    left:0;
    bottom:0;
    width:30px;
    height:30px;
    overflow:hidden;
}

#bottom-right-corner {
    position:absolute;
    right:0;
    bottom:0;
    text-align:right;
    width:30px;
    height:30px;
    overflow:hidden;
}

.border-bottom-left-right {
    border-right: 1px solid #cccccc;
    width:29px;
    height:24px;
    position:absolute;
    left:0;
    top:0;
    margin:5px 0 0 0;
}

.border-bottom-left-top {
    border-top: 1px solid #cccccc;
    width:24px;
    height:29px;
    position:absolute;
    left:0;
    top:0;
}
.border-bottom-right-left {
    border-left: 1px solid #cccccc;
    width:29px;
    height:24px;
    position:absolute;
    left:0;
    top:0;
    margin:5px 0 0 0;
}
.border-bottom-right-top {
    border-top: 1px solid #cccccc;
    width:24px;
    height:29px;
    margin:0 0 0 5px;
    position:absolute;
    left:0;
    top:0;
}

#content {
    position:absolute;
    top:30px;
    left:30px;
    width: 960px;
    margin:0;
	padding:0;
}

#logo {
	width:277px;
}

#menu {
/*     border-top: 10px solid #3E3D3D; */
    padding:20px 0;
    margin:0 30px;
    font-weight: bold;
    font-size:24px;
    width:217px;
    text-align:right;
    color:#3E3D3D;
}

#info p {
    line-height: 18px;
}

#info a {
	text-decoration: none;
	color: #959FA9;
}

#menu div {
	margin:0 0 8px 0;
}

#menu a {
	text-decoration: none;
	color: #3E3D3D;
	display:block;
}

#menu a:hover {
	text-decoration: none;
	color: #636463;
}

#menu div#nav {
	margin:0 0 20px 0;
}
#nav a {
	font-size: 13px;
	text-decoration: none;
	color: #3E3D3D;
	display:block;
	margin:0 0 5px 0;
}

#nav a:hover {
	text-decoration: none;
	color: #959FA9;
}

#nav a.activeSlide {
	text-decoration: none;
	color: #959FA9;
	display:block;
}

#container {
	position:absolute;
	top:30px;
	left:300px;
	width:600px;
	color: #555555;
	margin:0;
	padding:0;
}

#mask {
	background:url(../img/mask.png) no-repeat top center;
	left:0;
	position:relative;
	width:600px;
	height:400px;
	z-index:9999;
	margin:0;
	padding:0;
	overflow:hidden;
}

#mask a {
    width:600px;
    height:400px;
    display:block;
    text-decoration:none;
}

#screenshots {
	height:600px;
	left:0;
	margin:0;
	position:absolute;
	top:0;
	width:600px;
	z-index:5000;
	margin:0;
	padding:0;
	overflow:hidden;
	display:none;
}

#screenshots .item {
	display:block;
	width:600px;
}

#screenshots .item .title {
	font-size:16px;
	margin:20px 0 15px 20px;
	font-weight:bold;
}

#screenshots p {
	margin:0 0 0 20px;
	line-height:18px;
}

#screenshots p.link {
	margin:10px 0 0 20px;
	line-height:18px;
}

#screenshots a {
	text-decoration: none;
	color: #959FA9;
}

#screenshots a:hover {
	text-decoration: none;
	color: #959FA9;
}

span.c1 {
	color:#207ecf;
	font-weight: 600;
}


