@charset "utf-8";
html, body {
	background: #e5f0f2 url(images/bg.png) repeat-x fixed;
	color: #333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	height: 100%;
	margin: 0;
	max-height: 100%;
	text-align: center;
}
a:link {
	color: #4a949f;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #4a949f;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #4a949f;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color: #4a949f;
	font-weight: normal;
	text-decoration: none;
}
a img {
	border: none;
	border-width: 0;
}
a, a:link, a:visited, a:active, a:focus {
	outline: none;
}
h1 {
	font-size: 48px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
}
ul li, ol li {
    margin: 20px 0;
    font-size: 16px;
    line-height: 25px;
}
#menu {
	height: 80px;
	margin: auto;
    padding: 0;
	text-align: left;
	width: 980px;
}
#nav {
	margin-right: 15px;
	text-align: right;
}
#content {
	background: url(images/mainBG.png) bottom repeat-y;
    font-size: 13px;
	margin: auto;
    margin-top: -120px;
	width: 980px;
    text-align: left;
}
#page {
    font-family: Georgia, Times New Roman, Times, serif;
	padding: 250px 50px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 25px;
}
#page p {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
}
#page .title {
    background: transparent url(images/star.png) no-repeat;
    height: 60px;
    line-height: 50px;
    margin:30px 0;
    padding-left: 60px;
    border-bottom:1px solid #d4d4d4;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
#page .title a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #333;
}
#page .title a:hover {
    color: #000;
}
#bottom {
    margin: auto;
	background: url(images/bottom.png) no-repeat;
	height: 120px;
    width: 980px;
}
#rightColumn {
	float: right;
	width: 200px;
	margin-right:55px;
	margin-top: 167px;
	text-align:center
}
#footer {
	color: #999;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	height: 150px;
	line-height: 20px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: 1 1px 0 #eee, 0 0px 0 #000;
	vertical-align: bottom;
	width: 760px;
}
#footer a {
	color: #a5a5a5;
}
.nav {
	background: transparent url(images/nav.png) no-repeat;
	height: 80px;
    margin: 0;
    padding: 0;
	position: relative;
	width: 980px;
    text-align: right;
    font-size: 16px;
}
.nav li {
    display: inline;
    text-transform: uppercase;
}
.nav li a:link, .nav li a:visited {
	height: 70px;
    margin-right: 60px;
	overflow: hidden;
    line-height: 70px;
}
.nav li a:hover {
    text-decoration: none;
    color: #666;
}
#latestWork {
	margin: auto;
	text-align: center;
	width: 980px;
}
#latestWork img {
	border: 4px solid #eee;
	moz-box-shadow: 0px 3px 6px #999;
	webkit-box-shadow: 0px 3px 6px #999;
}
#latestWork a:hover img {
	border: 4px solid #ddd;
	moz-box-shadow: 0px 1px 4px #999;
	webkit-box-shadow: 0px 1px 4px #999;
}
.faq {
	background-color: #fafafa;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	padding: 10px;
}
a.images {
	margin: 25px 0;
	padding: 0;
	text-align: left;
}
a.images img {
    background: #e5f0f2;
	border: 1px solid #d3d3d3;
	margin: 0 35px 35px 0;
    padding: 5px;
	moz-box-shadow: 0px 3px 6px #999;
	text-align: left;
	webkit-box-shadow: 0px 3px 6px #999;
}
a.images:hover img {
	border: 1px solid #aaa;
	moz-box-shadow: 0px 1px 4px #999;
	webkit-box-shadow: 0px 1px 4px #999;
}
img.screenshot {
    background: #fff;
	border: 1px solid #d3d3d3;
	margin-right: 10px;
    padding: 5px;
}
form {
}
label {
	font-size: 18px;
	margin-left: 10px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
legend {
	border-color: #eaeaea;
	font-size: 14px;
	text-transform: uppercase;
}
#contact .text {
	font-size: 14px;
	width: 100px;
}
input {
	background: #ececec;
	border: solid 1px #ececec;
	float: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	margin-left: 15px;
	padding: 4px 2px;
}
input a:hover {
	background: #eee;
	border: solid 1px #eee;
}
textarea {
	background: #ececec;
	border: solid 1px #ececec;
	color: #000;
	float: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	margin-left: 15px;
	padding: 4px 2px;
}
fieldset {
	border: 1px dotted #BFBAB0;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 500px;
}
.btn:hover {
	background: #d9d9d9;
	color: #FFF;
}
a.logo {
	display: block;
    margin-left:45px;
    margin-top: -55px;
    position:relative;
	width: 256px;
	height: 256px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
}
.sublogo {
    background: transparent url(images/sublogo.png) right no-repeat;
    margin: 0;
    padding: 0;
    height: 70px;
    text-align: right;
}
.margin-right {
    margin-right: 10px;
}
.alignleft {
    float: left;
    margin-right: 10px;
}
.subtitle {
    font-weight: bold;
    font-style: italic;
}
.italic {
    font-style: italic;
}
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Georgia, serif;
	color: #333;
}
.center {
    text-align: center;
}
a.huge-download-button {
	display: block;
	width: 264px;
	height: 82px;
	padding-top: 10px;
	background: url(http://cdn.7pas.com:9999/img/download-button.png) no-repeat;
	text-indent: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
    white-space:nowrap;
	text-shadow:0 1px 1px #363;
    text-decoration: none;
}
a.huge-download-button span {
    display:block;
	font-size:11px;
	font-weight:normal;
	line-height:1.2;
}
a.download-button {
	display: block;
	width:136px;
	height: 41px;
	background: url(images/dbtn.png) no-repeat;
	background-position: 0;
	text-indent: -9999px;
}
a.download-button:hover {
	background-position: 100%;
}
