/* BASE */
* {
    margin: 0px;
}

body {
    font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    font-size: 12px;
    line-height: 1.83em;
    margin: 0; 
    padding: 0;
    color: #000;
    background: #ffffff;
}

/* COMMON LAYOUT COMPONENTS*/

#container { 
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 1024px;
    background-color: #ffffff;
}

.right {
	float: right;
}

.left{
	float:left;
}

.clear {
	clear:both;
	/*overflow: hidden;*/
}

img {
	border: 0px;
}

a { 
	color: #7f7f7f;
	text-decoration: none;
	cursor: pointer;
}

a:hover { 
	color: #d6563b; 
}
/* TYPOGRAPHY */

p.tagline {
    font-size: 2em;
    line-height: 1.25em;
    color: #ffffff;
    float: left;
    clear: both;
    margin-top: 6px;
}

h1, h2, h3, h4, h5 {
    padding: 0 5px;
}

h1 {
    margin: 0;
    font-size: 3em;
    line-height: 1.1em;
    margin-bottom: 1.1em;
    padding: 0px;
}

h2 {
    margin: 0;
    margin-left: 45px;
    font-size: 2em;
    line-height: 1.1em;
    color: #333333;
	text-align: justify;
	font-weight: normal;
	padding: 0px;
}

h2 span {
    color: #979797;
    font-weight: bold;
    line-height: 2em;
}

h3 {
    margin: 0;
    margin-left: 45px;
    font-size: 2em;
    color: #979797;
    line-height: 1.23em;
    margin-bottom: 1.23em;
	text-align: justify;
	padding: 0px;
}

h4 {
   text-align: center;
   font-size: 2.6em;
   font-weight: normal;
   color: #6e6e6e;
   padding: 20px;
   margin: 0px;
   letter-spacing: .03em;
}

p {
    margin: 0px;
    font-size: 1.2em;
    line-height: 2.0em;
    padding: 0 10px;
}

p span {
	color: #000000;
	margin-bottom: 0px;
}

.highlight {
	color: #d5503f;
}

.blue_link{
    color: #51bedd;
}
/* HEADER */

#header {
    width: 1024px;
}

.celltouch {
	background-image: url(/media/base/images/CellTouch_bg.png);
	width: 1024px;
	height: 192px;
	
}

.header_links {
	list-style-type: none;
	margin: 0px;
	margin-right: 10px;
	font-size: 1.3em;
}

.header_links img {
	display: inline;
	padding-left: 10px;
}

.header_links li {
	float: left;
	color: #ffffff;
	line-height: 35px;
	padding-left: 10px;
}

.header_links li a, .header_links li a:active, .header_links li a:visited {
	display: inline;
	color: #d5503f;
	text-decoration:none;
}

.header_links li:hover a {
	text-decoration: none;
	color: #ffffff;
}

.menu_separator {
	font-size: 1.3em;
	font-weight: normal;
	margin-top: -2px;
}

h1.logo {
    float: left;
    width: 185px;
    height: 45px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 0;
    background: url(images/ConquerMobileLogo.png) no-repeat;
}

/*      OVERLAPPING TABS      */

.tab_container{
	position: relative;
	left: -25px;
	top: -5px;
	width: auto;
}

ul.tabs {
    list-style: none;
	position: absolute;
	top: 159px;
	left: 45px;
}

ul.tabs li.first {
    margin-left: 0px;
}

ul.tabs li {
    float: left;
    display: block;
    height: 38px;
    padding-right: 35px;
    position: relative;
    background: url(images/tabright_back.png) 100% no-repeat;
    margin-left: -5px;
}

ul.tabs span {
    height: 38px;
    line-height: 38px;
    padding-left: 35px;
    background: url(images/tableft_back.png) no-repeat;
    display: block;
    margin-left: -8px;
}

ul.tabs a {
    color: #ffffff;
    text-decoration: none;
    font-family: "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
    font-size: 2em;
}

ul.tabs a:hover { color: #000000; }

ul.tabs li#current {
    z-index: 2;
    height: 38px;
    background: url(images/tabright.png) 100% no-repeat;
    color: #d1543c;
}

ul.tabs li#current span {
    background: url(images/tableft.png) no-repeat;
}

ul.tabs li#current a {
    color: #d1543c;
    font-weight: bold;
}

ul.tabs li.next {
    background: url(images/next_tabright.png) 100% no-repeat;
    z-index: 1;
}

ul.tabs li.next span {
    background: url(images/next_tableft.png) no-repeat;
    z-index: 1;
}

/* @end */


/* MAIN CONTENT */
.main_content {
	width: 100%;
	height: 100%;
}

/* @group secondary_menu */

.secondary_menu {
	width: 100%;
	height: 4em;
	clear: both;
    border-bottom: 1px solid #d5d5d5;
    font-family: "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    overflow:hidden;
}

.secondary_menu ul {
	list-style-type: none;
	font-size: 1.3em;
	list-style: none;
	margin-top: 1em;
}

.secondary_menu li {
	float: left;
	color: #000000;
	padding-left: 15px;
}

.secondary_menu a, .secondary_menu li a:active, .secondary_menu li a:visited {
	display: inline;
    color: #d2d2d2;
	text-decoration:none;
}

.secondary_menu #selected a, .secondary_menu li:hover a {
	text-decoration: none;
	color: #d5503f;
}

.secondary_menu li a {
	text-decoration: none;
	
}

.secondary_menu #selected, .secondary_menu li:hover {
	text-decoration: none;
}

.secondary_menu #selected a, .secondary_menu li:hover a {
	text-decoration: none;
	color: #000000;
}

/* @end */



/* Footer */

#footer { 
    clear: both;
    border-top: 1px solid #d5d5d5;
    height: 35px;
    width: 100%;
    margin-top: 20px;
}

#footer p {
	font-size: 1em;
	color: #7f7f7f;
	padding-top: 5px;
}


