
@font-face {
	font-family: 'Yuanti';
	src: url('../fonts/Yuanti_min.woff');
}

@font-face {
	font-family: 'Yuanti_thin';
	src: url('../fonts/Yuanti_min_thin.woff');
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Yuanti';
}

#nav .red {
	color: #ed365a;
}

#nav .gray {
	color: #626262;
}

#header {
	background: #FFF;
	box-shadow: 0 2px 0 #E1E1E1;
	width: 100%;
	height: 60px;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
}

#header a {
	text-decoration: none;
}

#header-wrap {
	height: 60px;
	width: 980px;
	margin: auto;
	position: relative;
}

#logo {
	float: left;
}

ul#nav {
	width: 510px;
	height: 60px;
	list-style: none;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -255px;
}

ul#nav li {
	display: inline-block;
	margin: 0 20px;
	line-height: 60px;
}

#nav a {
	color: #444444;
}

#nav a:hover {
	color: #ed365a;
}

#account {
	float: right;
}

.sightpluslink:after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 18px;
	background-color: #d2d2d2;
	margin: 0 10px 0 12px;
	vertical-align: 2px;
}

.sightpluslink img {
	padding-top: 14px;
}

.createapp {
	background-color: #ed365a;
	color: #FFF;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 100px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: 6px;
}

#account a {
	line-height: 60px;
	color: #444444;
}

#account a:hover {
	text-decoration: underline;
}

a.signin:after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 16px;
	background-color: #d2d2d2;
	margin: 0 10px 0 14px;
	vertical-align: -4px;
}

#main {
	position: relative;
	top: 60px;
}

#banner {
	height: 688px;
	width: 100%;
	background-image: url(../images/banner.png);
	background-position: center;
}

input#dropdownbutton {
	background-image: url(../images/dropdown.png);
	background-color: transparent;
	width: 24px;
	height: 13px;
	border: none;
	outline: none;
	cursor: pointer;
	position: relative;
	left: 50%;
	top: 660px;
}

.samplecontainer {
	width: 100%;
	height: 2100px;
	background-color: rgb(55, 49, 61);
	background-image: url(../images/tryar.png);
	background-repeat: no-repeat;
	background-position: 50% 150px;
}

.sampletitle {
	text-align: center;
	color: #FFF;
}

.sampletitle h1 {
	padding-top: 50px;
	font-weight: lighter;
	font-size: 36px;
	margin: 0;
}

.sampletitle span {
	font-size: 18px;
	line-height: 30px;
}

#samples {
	width: 760px;
	position: relative;
	top: 170px;
	left: 50%;
	margin-left: -380px;
}

.sampledetail {
	margin: 0 20px;
}

.sample:after {
	content: '';
	display: block;
	clear: both;
}

.sample .samplename {
	font-size: 24px;
	font-weight: lighter;
	margin: 0 0 14px 0;
	color: #444444;
}

.sample .sampledescription {
	font-size: 14px;
	margin-bottom: 26px;
	color: #444444;
	line-height: 26px;
}

.alignleft .samplepreview, .alignleft .sampledetail {
	float: left;
	text-align: left;
}

.alignright .samplepreview, .alignright .sampledetail {
	float: right;
	text-align: right;
}

.viewsamplevideo {
	color: #ed365a;
	padding-left: 32px;
	padding-bottom: 2px;
	background-image: url(../images/videobuttonbg.png);
	background-color: transparent;
	border: none;
	outline: none;
	font-family: 'Yuanti';
	font-size: 16px;
	height: 35px;
	width: 128px;
	cursor: pointer;
}

#samples .seperator {
	margin: 70px 0 64px 70px;
	height: 1px;
	width: 586px;
	background-color: #e2e2e2;
}

#procedure {
	height: 653px;
	width: 100%;
	background-image: url(../images/procedure.png);
	background-position: center;
	background-repeat: no-repeat;
}

#footer {
	background-color: rgb(55, 49, 61);
	position: relative;
	top: 60px;
}

.footerwrapper {
	width: 720px;
	margin: auto;
	padding-bottom: 215px;
}

.footerwrapper:after {
	content: '';
	display: block;
	clear: both;
}

.aboutsihgtplustitle {
	font-size: 36px;
	font-weight: lighter;
	text-align: center;
	color: #FFF;
	padding: 50px 0;
	margin: 0;
}

.aboutsightpluscontainer {
	width: 580px;
	height: 240px;
	background-color: #FFF;
	color: #656565;
	position: relative;
	float: left;
}

.aboutsightolus {
	padding: 30px 20px 0 20px;
	text-indent: 35px;
	line-height: 30px;
	font-size: 18px;
}

.sightplusinfo {
	margin: 16px 20px 0 20px;
	padding-top: 16px;
	border-top: 1px solid #e2e2e2;
	font-size: 14px;
	line-height: 20px;
}

.QRcode {
	width: 120px;
	float: left;
	font-size: 12px;
	color: #FFF;
	margin-left: 14px;
}

.QRcode img {
	display: block;
}

.QRcode span {
	padding: 3px 0 5px 0;
	display: block;
}

.thin {
	font-family: 'Yuanti_thin';
}