/*
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 {
/*         min-height: 80px; */
/*         background: url('../level2/img/html_bg.png') repeat-x top center #4E5355; */
    }

	body {
        text-align:center;
        background: url('../images/body_repeater.jpg') 0 0 repeat-x;
        min-height: 600px;
    }


	#site_wrapper {
		position:relative;
		width:998px;
/*         min-height:550px; */
		margin:0 auto;
	}

	#wrapper {
		float:left;
        position:relative;
		width:998px;
        min-height:613px;
		text-align:left;
	}
    .home_wrapper {
        background:url('../images/new_Bg.png') 0 0 no-repeat;
    }
    .interior_wrapper {
        background: #303E63 url('../images/new_SubBg.png') 0 0 repeat-x;
    }


	/**
	 * HEADER LAYOUT
	 ***********************************************************************************/
	#header {
        z-index:5;
        background: url('../images/spacer.gif') 0 0 no-repeat;
        position:relative;
		width:998px;
		/* height:87px; */
		height:115px;
	}
	#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: 801px;
        height: 28px;
        /* width: 801; */
    }

    #sn li {
        display: block;
        float: left;
        height: 28px;
/*         background-image: url('../level2/img/sitenav.png'); */
        position: relative;
    }

    #sn li a {
        background-image: url('../images/sitenav.png');
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 28px;
        text-indent: -9999px;
        z-index: 2;
    }

    .pseudolink {
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        height: 28px;
        padding: 0;
        margin: 0;
        background-image: url('../images/sitenav.png');
    }

    #sn_home, #sn_home a { width:  69px; background-position: 0px 0px; }#sn_home .pseudolink { width: 69px; background-position: 0px -28px; }#sn_about, #sn_about a { width:  93px; background-position: -69px 0px; }#sn_about .pseudolink { width: 93px; background-position: -69px -28px; }#sn_social_network, #sn_social_network a { width:  57px; background-position: -162px 0px; }#sn_social_network .pseudolink { width: 57px; background-position: -162px -28px; }#sn_blog, #sn_blog a { width:  51px; background-position: -219px 0px; }#sn_blog .pseudolink { width: 51px; background-position: -219px -28px; }#sn_widgets, #sn_widgets a { width:  67px; background-position: -270px 0px; }#sn_widgets .pseudolink { width: 67px; background-position: -270px -28px; }#sn_galleries, #sn_galleries a { width:  82px; background-position: -337px 0px; }#sn_galleries .pseudolink { width: 82px; background-position: -337px -28px; }#sn_qa, #sn_qa a { width:  78px; background-position: -419px 0px; }#sn_qa .pseudolink { width: 78px; background-position: -419px -28px; }#sn_downloads, #sn_downloads a { width:  92px; background-position: -497px 0px; }#sn_downloads .pseudolink { width: 92px; background-position: -497px -28px; }#sn_store, #sn_store a { width:  59px; background-position: -589px 0px; }#sn_store .pseudolink { width: 59px; background-position: -589px -28px; }#sn_links, #sn_links a { width:  58px; background-position: -648px 0px; }#sn_links .pseudolink { width: 58px; background-position: -648px -28px; }#sn_inquiries, #sn_inquiries a { width:  95px; background-position: -706px 0px; }#sn_inquiries .pseudolink { width: 95px; background-position: -706px -28px; }
    #sn li ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 28px;
        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;
        color: #FFF !important;
    }

    #sn li ul li a:hover {
        background-position: 0 -20px;
        color: #dc8803 !important;
    }

    /**
	 * 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 */
    #interior_content {
        margin:10px 0 0 48px;
        float:left;
        width:860px;
        padding:20px;
    }
    #content {
        width:860px;
        min-height:200px;
        float:left;
    }
    h3#cHead { }


    /* Sidebar */
    #sidebar {
        margin:15px 0 0 48px;
        float:left;
        width:920px;
        height:210px;
        background: url('../images/interior_promos_bg.jpg') 0 55px no-repeat;
    }


    /**
	 * FOOTER LAYOUT
	 ***********************************************************************************/
	ul#footer {
        clear:both;
        background: url('../images/footer.png') 5px 0 no-repeat;
		position:relative;
        top:0;
        left:0;
        width:998px;
		height:25px;
		margin:10px 0 0 0;
        padding:0;
		list-style:none;
	}
	ul#footer li	{
		position:absolute;
		top:2px;
        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:450px; }
    ul#footer li#footer_curv_sports a { display:block; width:210px; height:19px; text-indent:-9999px; }
	ul#footer li#footer_aws { left:670px; }
	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 { }


