/*
TITLE: Advant Games CSS
*/

/* << ----------------// General Styles //---------------->> */
body {
    margin:0px 0 0px 0;
    padding:0px 0 0px 0;
    top:0px;
    font-family:"Lucida Grande",Geneva,Helvetica,sans-serif;
    /*font-family:helvetica, arial, sans-serif;*/
    font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:17px;
    
    color:#363537;
    background-image:url('img/bground.gif');
    background-repeat:repeat-x;
}

p {
    margin:0 0 0 0;
    /*font-family:georgia,serif;*/
    
}

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

h1, h2, h3, h4 {
    font-weight:normal;
    margin:0 0 0 0;
}

h1 {
    font-size:25px;
	line-height:14px;
	padding-bottom:20px;
}

h2 {
    font-size:18px;
}

h3 {
    font-size:16px;
    color:#CC0000 !important;
	font-family:georgia,serif;
	font-style:normal;
	font-variant:small-caps;
	font-weight:normal;
	letter-spacing:-0.2px;
}

h4 {
    font-size:14px;
}

a:link, a:visited {
    color:#cc0000;
    text-decoration:none;
}

a:hover, a:active {
    color:#999999;
    text-decoration:none;
}

ul {
    margin:5px 0 5px 20px;
    padding:0;
    list-style-type:disc;
}

ol {
    margin:5px 0 5px 30px;
    padding:0;
    list-style-type:decimal;
}

ul li, ol li {
    margin:0 0 4px 0;
    padding:0;
}

.firstLevel li {
    list-style-image: url(img/list_spot.png);
    list-style-type: disc;
} 

.secondLevel li {
    list-style-image: url(img/list_spot.png);
    list-style-type: circle; 
} 
       
.productList li {
    list-style-type: none; 
}    

.boldList li {
    font-size:12px;
    font-weight:bold;
    /*list-style-image: url(img/list_spot.png);*/
    list-style-type: decimal; 
} 

/* << ----------------// WRAPPER (Outer container that holds all the columns) //---------------->> */
#mainContainer {
    margin:0 auto;
    padding:0;
    width:780px;
}

/* << ----------------// Logo & Navigation Wrapper //---------------->> */
#navWrapper {
    float:left;
    margin:0;
    padding:0;
    width:780px;
    height:121px;
}

/* << ----------------// LOGO //---------------->> */
#logo {
    float:left;
    margin:0;
    padding:0;
    width:149px;
    height:121px;
    background-image:url('img/logo.gif');
    background-repeat:no-repeat;
}

/* << ----------------// TOP NAVIGATION //---------------->> */
#navigation_top {
    padding-top:33px;
    margin: 0;
    float:left;
    height:88px;
    font-family:Helvetica, Arial, Geneva, sans-serif;
    font-size:13px;
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:-0.2px;
    text-align:center;
    overflow: hidden;
}
/*
#navigation ul {
    width: 631px;
    height:88px;
    margin: 0;
    padding: 0;
}
*/
#navigation_top li {
     list-style:none;
     display: inline;
}

#navigation_top .position {
padding-top:68px;
margin-bottom:-68px;
}

#navigation_top li#main a:link, #navigation_top li#main a:visited {
    float:left;
    border: none;
    background:url("img/main_tab.jpg") no-repeat;
    height:88px;
    width:106px;
    outline: none;
    color:#7e7d82;
    text-decoration:none;
}
#navigation_top li#services a:link, #navigation_top li#services a:visited {
    float:left;
    border: none;
    background:url("img/services_tab.jpg") no-repeat;
    height:88px;
    width:105px;
    outline: none;
    color:#7e7d82;
    text-decoration:none;
}
#navigation_top li#products a:link, #navigation_top li#products a:visited {
    float:left;
    border: none;
    background:url("img/products_tab.jpg") no-repeat;
    height:88px;
    width:105px;
    outline: none;
    color:#7e7d82;
    text-decoration:none;  
}
#navigation_top li#news a:link, #navigation_top li#news a:visited {
    float:left;
    border: none;
    background:url("img/news_tab.jpg") no-repeat;
    height:88px;
    width:105px;
    outline: none;
    color:#7e7d82;
    text-decoration:none;  
}
#navigation_top li#aboutus a:link, #navigation_top li#aboutus a:visited {
    float:left;
    border: none;
    background:url("img/about_tab.jpg") no-repeat;
    height:88px;
    width:105px;
    outline: none;
    color:#7e7d82;
    text-decoration:none; 
}
#navigation_top li#contact a:link, #navigation_top li#contact a:visited {
    float:left;
    border: none;
    background:url("img/contact_tab.jpg") no-repeat;
    height:88px;
    width:105px;
    outline: none;
    color:#7e7d82;
    text-decoration:none;
}
#navigation_top li#main a:hover {
    background-position:0 -88px;
    color:#f2b000;
    text-decoration:none;
}
#navigation_top li#services a:hover {
    background-position:0 -88px;
    color:#f2b000;
    text-decoration:none;
}
#navigation_top li#products a:hover {
    background-position:0 -88px;
    color:#f2b000;
    text-decoration:none;
}
#navigation_top li#news a:hover {
    background-position:0 -88px;
    color:#f2b000;
    text-decoration:none;
}
#navigation_top li#aboutus a:hover {
    background-position:0 -88px;
    color:#f2b000;
    text-decoration:none;
}
#navigation_top li#contact a:hover {
    background-position:0 -88px;
    color:#f2b000;
    text-decoration:none;
}

/* << ----------------// NAVIGATION: PAGE DEFINITION //---------------->> */
body#mainpage #navigation_top li#main a:link, body#mainpage #navigation_top li#main a:visited {
  background:url(img/main_tab.jpg) no-repeat;
  background-position:0 -88px;
  color:#f2b000;
}
body#servicespage #navigation_top li#services a:link, body#servicespage #navigation_top li#services a:visited {
  background:url(img/services_tab.jpg) no-repeat;
  background-position:0 -88px;
  color:#f2b000;
}
body#productspage #navigation_top li#products a:link, body#productspage #navigation_top li#products a:visited {
  background:url(img/products_tab.jpg) no-repeat;
  background-position:0 -88px;
  color:#f2b000;
}
body#newspage #navigation_top li#news a:link, body#newspage #navigation_top li#news a:visited {
  background:url(img/news_tab.jpg) no-repeat;
  background-position:0 -88px;
  color:#f2b000;
}
body#aboutuspage #navigation_top li#aboutus a:link, body#aboutuspage #navigation_top li#aboutus a:visited {
  background:url(img/about_tab.jpg) no-repeat;
  background-position:0 -88px;
  color:#f2b000;
}
body#contactpage #navigation_top li#contact a:link, body#contactpage #navigation_top li#contact a:visited {
  background:url(img/contact_tab.jpg) no-repeat;
  background-position:0 -88px;
  color:#f2b000;
}

/* << ----------------// Header //---------------->> */
#header {
    float:left;
    margin:0px;
    padding:0px;
    width:780px;
    height:200px;
    color:#ffffff;
    background-color:#;
/*border:1px dashed #454545;*/
}

/* << ----------------// Header Slogans //---------------->> */
div.main_slogan {
    float:left;
    margin:0 0 0 0;
    padding:0 0 0 0;
    width:480px;
    height:200px;
    background-image:url('img/main_slogan.jpg');
    background-repeat:no-repeat;
    position: relative;
    top:10px;
    bottom: 0px;
    left: 0px;
}

/*
#services_header_graphics {
margin-bottom:10px;
}
*/


#services_header_graphics .main_slogan {
    background-image:url('img/plain_left.jpg');
}

#futuregaming_header_graphics .main_slogan {
    background-image:url('img/services_slogan.jpg');
}

#products_header_graphics .main_slogan {
    background-image:url('img/products_slogan.jpg');
}

#news_header_graphics .main_slogan {
    background-image:url('img/plain_left.jpg');
}

#aboutus_header_graphics .main_slogan {
    background-image:url('img/plain_left.jpg');
}

#contact_header_graphics .main_slogan {
    background-image:url('img/plain_left.jpg');
}

#mdd_header_graphics .main_slogan {
    background-image:url('img/MDD_slogan.jpg');
}

/* << ----------------// Header Images //---------------->> */
div.main_image {
    float:left;
    margin:0 0 0 0;
    padding:0 0 0 0;
    width:300px;
    height:200px;
    background-image:url('img/main_image.jpg');
    background-repeat:no-repeat;
    position: relative;
    top:10px;
    bottom: 0px;
    right: 0px;
    background-color:#;
}

#products_header_graphics .main_image {
    background-image:url('img/products_image.jpg');
}

#services_header_graphics .main_image {
    background-image:url('img/plain_right.jpg');
}

#futuregaming_header_graphics .main_image {
    background-image:url('img/main_image.jpg');
}

#news_header_graphics .main_image {
    background-image:url('img/plain_right.jpg');
}

#aboutus_header_graphics .main_image {
    background-image:url('img/plain_right.jpg');
}

#contact_header_graphics .main_image {
    background-image:url('img/plain_right.jpg');
}

#mdd_header_graphics .main_image {
    background-image:url('img/MDD_image.jpg');
}


/* << ----------------// Main Column //---------------->> */
#columnOne {
border-right:1px dashed #E3E3E3;
float:left;
margin:25px 18px 20px 0;
padding:0 10px 0 0;
width:450px;
}

/* << ----------------// Text styles for columns: Paragraph, list-styles //---------------->> */
#columnOne p, #columnTwo p {
    padding-bottom: 21px;
}

#columnOne ul li, #columnOne ol li, #columnTwo ul li, #columnTwo ol li {

}

/* << ----------------// Text styles for columns: Heading //---------------->> */
#columnOne h1, #columnTwo h1 {
    color:#363537;
    font-family:Helvetica, Arial, Geneva, sans-serif;
    font-style:normal;
    font-weight:normal;
    letter-spacing:-0.2px;
    text-indent:28px;
    /*padding-bottom:12px;*/
    background-image:url('img/bubble.gif');
    background-repeat:no-repeat;
    margin-top:10px;
}

#columnOne h2, #columnTwo h2, #columnOne h3, #columnTwo h3, #columnOne h4, #columnTwo h4 {
    color:#363537;
    font-family:Helvetica, Arial, Geneva, sans-serif;
    font-style:normal;
    font-weight:normal;
    letter-spacing:-0.2px;
    padding-bottom:13px;
}

/* << ----------------// Right Column //---------------->> */
#columnTwo {
/*border-right:1px dashed #E3E3E3;*/
float:left;
margin:25px 0 20px;
padding:0 5px 0 0;
width:295px;
}

/* << ----------------// Extra Column //---------------->> */
#columnThree {
    float:left;
    margin:0;
    padding:0 0 0 0;
    width:190px;
    background-color:#;
}

/* << ----------------// Vertical navigation (not in use) //---------------->> */
#navVertical {
    margin:0 -5px 0 -5px;
    padding:0;
    width:200px;
    background-color:#454545;
}

#navVertical ul {
    margin:0 0 0 5px;
    padding:0;
    list-style:none;
}

#navVertical ul li {
    margin:0 0 0 -5px;
    padding:0;
    list-style:none;
    border-bottom:1px solid #999999;
}

#navVertical ul li a:link, #navVertical ul li a:visited {
    padding:5px 8px 5px 8px;
    color:#eeeeee;
    text-decoration:none;
    display:block;
}

#navVertical ul li a:hover, #navVertical ul li a:active {
    color:#454545;
    text-decoration:none;
    background-color:#eeeeee;
}


/* << ----------------// Footer //---------------->> */
#footer {
    margin:0 0 5px 0;
    padding:0 0 0 0;
    width:780px;
    font-size:12px;
    text-align:center;
    color:#969696;
    background-color:#;
    border-top:2px solid #add2df;
    clear:both;
}

#footer a:link, #footer a:visited {
    color:#969696;
    text-decoration:none;
}

#footer a:hover, #footer a:active {
    color:#f2b000;
    text-decoration:none;
}

/* << ----------------// Footer Left //---------------->> */
#footer_left {
    float:left;
    text-align:left;
    width:400px;
    margin:0 0 0px 0;
    padding:5px 0 0px 0;
    background-color:#;
}

/* << ----------------// Footer Right //---------------->> */
#footer_right {
    float:right;
    text-align:right;
    margin:0 0 0px 0;
    padding:5px 0 0px 0;
    background-color:#;
}
/* << ----------------// Products Sub navigation //---------------->> */
#navHorizontal {
    float:left;
    margin:25px -0px 0 0px;
    padding:0;
    width:780px;
    height:30px;
    overflow: hidden;
    line-height:30px;
    overflow: hidden;
    font-size:11px;
    background-color:#;
    background-image:url('img/sub_nav.gif');
    background-repeat:no-repeat;
}

#navHorizontal ul {
    margin:0 0 0 12px;
    height:30px;
    padding:0 0 0 0;
    list-style:none;
}

#navHorizontal ul li {
    margin:0 0 0 10px;
    padding:5px 0px 5px 10px;
    list-style:none;
    display:inline;
    height: 30px;
    background-image:url('img/AG_nav_icon.gif');
    background-repeat:no-repeat;
    background-position: left;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
    padding:0px 9px 0px 9px;
    color:#eeeeee;
    text-decoration:none;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
    color:#add2df;
    text-decoration:none;
    background-color:#;
}

/* << ----------------// Quotebox //---------------->> */

#quotebox_outer { 
background-image:url("img/ag_quotebox_bottom.gif");
background-position:center bottom;
background-repeat:no-repeat;
margin-bottom:30px;
margin-top:10px;
padding:0;
}

#quotebox_inner { 
    background-image:url('img/ag_quotebox_top.gif');
    background-repeat: no-repeat;
    background-position: top;
    padding: 0px;
    margin: 0px;
}

#quotebox_content { 
color:white;
font-style:italic;
margin-left:20px;
padding-bottom:20px;
padding-top:20px;
width:408px;
}



/* << ----------------// Random //---------------->> */
.formatclear { clear: both; }
.floatleft { float: left; }
.floatright { float: right; }
.center { margin: 0px auto; }

.newsPieces h2 {
border-bottom:1px dashed #E3E3E3;
display:inline-block;
font-family:"Lucida Grande",Geneva,Helvetica,sans-serif !important;
margin-top:24px;
padding-bottom:6px !important;
width:445px;
}


/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.quote {
font-size:11px;
color:#666;

}


/*Style for news titles*/
.newsTitle {
color:cadetBlue !important;
font-family:font-family:"Lucida Grande",Geneva,Helvetica,sans-serif !important;
font-size:13px;
font-style:normal;
font-weight:normal;
letter-spacing:-0.3px;
}

.ce_text {
color:#666666;
font-family:font-family:"Lucida Grande",Geneva,Helvetica,sans-serif !important;
font-size:96%;
}

.smallTittle {
font-family:"Lucida Grande",Geneva,Helvetica,sans-serif !important;
font-size:13px !important;
letter-spacing:0.3px !important;
line-height:15px;
text-indent:26px;
text-transform:uppercase !important;
}

.agile {
background-image:url("img/agile.gif");
background-repeat:no-repeat;
}

.social {
background-image:url("img/social.gif");
background-repeat:no-repeat;
}

.advanced {
background-image:url("img/advanced.gif");
background-repeat:no-repeat;
}


.info {
color:#555555;
font-size:11px;
letter-spacing:0.6px;
margin-top:6px;
text-transform:uppercase !important;
}


