* {
	margin:0;
	padding: 0;
}

#masthead 
{
	background: url(../images/layout/nav_bg.gif) repeat-x;
	background-color: #4D1D02;
	height: 86px;
	/*position:relative;*/
}



/*----------
MASTHEAD
-----------*/

#logo
{
	position: absolute;
	left:12px;
	top:20px;
}

#tagline
{
	color:#fff;
	font-size: 70%;
	font-style:italic;
	position:absolute;
	left: 120px;
	top: 20px;
	line-height: 1.2em;
}

/*------------------
TOP NAV
-------------------*/

#masthead #nav
{
	position:absolute;
	left:120px;
	top:53px;
}

#masthead #nav li a:link, #masthead #nav li a:visited
{
	display:block;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	text-decoration:none;
	font-size:95%;
}

#masthead #nav li a:hover
{
	background-position: top;
}

#masthead #nav ul
{
	list-style:none;
}

#masthead #nav ul li
{
	float:left;
}

#navshop a:link, #navshop a:visited { width:48px; background: url(../images/layout/nav_shop.gif) no-repeat bottom; }
#navjas a:link, #navjas a:visited { width:91px; background: url(../images/layout/nav_jas.gif) no-repeat bottom; }
#navblog a:link, #navblog a:visited { width:48px; background: url(../images/layout/nav_shop.gif) no-repeat bottom; }
/*#navartshowcase a:link, #navartshowcase a:visited { width:94px; background: url(../images/layout/nav_artshowcase.gif) no-repeat bottom; }*/
#navfreeprojects a:link, #navfreeprojects a:visited { width:91px; background: url(../images/layout/nav_freeprojects.gif) no-repeat bottom; }
#navdesktops a:link, #navdesktops a:visited { width:69px; background: url(../images/layout/nav_desktops.gif) no-repeat bottom; }
#navecards a:link, #navecards a:visited { width:69px; background: url(../images/layout/nav_desktops.gif) no-repeat bottom; }
#navaboutus a:link, #navaboutus a:visited { width:68px; background: url(../images/layout/nav_aboutus.gif) no-repeat bottom; }

 #navsearch
{
   position:relative;
   padding-left: 10px;
   padding-top: 6px;
}

#tbSearch
{
    background-color:#8F5C40;
    border: 1px solid #885333;
    font-size: 120%;
    width: 95px;
    height: 17px;
    color: #fff;
    *margin-bottom: 5px;/*ie hack*/
}

#btnSubmitSearch
{
    width:50px;
    height:21px;
    color:#fff;
    font-family:'trebuchet ms',helvetica,sans-serif;
    font-size:84%;
    font-weight:bold;
    background-color:#5B2F16;
    border:1px solid #6F4832;
    padding-bottom:4px;
    margin-bottom:4px;
    _margin-bottom:0;/*ie hack*/
}

/*---------------
MAIN CONTENT
----------------*/
#homecontent
{
    width:730px;
}

#content
{
    width:730px;
    background:#fff;
    padding: 20px;
}

#content a
{
    color:#336633;
}

#content a:hover
{
    text-decoration:none;
}

#content a:visited
{
    color:#5f9645;
}

.pullout
{
    float:right;
    padding:10px;
    margin:10px;
    /* background-color:#EDF4C1;*/
    background-color:#5f2002;
    border: 5px solid #4d1d02;
}

.pullout a
{
	color:#fff !important;
}

.pullout a:hover
{
	color:#EDF4C1 !important;
	text-decoration:none !important;
}

#content ol li
{
    margin-left: 25px;
    padding:5px 0;

}

#content ul li
{
    margin-left:15px;
	padding:5px;
}

#content .nobullets li
{
    list-style:none;
	margin-left:0;
}



/*---------------
FOOTER
----------------*/

#footer ul
{
	list-style:none;
}

#footer ul li
{
	float:left;
}

#footer
{
	height: 85px;
	background: url(../images/layout/footerbg.gif) repeat-x;
	padding-left: 50px;
	padding-top: 18px;
	line-height: 2em;
}

#footer li a
{
	padding: 0 10px;
	text-align: center;
	color: #fff;
	text-decoration:none;
	font-size:95%;
	border-right: #fff solid 1px;
} #footer li a.last {border-right:none;}

#footer li a:hover
{
	text-decoration:underline;
}


