/* 
This style sheet and the images to which it refers to 
may not be reused, resold or redistributed by any means necessary
================================================================
Description: Layout styles for Curv Sports
Version: 1.0
Author: AWS Sports
Author URI: http://www.awssports.com/
*/
	
	/**
	 * BODY LAYOUT
	 ***********************************************************************************/
    body {
        text-align:center; 
        background: url('../images/bg_repeat.jpg') top left repeat-x;
    }
    

	#site_wrapper { 
		position:relative;
		width:940px; 
		margin:0 auto; 
	}
    #wrapper_bg {
        background: url('../images/bg_shadow.png') 0 0 repeat-y;
		float:left;
        width:920px;
        padding:0 0 0 20px;
    }
	#wrapper { 
        background: url('../images/wrapper_bg.jpg') 0 0 repeat-x;
		float:left;
        position:relative;
		width:900px; 
		text-align:left;
	}

	
	/**
	 * HEADER LAYOUT
	 ***********************************************************************************/
	#header { 
        background: url('../images/header.png') 0 0 no-repeat;
        position:relative;
		width:867px; 
		height:51px; 
	}
	#header h1, 
	#header h2, 
	#header ul#jNav { position:absolute; left:-9999px; list-style:none; }
    

	/**
	 * SITE NAVIGATION MENU LAYOUT
	 ***********************************************************************************/
    #sn,
    #sn li ul {
        z-index:5;
        list-style: none;
        margin: 0;
        padding: 0 0 0 0px;
        position: relative;
        width: 833px;
        height: 42px;
    }

    #sn li {
        display: block;
        float: left;
        height: 42px;
        background-image: url('../images/sitenav.png');
        position: relative;
    }

    #sn li a {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 42px;
        text-indent: -9999px;
        z-index: 2;
    }

    .pseudolink {
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        height: 42px;
        padding: 0;
        margin: 0;
        background-image: url('../images/sitenav.png');
    }

    #sn_home, #sn_home a { width:  79px; background-position: 0px 0px; }#sn_home .pseudolink { width: 79px; background-position: 0px -42px; }#sn_about, #sn_about a { width:  98px; background-position: -79px 0px; }#sn_about .pseudolink { width: 98px; background-position: -79px -42px; }#sn_blog, #sn_blog a { width:  52px; background-position: -177px 0px; }#sn_blog .pseudolink { width: 52px; background-position: -177px -42px; }#sn_widgets, #sn_widgets a { width:  69px; background-position: -229px 0px; }#sn_widgets .pseudolink { width: 69px; background-position: -229px -42px; }#sn_galleries, #sn_galleries a { width:  81px; background-position: -298px 0px; }#sn_galleries .pseudolink { width: 81px; background-position: -298px -42px; }#sn_qa, #sn_qa a { width:  85px; background-position: -379px 0px; }#sn_qa .pseudolink { width: 85px; background-position: -379px -42px; }#sn_downloads, #sn_downloads a { width:  92px; background-position: -464px 0px; }#sn_downloads .pseudolink { width: 92px; background-position: -464px -42px; }#sn_games, #sn_games a { width:  67px; background-position: -556px 0px; }#sn_games .pseudolink { width: 67px; background-position: -556px -42px; }#sn_store, #sn_store a { width:  57px; background-position: -623px 0px; }#sn_store .pseudolink { width: 57px; background-position: -623px -42px; }#sn_links, #sn_links a { width:  58px; background-position: -680px 0px; }#sn_links .pseudolink { width: 58px; background-position: -680px -42px; }#sn_inquiries, #sn_inquiries a { width:  95px; background-position: -738px 0px; }#sn_inquiries .pseudolink { width: 95px; background-position: -738px -42px; }
    #sn li ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 42px;
        width: 200px;
        display: none;
        background-image:none;
    }

    #sn li ul li {
        display: block;
        float: left;
        width: 200px !important;
        height: 20px !important;
        background: #000;
    }

    #sn li ul li a {
        display: block;
        float: left;
        width: 200px !important;
        height: 20px !important;
        line-height: 20px !important;
        text-indent: 0;
        text-decoration: none;
        padding: 0px;
        margin: 0;
        text-indent: 5px;
    }

    #sn li ul li a:hover {
        background-position: 0 -20px;
        color: #FFF;
    }  
     
    /** 
	 * SUB-HEADER
	 ***********************************************************************************/
    #subheader {
        position:relative;
        left:8px;
        margin:-15px 0 0 0;
        float:left;
        width:884px;
        height:244px;
        background: url('../images/subheader.png') 0 0 no-repeat;
    }
     
     
    /** 
	 * CONTENT STYLES
	 ***********************************************************************************/
    #content_wrapper {
        float:left;
        z-index:0;
        position:relative;
        left:15px;
        width:885px;
    }
    
    #home_content_top {
        float:left;
        margin:0;
        width:874px;
        height:405px;
        margin:0;
        background: url('../images/home_content_top.png') 0 0 no-repeat;
    }
    #home_content {
        position:relative;
        z-index:0;
        float:left;
        width:874px;
        height:auto;
        background: url('../images/home_content_bg.png') 0 0 repeat-y;
    }
    #home_content_column {
        height:400px;
        margin-top:-403px;
        margin-left:5px;
        margin-bottom:0px;
    }
    #home_content_bot {
        position:relative;
        float:left;
        width:874px;
        height:24px;
        margin:0;
        background: url('../images/home_content_bot.png') 0 0 no-repeat;
    }    
    

    /* Content Container Styles (Widgets) */
    .row {
        width:100%;
        float:left;
        padding:0 0 10px 0;
    }

    .container1,
    .container2,
    .container3,
    .container4,
    .container5,
    .container6,
    .container_divider {
        float:left;
    }
    .container1 {
        width:272px;
        height:202px;
    }
    .container2 {
        width:405px;
        height:140px;
    }
    .container3 {
        width:201px;
        height:140px;
    }
    .container4 {
        width:190px;
        height:140px;
    }
    .container5 {
        width:202px;
        height:169px;
    }
    .container6 {
        width:176px;
        height:137px;
    }
    .container_divider {
        background: url('../images/container_divider.png') center no-repeat;
        width:24px;
        height:201px;
    }
    .promo a {
        display:block;
        text-indent:-9999px;
        width:100%;
        height:100%;
    }
        
        
    /* Interior Content */    
    #right_column_wrapper {
        float:right;
        width:590px;
    }
    #content_top {
        float:left;
        margin:0;
        width:874px;
        height:17px;
        background: url('../images/content_top.png') 0 0 no-repeat;
    }
    #content_middle {
        position:relative;
        float:left;
        width:874px;
        height:auto;
        padding:0;
        margin:0;
        background: url('../images/content_bg.png') 0 0 repeat-y;
    }
    #content_bot {
        float:left;
        width:874px;
        height:404px;
        margin:0;
        background: url('../images/content_bot.png') 0 0 no-repeat;
    }    
    
    /* content */
    #interior_content { 
        float:left;
        width:825px;
        min-height:200px;
        margin:0;
        margin-left:20px;
        margin-top:0px;
        margin-bottom:-380px;
    }
    
    #wrap { 
        float:right;
        width:580px;
        min-height:200px;
        margin:0;
    }
    h3#cHead { }
    
    /* Sidebar */
    #sidebar { 
        float:left;
        width:202px;
    }

    /**
	 * FOOTER LAYOUT
	 ***********************************************************************************/
	ul#footer { 
        clear:both;
        background: url('../images/footer.png') 0 0 no-repeat;
		position:relative;
        top:0;
        left:0px;
        width:900px; 
		height:41px; 
		margin:10px 0 15px 0; 
        padding:0;
		list-style:none; 
	}
	ul#footer li	{ 
		position:absolute; 
		top:14px;
        display:inline; 
		line-height:20px; 
		font-size:9px; 
        margin:0;
        padding:0;
	}
	ul#footer li#footer_copy { left:30px; }
	ul#footer li#footer_terms { left:240px; }
	ul#footer li#footer_privacy { left:320px; }
    ul#footer li#footer_curv_sports { left:415px; }
    ul#footer li#footer_curv_sports a { display:block; width:210px; height:19px; text-indent:-9999px; }
	ul#footer li#footer_aws { left:640px; }
	ul#footer li#footer_aws a {  display:block; width:225px; height:19px; text-indent:-9999px;  }
	ul#footer li#jtop { display:none; }
	ul#footer li a { 
		font-size:9px; 
    }
	ul#footer li a:hover { }
    
	#breadcrumb{
		display:none;
	}