html, body { padding:0; margin:0; }


.navbar-wrapper {
	min-height: 80px;
}
.navbar-fixed-top{
	z-index:999999;
}
.navbar .brand {
	margin-left: 0;
	padding: 0;
	margin-top: 12px;
}
.navbar .brand a {
	padding: 0;
	color: #fff;
	font-size: 1.75em;
	margin-left: 0;
	font-weight: normal;
	font-family: 'Open Sans', cursive;
}
.navbar .brand a:focus {
	outline: none;
}
.navbar-inner {
	min-height: 80px;
}
.navbar-inverse .navbar-inner {
	background-color: #222222;
	border:none;
}
#menu-main {
	margin-top: 19px;
}
ul#menu-main > li > a {
	font-family: 'Open Sans', cursive;
	font-weight: 300;
	font-size: 14px;
	color: #ccc;
	letter-spacing: 1px;
}
ul#menu-main > li > a:hover {
	background: 0;
	color: #fee155;
	padding: 9px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	text-shadow: none;
}
#header {
	/*background-color:#f5f3ed;*/
	background-color:#282939;
top: 0;
width: 100%;
z-index: 1000;
position: fixed;
height: 80px;
left:0;
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.fixed-rightbar {
position: fixed;
bottom: 37%;
right: 0;
z-index: 999999;
}
.fixed-rightbar1 {
position: fixed;
bottom: 44%;
right: 0;
z-index: 999999;
}
.fixed-rightbar2 {
position: fixed;
bottom: 51%;
right: 0;
z-index: 999999;
}
.fixed-rightbar3 {
position: fixed;
bottom: 58%;
right: 0;
z-index: 999999;
}
.fixed-rightbar4 {
position: fixed;
bottom: 65%;
right: 0;
z-index: 999999;
}
.fixed-rightbar5 {
position: fixed;
bottom: 65%;
right: 0;
z-index: 999999;
}


.logobgdiv {
width: 1000px;
margin: 0 auto;
}

#slide1 {
	background-color:#232432;
display: block;
width: 100%;
}

#slide2 {
	background-color:#282939;
display: block;
width: 100%;
}

.topcontentdiv {
margin: 0 auto;
width: 1000px;
padding: 100px 0;
}

.contentdiv {
margin: 0 auto;
width: 1000px;
}

.body-text{
padding-top: 20px;
width: 620px;
font-size: 14px;
color: #ddd;
line-height: 24px;
font-family: open sans;
font-weight: 100;
letter-spacing: .5px;
}

.verdict-text{
padding-top: 115px;
width: 720px;
font-size: 20px;
color: #fff;
line-height: 36px;
font-family: open sans;
font-weight: 100;
letter-spacing: .5px;
}

.title-text{
padding-top: 80px;
width: 1000px;
font-size: 44px;
color: #fff;
font-family: open sans;
font-weight: 400;

}

.link-text{
padding-top: 20px;
width: 1000px;
font-size: 20px;
color: #a4d447;
line-height: 24px;
font-family: open sans;
font-weight: 100;
letter-spacing: .5px;
text-decoration:none;
}
.note-text{
padding-top: 50px;
width: 900px;
font-size: 14px;
color: #ddd;
line-height: 30px;
font-family: open sans;
font-weight: 100;
letter-spacing: .5px;
text-align:left;
}