@charset "utf-8";



/* ===================== COMMON ELEMENTS ======================== */

html, 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}

body {
	background-color: #34322c;
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 951px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	padding-bottom: 25px;
	background-color: #34322c;
}



/* ===================== HEADER DIV ELEMENTS ======================== */

#header {
	width: 951px;
	height: 54px;
	vertical-align: top;
}

.again_main_logo {
	margin: 0 0 0 48px;
	float: left;
	width: 159px;
	height: 44px;
}

p.hdr_txt {
	font-style: normal;
	font-family: Century Gothic;
	font-size: 11px;
	letter-spacing: 1px;
	color: #bb5706;
	float: right;
	margin: 12px 0 0 0;
	padding: 0;
}

#top_nav {
	width: 540px;
	float: right;
	margin: 5px 0 0 0;
	text-align: right;
}

ul#top_nav_list {
	float: right;
	text-align: right;
}

ul#top_nav_list li {
	margin: 0 0 0 39px;
	display: inline;
	list-style-type: none;
}


/* ===================== HOME IMAGE CONTENT ELEMENTS ======================== */

#home_main_content {
	width: 939px;
	height: 545px;
	border: 6px solid #fdfdfd;
	background-image: url(../images/again_main_background.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

#abt_mobile_mkt {
	margin: 162px 0 0 0;
	width: 243px;
	height: 226px;  
    position:relative;  
    float:left;   	
}

#abt_digital_mkt {
	margin: 162px 0 0 0; 
    width: 243px;
	height: 226px;   
    position:relative;  
    float:right;   
}

.transparent_box {
	opacity:0.5;  
    filter:alpha(opacity=50);  
    -moz-opacity:0.5;  
    background-color:#000000;  
    position:absolute;  
    top:0px;  
    left:0px;      	
	width: 243px;
	height: 226px; 
}

#about_mobile_marketing {
	width: 202px;
	height: 185px;
	float: left;
	margin: 25px 0 0 20px;
	position: relative;
}

#about_digital_marketing {
	width: 200px;
	height: 187px;
	float: right;
	margin: 25px 22px 0 0;
	position: relative;
}



/* ===================== HOME FOOTER ELEMENTS ======================== */

#home_ftr {
	width: 951px;
	height: 29px;
	background-color: #34322c;	
}

img#image_gallery {
	width: 181px;
	height: 29px;
	float:left;
}

p.home_ftr_txt {
	font-style: normal;
	font-family: Century Gothic;
	font-size: 10px;
	color: #89867d;
	float: right;
	margin: 9px 0 0 0;
	padding: 0;
}



