body {
	background: #222324 url('images/bg.png') repeat-x 0 0;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
}
img,fieldset {border: 0;}
div,span,fieldset,input{margin:0;padding:0;}
.left {float: left;}
.right {float: right;}
.wrapper {
	margin: 0 auto 0 auto;
	width: 962px;
	overflow: hidden;
}
hr {
	display: block;
	clear: both;
	overflow: hidden;
	border: none;
	border-top: 1px solid #393c40;
}
a {
	color: #494949;
	text-decoration: none;
}
a:hover {
	color: #8dae2e;
	text-decoration: underline;
}
/*--------------------------------------------------
// Header
//--------------------------------------------------*/
#header {
	background: transparent url('images/header_bg.png') repeat-x 0 0;
	height: 97px;
	width: 960px;
	overflow: hidden;
	border-left: 1px solid #222324;
	border-right: 1px solid #222324;
}
#header h1.logo {
	margin: 31px 0 0 25px;
	padding: 0;
	overflow: hidden;
	float: left;
}
#header h1.logo a {
	background: transparent url('images/logo.png') no-repeat 0 0;
	height: 47px;
	width: 254px;
	overflow: hidden;
	display: block;
	text-indent: -500px;
}
#header ul.menu {
	float: right;
	list-style-type: none;
	margin: 39px 16px 0 0;
	padding: 0;
}
#header ul.menu li {
	float: left;
	margin: 0 0 0 13px;
}
#header ul.menu li a {
	text-transform: uppercase;
	font-weight: bold;
	color: #c4cbd0;
	font-size: 11px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	text-indent: -500px;
	height: 27px;
	background: transparent url('images/menu_sprite.png') no-repeat 0 0;
}
#header ul.menu li a:hover {
	text-decoration: underline;
}
#header ul.menu li.home a {
	width: 56px;
}
#header ul.menu li.home a:hover {
	background-position: 0px -27px;
}
#header ul.menu li.advertisers a {
	background-position: -69px 0;
	width: 108px;
}
#header ul.menu li.advertisers a:hover {
	background-position: -69px -27px;
}
#header ul.menu li.publishers a {
	background-position: -190px 0;
	width: 98px;
}
#header ul.menu li.publishers a:hover {
	background-position: -190px -27px;
}
#header ul.menu li.clients a {
	background-position: -300px 0;
	width: 73px;
}
#header ul.menu li.clients a:hover {
	background-position: -300px -27px;
}
#header ul.menu li.news a {
	background-position: -386px 0;
	width: 58px;
}
#header ul.menu li.news a:hover {
	background-position: -386px -27px;
}
#header ul.menu li.join a {
	background-position: -457px 0;
	width: 49px;
}
#header ul.menu li.join a:hover {
	background-position: -457px -27px;
}
#header ul.menu li.login a {
	background-position: -520px 0;
	width: 59px;
}
#header ul.menu li.login a:hover {
	background-position: -520px -27px;
}
#banner {
	width: 960px;
	overflow: hidden;
	border-left: 1px solid #222324;
	border-right: 1px solid #222324;
}
div#slideshow {
	background: #383c40 url('images/banner_bg.png') repeat-x bottom left;
	width: 960px;
	height: 210px;
	overflow: hidden;
	border-left: 1px solid #222324;
	border-right: 1px solid #222324;
	overflow:hidden;
	position:relative;
}
div#slideshow a {
	text-decoration:none;
}
div#slideshow ul {
	bottom:12px;
	height:8px;
	margin:0 400px;
	position:absolute;
	width:56px;
}
div#slideshow ul li {
	float:left;
	height:8px;
	list-style:none outside none;
	padding:0 3px;
	width:8px;
}
div#slideshow ul li a {
	background:url("images/slideshow-links.png") no-repeat scroll center top transparent;
	display:block;
	float:left;
	height:8px;
	overflow:hidden;
	text-indent:-10000px;
	width:8px;
}
div#slideshow ul li a:hover, div#slideshow ul li a.current-slide {
	background:url("images/slideshow-links.png") no-repeat scroll 0 -8px transparent;
}
/*--------------------------------------------------
// Content
//--------------------------------------------------*/
#moreinfo_popup {
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url('images/overlay_bg.png') repeat 0 0;
}
#moreinfo_popup .popup {
	background: transparent url('images/moreinfo_bg.png') repeat-x 0 0;
	margin: 132px auto 0 auto;
	padding: 20px 0 0 0;
	width: 440px;
	height: 402px;
	position: relative;
}
#moreinfo_popup .popup .radio label {
	color: #cacaca;
	text-shadow: 1px -1px 2px #36383a;
	font-size: 12px;
	float: left;
	margin: 6px 30px 0 0;
}
#moreinfo_popup .popup .radio input {
	margin: 7px 5px 0 5px;
	float: left;
}
#moreinfo_popup .popup .radio {
	margin: 0 0 10px 25px;
	clear: both;
	overflow: hidden;
}
#moreinfo_popup .popup .left {

	margin: 5px 0 0 18px;
}
#moreinfo_popup .popup .close {
	background: transparent url('images/popup_close.png') repeat-x 0 0;
	width: 33px;
	height: 33px;
	overflow: hidden;
	display: block;
	text-indent: -500px;
	position: absolute;
	top: -10px;
	right: -10px;
}
#content .request_more_info {
	background: transparent url('images/request_more_info.png') repeat-x 0 0;
	width: 222px;
	height: 48px;
	overflow: hidden;
	display: block;
	text-indent: -500px;
	margin: 30px 0 0 130px;
}
#moreinfo_popup .popup .close:hover {
	background-position: bottom left;
}
#moreinfo_popup .popup h1 {
	margin: 0 0 25px 25px;
	padding: 0;
	font-size: 18px;
}
#moreinfo_popup .popup .left label {
	margin: 5px 10px 0 0;
	padding: 0;
	width: 75px;
	text-align: right;
	color: #cacaca;
	text-shadow: 1px -1px 2px #36383a;
	font-size: 12px;
	float: left;
	display: block;
}
#moreinfo_popup .popup .left input {
	background: transparent url('images/moreinfo_input.png') no-repeat 0 0;
	float: left;
	width: 286px;
	height: 19px;
	display: block;
	border: 0;
	color: #000;
	padding: 3px 10px;
	margin: 0 0 7px 0;
}
#moreinfo_popup .popup input.submit {
	background: transparent url('images/moreinfo_submit.png') no-repeat 0 0;
	display: block;
	overflow: hidden;
	text-indent: -500px;
	line-height: 500px;
	border: 0;
	margin: 20px 10px 0 0;
	height: 46px;
	width: 125px;
	clear: both;
	float: right;
}
#content form input.submit {
	background: transparent url('images/button_submit.png') no-repeat 0 0;
	display: block;
	overflow: hidden;
	text-indent: -500px;
	line-height: 500px;
	border: 0;
	margin: 10px 4px 0 0;
	height: 28px;
	width: 88px;
	float: right;
}
.content-bot {
	background: transparent url('images/content_bot.png') no-repeat bottom left;
	overflow: hidden;
	padding: 0 0 6px 0; 
}
#content {
	background: transparent url('images/content_bg.png') repeat-y 0 0;
	overflow: hidden;
	padding: 0 1px 15px 1px;
	width: 960px;
}
.content-bot.home {
	background: transparent url('images/content_bot_home.png') no-repeat 1px bottom;
}
.content-bot.home #content {
	background: transparent url('images/home_bg.png') repeat-y 1px 0;
}
#content .what-is-tacticalrepublic {
	background: transparent url('images/what-is-tacticalrepublic_bg.png') no-repeat 0 0;
	overflow: hidden;
	padding: 0 20px;
	margin: 0 16px 0 0;
	width: 257px;
	float: left;
}
#content .what-is-tacticalrepublic h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	margin: 30px 0 10px 0;
	text-shadow: 1px 1px 2px #212326;
}
#content .what-is-tacticalrepublic p {
	text-align: center;
	color: #a0a5ab;
	line-height: 18px;
	padding: 0 15px;
	margin: 0 0 20px 0;
	height: 110px;
	text-shadow: 1px 1px 2px #212326;
}
#content .what-is-tacticalrepublic p strong {
	text-align: center;
	color: #fff;
}
#content .what-is-tacticalrepublic a.request-more-info {
	background: transparent url('images/button_request-more-info.png') no-repeat 0 0;
	display: block;
	overflow: hidden;
	text-indent: -500px;
	height: 47px;
	width: 256px;
}
#content .what-is-tacticalrepublic ul.follow-us {
	list-style-type: none;
	margin: 10px 0 0 25px;
	padding: 0;
	overflow: hidden;
}
#content .what-is-tacticalrepublic ul.follow-us li {
	float: left;
	margin: 0 0 0 9px;
	padding: 0;
}
#content .what-is-tacticalrepublic ul.follow-us li.first {
	padding: 5px 0 0 0;
	color: #70777c;
	text-shadow: 1px -1px 2px #1e1f22;
	font-size: 11px;
}

#content .infobox {
	background: transparent url('images/infobox_bg.png') no-repeat 0 0;
	overflow: hidden;
	width: 248px;
	height: 122px;
	margin: 30px 0 0 15px;
	padding: 20px;
	float: left;
}
#content .infobox h1 {
	color: #181a1d;
	text-shadow: 1px 1px 2px #646a75;
	font-size: 18px;
	margin: 0 0 15px 0;
}
#content .infobox ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#content .infobox ul li {
	background: transparent url('images/list_icon-arrow.png') no-repeat 0 4px;
	padding: 0 0 2px 20px;
	text-shadow: 1px 1px 2px #3d4249;
}
#content .infobox a.learn-more {
	background: transparent url('images/button_learn-more.png') no-repeat 0 0;
	display: block;
	overflow: hidden;
	text-indent: -500px;
	height: 28px;
	width: 86px;
}

#content .latest-news {
	float: right;
	overflow: hidden;
	width: 590px;
	margin: 30px 35px 0 0;
}
#content .latest-news h1 {
	color: #fff;
	font-size: 15px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #404446;
	padding: 0 0 8px 0;
}
#content .latest-news ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#content .latest-news ul li {
	margin: 0 0 10px;
	padding: 0;
	color: #686868;
	font-size: 12px;
	text-shadow: 1px 1px 2px #1f2123;
}
#content .latest-news ul li h2 {
	background: transparent url('images/latest-news_arrow.png') no-repeat 0 2px;
	margin: 0;
	padding: 0 0 0 15px;
	color: #b43e3e;
	font-weight: normal;
	font-size: 12px;
	text-shadow: 1px 1px 2px #1f2123;
}
#content .latest-news ul li p {
	margin: 3px 0 0 0;
}

#content .panels_left {
	float: left;
	width: 380px;
	padding: 0 0 0 30px;
}
#content .panels_right {
	float: left;
	width: 500px;
	margin: 0 0 0 30px;
}
#content .panels_left h1,#content .panels_right h1 {
	margin: 30px 0 7px 0;
	color: #fff;
	text-shadow: 1px 1px 2px #212326;
	font-size: 18px;
}
#content .panels_left p {
	margin: 0 0 30px 0;
	color: #8d8d8d;
	text-shadow: 1px 1px 2px #212326;
	font-size: 13px;
}
#content .panels_right .whats-next h1 {
	text-align: center;
}
#content .panels_right .whats-next ul {
	background: transparent url('images/steps_three.png') no-repeat 40px 0;
	list-style-type: none;
	margin: 35px 0 30px 40px;
	padding: 40px 0 0 0;
	overflow: hidden;
}
#content .panels_right .whats-next ul li {
	float: left;
	color: #8d8d8d;
	text-shadow: 1px 1px 2px #212326;
	margin: 0 7px 0 0;
	font-size: 13px;
	text-align: center;
}
#content .panels_right .whats-next ul li.step1 {
	width: 115px;
}
#content .panels_right .whats-next ul li.step2 {
	width: 130px;
}
#content .panels_right .whats-next ul li.step3 {
	width: 165px;
}
#content .panels_right h2 {
	margin: 20px 0 5px 10px;
	color: #fff;
	text-shadow: 1px 1px 2px #212326;
	font-size: 16px;
}
#content .panels_right ul {
	padding: 0 0 5px 10px;
	color: #6e6e6e;
	font-size: 11px;
	overflow: hidden;
}
#content .panels_right ul li {
	float: left;
	width: 100px;
	margin: 0 0 0 15px;
}
#content .panels_right a.become-a-publisher {
	background: transparent url('images/button_become-a-publisher.png') no-repeat 0 0;
	display: block;
	overflow: hidden;
	text-indent: -500px;
	height: 61px;
	width: 297px;
	margin: 30px 0 10px 75px;
}
#content .panels_right a.become-a-publisher:hover {
	background-position: 0 -61px;
}
#content .head {
	overflow: hidden;
	border-bottom: 1px solid #393c40;
	margin: 30px;
	padding-bottom: 5px;
}
#content .head h1 {
	font-size: 18px;
	color: #fff;
	margin: 0 0 10px 0;
}
#content .head p {
	font-size: 12px;
	color: #8d8d8d;
	margin: 0;
}
#content .brand_logos {
	margin: 30px;
	overflow: hidden;
}
#content .brand_logos .logo {
	width: 224px;
	height: 135px;
	border-left: 1px solid #393c40;
	border-bottom: 1px solid #393c40;
	float: left;
	overflow: hidden;
}
#content .brand_logos .logo.first {
	border-left: none;
}
#content .brand_logos .logo.bot {
	border-bottom: none;
}
#content .brand_logos .logo img {
	margin: 30px auto 0 auto;
	display: block;
}
/*--------------------------------------------------
// Footer
//--------------------------------------------------*/
#footer {
	overflow: hidden;
	width: 960px;
	margin: 40px 0 20px 0;
	padding: 14px 0 0 0;
	border-top: 1px solid #2b2d2e;
	color: #4d4e52;
}
#footer p {
	margin: 0 0 5px;
	padding: 0;
}
#footer ul.menu {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul.menu li {
	float: left;
	margin: 0 13px 0 0;
}
#footer ul.menu li a {
	color: #a2a2a2;
	text-decoration: none;
}
#footer ul.menu li a:hover {
	text-decoration: underline;
}
