/* 
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 { 
        background:url('../images/bg.jpg') 0 0 no-repeat;
		position:relative;
		width:998px; 
        height:550px;
		margin:0 auto; 
	}

	#wrapper { 
		float:left;
        position:relative;
		width:998px; 
		text-align:left;
	}

	
	/**
	 * HEADER LAYOUT
	 ***********************************************************************************/
	#header { 
        z-index:5;
        background: url('../images/header.png') 0 0 no-repeat;
        position:relative;
		width:998px; 
		height:104px; 
	}
	#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;
        position: relative;
        width: 760px;
        height: 23px;
        /* width: 760; */
    }

    #sn li {
        display: block;
        float: left;
        height: 23px;
        background-image: url('../images/sitenav.jpg');
        position: relative;
    }

    #sn li a {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 23px;
        text-indent: -9999px;
        z-index: 2;
    }

    .pseudolink {
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        height: 23px;
        padding: 0;
        margin: 0;
        background-image: url('../images/sitenav.jpg');
    }

    #sn_home, #sn_home a { width:  46px; background-position: 0px 0px; }#sn_home .pseudolink { width: 46px; background-position: 0px -23px; }#sn_about_eddie, #sn_about_eddie a { width:  92px; background-position: -46px 0px; }#sn_about_eddie .pseudolink { width: 92px; background-position: -46px -23px; }#sn_blog, #sn_blog a { width:  46px; background-position: -138px 0px; }#sn_blog .pseudolink { width: 46px; background-position: -138px -23px; }#sn_widget, #sn_widget a { width:  66px; background-position: -184px 0px; }#sn_widget .pseudolink { width: 66px; background-position: -184px -23px; }#sn_photos, #sn_photos a { width:  63px; background-position: -250px 0px; }#sn_photos .pseudolink { width: 63px; background-position: -250px -23px; }#sn_video, #sn_video a { width:  56px; background-position: -313px 0px; }#sn_video .pseudolink { width: 56px; background-position: -313px -23px; }#sn_ask_eddie, #sn_ask_eddie a { width:  77px; background-position: -369px 0px; }#sn_ask_eddie .pseudolink { width: 77px; background-position: -369px -23px; }#sn_downloads, #sn_downloads a { width:  91px; background-position: -446px 0px; }#sn_downloads .pseudolink { width: 91px; background-position: -446px -23px; }#sn_games, #sn_games a { width:  56px; background-position: -537px 0px; }#sn_games .pseudolink { width: 56px; background-position: -537px -23px; }#sn_store, #sn_store a { width:  52px; background-position: -593px 0px; }#sn_store .pseudolink { width: 52px; background-position: -593px -23px; }#sn_links, #sn_links a { width:  47px; background-position: -645px 0px; }#sn_links .pseudolink { width: 47px; background-position: -645px -23px; }#sn_inquiries, #sn_inquiries a { width:  68px; background-position: -692px 0px; }#sn_inquiries .pseudolink { width: 68px; background-position: -692px -23px; }
    #sn li ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 23px;
        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;
    }  
     
    /** 
	 * CONTENT STYLES
	 ***********************************************************************************/
    #content_wrapper {
        float:left;
        z-index:0;
        position:relative;
        width:998px;
    }
    
    
    #home_content {
        z-index:0;
        float:left;
        width:998px;
        padding:0 0 0 5px;
    }
    

    /* Content Container Styles (Widgets) */
    .row {
        width:100%;
        float:left;
        padding:0 0 10px 0;
    }
    .container,
    .small_container,
    .large_container {
        float:left;
        margin:0;
    }
    .small_container  { 
        width:132px;
        height:96px;
    }
    .large_container {
        width:329px;
        height:113px;
    }
    .promo a {
        display:block;
        text-indent:-9999px;
        width:100%;
        height:100%;
    }
        
        
    /* Interior Content */    
    #right_column_wrapper {
        float:right;
        width:599px;
    }
    #interior_content {
        float:left;
        width:599px;
        padding:500px 0 0 0;
        margin:0 0 15px 0;
        background: url('../images/content_bg.png') 0 0 repeat-y;
    }
    h3#cHead { }
    #wrap { 
        float:left;
        margin:-490px 10px 10px 20px; /* This allows for setting the initial height of a floated element without setting height which causes content to extend past element */
        width:569px;
    }
    
    /* Sidebar */
    #sidebar {
        margin:15px 0 15px 15px;
        float:left;
        width:260px;
    }

    /**
	 * FOOTER LAYOUT
	 ***********************************************************************************/
	ul#footer { 
        clear:both;
        background: url('../images/footer.png') 10px 0 no-repeat;
		position:relative;
        top:0;
        left:0;
        width:998px; 
		height:30px; 
		margin:10px 0 15px 0; 
        padding:0;
		list-style:none; 
	}
	ul#footer li	{ 
		position:absolute; 
		top:1px;
        display:inline; 
		line-height:20px; 
		font-size:9px; 
        margin:0;
        padding:0;
	}
	ul#footer li#footer_copy { left:20px; }
	ul#footer li#footer_terms { left:250px; }
	ul#footer li#footer_privacy { left:330px; }
    ul#footer li#footer_curv_sports { left:500px; }
    ul#footer li#footer_curv_sports a { display:block; width:210px; height:19px; text-indent:-9999px; }
	ul#footer li#footer_aws { left:740px; }
	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 { }
    

