/* 
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
	 ***********************************************************************************/
	html {
        background: url('../images/bg.jpg') top left repeat;
    }
    body {
        text-align:center; 
		background: url('../images/bg_top.png') 0 0 repeat-x;
        height:auto;
    }
    

	#site { 
		position:relative;
		width:952px; 
		margin:0 auto; 
	}

	#site_wrapper { 
		float:left;
        position:relative;
		width:952px; 
        background: url('../images/wrapper_bg_shadow.png') 0 0 repeat-y;
        padding:0 0 0 26px;
        margin:43px 0 0 0;
	}

	#wrapper { 
        background: url('../images/wrapper_bg.jpg') 0 0 repeat-x;
		float:left;
        position:relative;
		width:900px; 
		text-align:left;
        margin:-44px 0 0 0;
	}

	
	/**
	 * HEADER LAYOUT
	 ***********************************************************************************/
	#header { 
        position:relative;
		width:900px; 
		height:278px; 
        background: url('../images/header.png') 0 0 no-repeat;
	}
	#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;
        background-image: url('../images/sitenav.jpg');
        list-style: none;
        margin: 0;
        padding: 0 0 0 0px;
        width: 827px;
        height: 29px;
        /* width: 827; */
    }

    #sn li {
        display: block;
        float: left;
        height: 29px;
        background-image: url('../images/sitenav.jpg');
        position: relative;
    }

    #sn li a {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 29px;
        text-indent: -9999px;
        z-index: 2;
    }

    .pseudolink {
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        height: 29px;
        padding: 0;
        margin: 0;
        background-image: url('../images/sitenav.jpg');
    }

    #sn_home, #sn_home a { width:  55px; background-position: 0px 0px; }#sn_home .pseudolink { width: 55px; background-position: 0px -29px; }#sn_about, #sn_about a { width:  82px; background-position: -55px 0px; }#sn_about .pseudolink { width: 82px; background-position: -55px -29px; }#sn_blog, #sn_blog a { width:  42px; background-position: -137px 0px; }#sn_blog .pseudolink { width: 42px; background-position: -137px -29px; }#sn_widgets, #sn_widgets a { width:  61px; background-position: -179px 0px; }#sn_widgets .pseudolink { width: 61px; background-position: -179px -29px; }#sn_galleries, #sn_galleries a { width:  72px; background-position: -240px 0px; }#sn_galleries .pseudolink { width: 72px; background-position: -240px -29px; }#sn_qa, #sn_qa a { width:  69px; background-position: -312px 0px; }#sn_qa .pseudolink { width: 69px; background-position: -312px -29px; }#sn_downloads, #sn_downloads a { width:  84px; background-position: -381px 0px; }#sn_downloads .pseudolink { width: 84px; background-position: -381px -29px; }#sn_games, #sn_games a { width:  58px; background-position: -465px 0px; }#sn_games .pseudolink { width: 58px; background-position: -465px -29px; }#sn_store, #sn_store a { width:  50px; background-position: -523px 0px; }#sn_store .pseudolink { width: 50px; background-position: -523px -29px; }#sn_links, #sn_links a { width:  48px; background-position: -573px 0px; }#sn_links .pseudolink { width: 48px; background-position: -573px -29px; }#sn_sponsors, #sn_sponsors a { width:  138px; background-position: -621px 0px; }#sn_sponsors .pseudolink { width: 138px; background-position: -621px -29px; }#sn_inquiries, #sn_inquiries a { width:  68px; background-position: -759px 0px; }#sn_inquiries .pseudolink { width: 68px; background-position: -759px -29px; }
    #sn li ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 29px;
        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;
    }  
     
    /** 
	 * CONTENT STYLES
	 ***********************************************************************************/
    #content_wrapper {
        float:left;
        z-index:0;
        position:relative;
        width:858px;
        margin:0 0 0 25px;
    }
    
    
    #home_content {
        z-index:0;
        float:left;
        width:900px;
        padding:15px 0 0 0;
    }
    

    /* Content Container Styles (Widgets) */
    .row {
        width:100%;
        float:left;
        padding:0 0 10px 0;
    }
    .container1,
    .container2,
    .container3,
    .container4 {
        float:left;
    }
    .container1 {
        width:267px;
        height:195px;
    }
    .container2 {
        width:243px;
        height:195px;
    }
    .container3 {
        width:218px;
        height:195px;
    }
    .container4 {
        width:397px;
        height:195px;
    }
    .promo a {
        display:block;
        text-indent:-9999px;
        width:100%;
        height:100%;
    }
    .promo a {
        display:block;
        text-indent:-9999px;
        width:100%;
        height:100%;
    }
        
    .header_container {
        position:relative;
        top:87px;
        left:23px;
    }
        
    /* Interior Content */    
    #right_column_wrapper {
        float:right;
        width:567px;
        margin:0 7px 0 0;
		background-color:#fff;
    }
    #content_top { float:left; width:100%; height:20px; }
    #content {
        float:left;
        width:565px;
        padding:500px 0 0 0;
        margin:0;
        
    }
    h3#cHead { }
    #wrap { 
        float:left;
        margin:-490px 10px 10px 10px; /* This allows for setting the initial height of a floated element without setting height which causes content to extend past element */
        width:545px;
    }
    #content_bot { float:left; width:100%; height:20px; }  
    
    /* Sidebar */
    #sidebar {
        margin:18px 0 0 0;
        float:left;
        width:280px;
    }

    /**
	 * FOOTER LAYOUT
	 ***********************************************************************************/
	ul#footer { 
        clear:both;
        background: url('../images/footer.png') center no-repeat;
		position:relative;
        top:0;
        left:0;
        width:900px; 
		height:35px; 
		margin:10px 0 15px 0; 
        padding:0;
		list-style:none; 
	}
	ul#footer li	{ 
		position:absolute; 
		top:3px;
        display:inline; 
		line-height:20px; 
		font-size:9px; 
        margin:0;
        padding:0;
	}
	ul#footer li#footer_copy { left:25px; }
	ul#footer li#footer_terms { left:250px; }
	ul#footer li#footer_privacy { left:330px; }
    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 { }