/*Copyright 2006 The Mordale Group, Inc.*/
/*Header.CSS Template for PhotoPost and Zencart*/

@import url("header2.css"); /*Base css file with text resizers and width buttons*/

/*This CSS controls the height of the header and the user1 box. Adjust the height in ems to fit your logo image*/
#header1{height:11.5em;}
/*CSS for logo. Its a image replaced link as an H1 tag*/
#header1 h1 {background:#FFF url('../headers/logo.jpg') no-repeat 0 0;}/*Set the line-height and width equal to your logo image here*/
#header1 h1 a {width:930px;line-height:136px;}

/*Border colors*/
.topbar {background: #900;}
#wrap-a{border: 1px solid #BEBEBE;}
#wrap-b{border: 2px solid #999;}
#wrap {background:#FFF;border:1px solid #D9D9D9;}
#wrap-c{border: 7px solid #FFF;}

/*Sitewide font style, DONT set size here*/
body1 {font-family: Verdana, Arial, Helvetica, sans-serif;color:#666;background:#cccccc;}

/*Main horizontal Navigation*/
#navbar1 .moduletopnav a:link,#navbar1 .moduletopnav a:visited{font:bold 12px Arial,Helvetica,sans-serif;color:#fff;text-decoration:none;}
#navbar1 .moduletopnav a:hover{background:#088AA1;}
