
@charset "utf-8";
/* CSS Document */

/***********/
/* CSS Reset */
/***********/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

a img {
	border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/************/
/*** Basics ***/
/************/

html{
	overflow: -moz-scrollbars-vertical;
}

body{
	background: #000;
	color: #a5a6a6;
	font-family: Calibri, Candara, Segoe, Geneva, Tahoma, Arial, sans-serif;
	font-size: 18px;
	line-height: 130%;
}

body.faq {
	color: #aeaeae;
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/faq_bg.jpg) top center #000 no-repeat;
	font-family: Calibri, Candara, Segoe, Geneva, Tahoma, Arial, sans-serif;
	font-size: 16px;
}

a{
	color: #e1e1e1;
	text-decoration: none;
}

a:hover{
	cursor: pointer;
	color: #fff;
}

h1{
	margin: 0 0 15px 0;	/**/
	font-size: 60px;
	color: #fff;
}

h2 a{
	color: #fff;
	font-size: 32px;
}

h2{
	margin: 0 0 15px 0;	/**/
	font-size: 32px;
	color: #fff;
}

h3{
	font-size: 21px;
	margin-bottom: 8px;
	font-weight: bold;
}

h3 a{
	color: #405e80;
	margin-bottom: 5px 0;
}

h4{
	color: #405e80;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

h4 a{
	color: #405e80;
	font-size: 20px;
	font-weight: normal;
}

h4 a:hover{
	color: #334b66 ;
}


hr{
	background-color: #606262;
	border: none;
	height: 1px;
}

#container{
	/*height: 3200px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#content_container{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.justify_aligned_text{
	text-align: justify;
}

.left_aligned_text{
	text-align: left;
}

.right_aligned_text{
	text-align: right;
}

.strike-through{
	text-decoration: line-through;
}

.italic{
	font-style: italic;
}

#logo_link{
	display: block;
	height: 50px;
	width: 200px;
	position: absolute;
	top: 13px;
	left: 360px;
}

#esports_callout_link{
	display:block;
	height: 248px;
	width: 244px;
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/esports-callout.png) top center;
	position: absolute;
	right: -225px;
	top: -16px;
	z-index: 1000;
}

#esports_callout_link:hover{
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/esports-callout.png) bottom center;
}


/* background images */

.bg_container{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#bg1, #bg1_container{
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/bg1.jpg) top center no-repeat #000000;
	height: 698px;
}

#bg2, #bg2_container{
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/bg2.jpg) top center no-repeat #000000;
	height: 574px;
}


#bg3, #bg3_container{
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/bg3.jpg) top center no-repeat #000000;
	height: 764px;
}

#bg4, #bg4_container{
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/bg4.jpg) top center no-repeat #000000;
	height: 732px;
}

#bg5, #bg5_container{
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/bg5.jpg) top center no-repeat #000000;
	height: 717px;
}

#bg6, #bg6_container{
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/bg6.jpg) top center no-repeat #000000;
	height: 1070px;
}

#bg7, #bg7_container{
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/bg7.jpg) top center no-repeat #000000;
	height: 1067px;
}

#bg8, #bg8_container{
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/bg8.jpg) top center no-repeat #000000;
	height: 609px;
}


/**********/
/** copy **/
/**********/

.bold{
	font-weight: bold;
}

.p_copy{
	position: absolute;
	font-size: 16px;
	z-index: 100;
}

.left_copy{
	left: 53px;
}

.right_copy{
	right: 56px;
}

#personality{
	top: 100px;
	left: 160px;
	width: 630px;
	text-align: center;	
	position: absolute;
}

#esports_crate{
	top: 165px;
	width: 351px;
}

#arms_deal_crate{
	top: 1042px;
	width: 292px;
}

#familiar_favs{
	top: 230px;
	width: 369px;
}

#quieter{
	top: 641px;
	width: 361px;
}

#counting{
	top: 265px;
	width: 364px;
}

#workshop{
	top: 160px;
	width: 455px;
}

/**********/
/** Slider **/
/**********/

#arms_weapon_slider{
	position: absolute;
	top: 186px;
	left: 24px;
	height: 555px;
	width: 888px;
	/* Prevent div from highlighting if a user double clicks nav */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#arms_weapon_slider img{
	height: 547px;
	width: 888px;
}

#pager a{
	background-image: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/pager.png);
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	position: relative;
	top: 2px;
	width: 21px;
	z-index: 1000;
}

#pager a:hover, #pager a.activeSlide{
	background-image: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/pager_hover.png);
}

#pager_container{
	position: absolute;
	top: 690px;
	left: 50px;
}

#prev{
	background-image: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/prev.png);
	position: absolute;
	left: 30px;
	top: 440px;
	height: 33px;
	width: 25px;
	z-index: 1002;
}

#prev:hover{
	background-image: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/prev_hover.png);
	cursor: pointer;
}

#next{
	background-image: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/next.png);
	position: absolute;
	right: 30px;
	top: 440px;
	height: 33px;
	width: 25px;
	z-index: 1002;
}

#next:hover{
	background-image: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/next_hover.png);
	cursor: pointer;
}

/**********/
/** Footer **/
/**********/

#footer{
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/bg_footer.jpg) top center no-repeat #000000;
	width: 940px;
	height: 768px;
	margin: 0 auto 0 auto;
	padding: 50px 0 0 0px;
}

#footer_container{
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/bg_footer.jpg) top center no-repeat #000000;
}

#footer p{
	color: #4d4e4e;
	font-size: 10px;
	line-height: 100%;
}

#footer img{
	display: inline;
	margin-right: 35px;
}

.esrb{
	float: left;
	margin-left: 190px;
}

#footer_content{
	float: left;
	width: 428px
}

#footer p{
	margin-top: 15px;
}


/*******************/
/*       faq       */
/*******************/


#containerfaq{
	margin: 0px auto;
	width: 940px;
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/faq_bg.jpg) top center #000 no-repeat;
	position: relative;
}


#content_container{
	position: relative;
	
}

.faq_container{
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/center_bg.jpg) top center #000 repeat-y;
	padding: 80px 110px 77px 110px;
	margin: 560px 0 0 0;
	position: relative;
	z-index: 1;
}

#highlight_top{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 4px;
	width: 940px;
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/highlight.jpg) top center #000 no-repeat;
}

#highlight_bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 4px;
	width: 940px;
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/highlight.jpg) top center #000 no-repeat;
}

#shadow{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 713px;
	width: 940px;
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/shadow.png) top center no-repeat;
	z-index: -1;
}

#faq_header{
	position: absolute;
	top: 55px;
	left: 100px;
	height: 38px;
	width: 366px;
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/faq_header.png) top center no-repeat;
}

.question{
	color: #da9216;
}

.question_container{
	margin-bottom: 40px;
	z-index: 1000;
}

#logo_linkfaq {
	display: block;
	height: 50px;
	width: 200px;
	position: absolute;
	top: -530px;
	left: 50%;
	margin-left: -100px;
}


p{
	margin-top: 10px;
}


#armsDealLink{
	position: absolute;
	top: -477px;
	left: 300px;
	width: 343px;
	height: 30px;
	display: block;
}

#backToArmsDealLink{
	width: 287px;
	height: 139px;
	display: block;
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/csgo_link.png) top center;
	margin: 0 auto;
}

#backToArmsDealLink:hover{
	background: url(http://media.steampowered.com/apps/csgo/blog/images/armsdeal/csgo_link.png) bottom center;
}

/**********/
/** Footer **/
/**********/

#faq_footer{
	width: 940px;
	height: 268px;
	margin: 0 auto 0 auto;
	padding: 50px 0 0 0px;
	background: #000;
}



#faq_footer p{
	color: #4d4e4e;
	font-size: 10px;
	line-height: 100%;
}

#faq_footer img{
	display: inline;
	margin-right: 35px;
}
