body {
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	font-size: 14px;
	background: #dcddde url('../images/background_gradient.jpg') no-repeat;
}

#layout_960 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}

#siteselector_box {
	width: 420px;
	height: 125px;
	display: block;
	position: relative;
	padding-left: 483px;
}

#siteselector_bridge {
	background: url('../images/selector_bridge.png') no-repeat;
	width: 207px;
	height: 92px;
	display: block;
	float: left;
}

#siteselector_advanced {
	background: url('../images/selector_advanced.png') no-repeat;
	width: 207px;
	height: 92px;
	display: block;
	float: left;
}

#siteselector_streak {
	background: url('../images/selector_streak.png') no-repeat;
	width: 213px;
	height: 92px;
	display: block;
	float: left;
}

#header {
	position: relative;
	width: 960px;
	height: 157px;
}

#logo {
	background: url('../images/logo_streakfree.gif') no-repeat;
	width: 425px;
	height: 129px;
	display: block;
	float: left;
}

#movie_clip {
	background: url('../images/streakfree_toppic.png') no-repeat;
	width: 426px;
	height: 157px;
	display: block;
	float: left;
	left: 56px;
	position: relative;
}

#navbar {
	background: url('../images/navbar.png') no-repeat;
	position: relative;
	width: 960px;
	height: 79px;
	padding: 0px 20px;
}

#navbar a {
	font-weight: bold;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	padding: 30px 15px 30px 15px;
	display: block;
	float: left;
	margin: 2px 8px;
}

#navbar a:hover {
	background: url('../images/navbar_over.gif') repeat-x;
}

#navbar a#active {
	background: url('../images/navbar_over.gif') repeat-x;
}

#content {
	position: relative;
	width: 918;
	border: 1px solid #999999;
	background: #666666;
	padding: 20px 20px 40px 20px;
}

#content h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #B3B3B3;
	padding-bottom: 15px;
}

#content h2 {
	color: #333333;
	font-size: 1.4em;
	margin-top: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid #575757;
	padding-bottom: 10px;
	clear: both;
}

#content p {
	color: #fff;
	line-height: 1.75em;
	display: block;
	padding-bottom: 15px;
}

#content strong {
	font-weight: bold;
}

#content a {
	color: #B3B3B3;
}

#content .contact_info_box {
	float: left;
	color: #fff;
	margin-right: 60px;
	margin-bottom: 60px;
}

/* GALLERY  */
/* =======  */

.photo_box {
	width: 400px;
	padding: 15px;
	float: left;
	background: #FFF;
	margin: 20px 10px 0px 10px;
	border-right: 2px solid #575757;
	border-bottom: 2px solid #575757;
}

.gallery_photo {
	width: 400px;
	height: 300px;
	display: block;
}

.caption {
	font-size: 0.875em;
	line-height: 1.2em;
	color: #333333;
	margin-top: 10px;
}

.float_clear {
	clear: both;
}

/* FORM  */
/* ====  */

label {
	display: block;
	font-size: 1em;
	color: #FFF;
	margin-top: 20px;
}

input, textarea {
	border: 1px solid #666666;
	background: #fff;
	padding: 5px;
	color: #333333;
	font-size: 1.3em;
	width: 400px;
} 

textarea {
	height: 200px;
}

input:focus,
textarea:focus {
	color: #0e110e;
} 

.submit {
	border: 0px;
	background: #333333;
	color: #fff;
	font-size: 1.1em;
	display: block;
	margin-top: 20px;
	width: 150px;
	height: 40px;
}


#news {
	float: left;
}

#news_box {
	background: #4D4D4D;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 20px;
	width: 467px;
}

#news h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #B3B3B3;
	padding-bottom: 7px;
}

#news h3 {
	font-size: 0.875em;
	color: #8d8d8d;
	line-height: 0.75em;
	margin-bottom: 6px;
}

#news p {
	color: #fff;
	line-height: 1.75em;
	padding-bottom: 20px;
}

#news_photo {
	background: url('../images/news_photo_box.png') no-repeat;
	width: 426px;
	height: 157px;
	display: block;
	left: 20px;
	position: relative;
	margin-bottom: 60px;
	padding-left: 11px;
}

#advert {
	background: #4D4D4D;
	width: 420px;
	height: 244px;
	padding: 15px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	float: left;
	margin-bottom: 60px;
}

#footer {
	clear: both;
	background: #fff;
}

#footer_box {
	width: 960px;
	min-height: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

#footer_nav {
	position: relative;
	float: right;
	margin: 20px 0px;
}

#footer_nav .divider {
	margin-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #999999;
	height: 30px;
	width: 1px;
	display: block;
	float: left;
}

#footer_nav a {
	color: #404040;
	float: left;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	padding-top: 8px;
}

#footer_nav a:hover {
	color: #333333;
	text-decoration: underline;
}

#footer #copyright {
	color: #999999;
	float: right;
	width: 100%;
}

#footer a#login {
	color: #999999;
	text-decoration: none;
	font-size: 1.1em;
	margin-top: 20px;
	float: right;
	width: 100%;
}
