/*  
Description: The Hero Arts Navigation bars.
Version: 1.0
Author: Lisa Spangler
Author URI: http://sideoats.wumple.com
*/


#wrapper {
        position: relative;
        text-align: left;
        width: 940px;
        margin-right: auto;
        margin-left: auto;
/*
        border-bottom: 5px solid #ececec;
*/
}

.clear {
	clear: both;
}

body {
        position: relative;
        text-align: left;
        width: 940px;
        margin-right: auto;
        margin-left: auto;
}

#navheader {
        position: relative;
        top: 10px;
        height: 55px; /* 45 logo img + 10 margin */
}

#navheader .logo {
        float: left;
        width: 425;
        margin: 0;
}

#navheader .cart {
        float: right;
        width: 30;
        margin: 10px 0px 0px 10px;
}

#navbar {
        top: 10px;
        position: relative;
        bottom: 10px;
        height: 55px; /* 35 + 10 */
/*
        border-bottom: 1px solid red;
*/
}

form {
    margin: 0;
}

#searchbox {
        width: 280px;
        height: 35px;
        background: url(/global/images/nav/site/images/search.jpg);
        float: right;
}

#searchbox #s {
        float: right;
        padding: 0;
        margin: 10px 30px 10px 2px;
        border: 0;
        width: 146px;
}

#searchbox #go {
        padding: 0;
        border: 0;
        margin: 0;
        position: relative;
        left: 249px;
        top: 4px;
}

.logolink { 
	width:600px; 
	height:45px; 
	padding:0 0 0 0px; 
	margin:0; 
}

.cartlink { 
	width:30px; 
	height:30px; 
	padding:0 0 0 0px; 
	margin:0; 
}

.buttonlink { 
	width:121px; 
	height:35px; 
	padding:0 0 0 0px; 
	margin:0; 
}

.buttonspace {
        float: left;
        width: 11px;
        height: 35px;
        }
