/* fergieweb stylesheet - default */

/* catch-all */
* {
    padding: 0;
    margin: 0;
}

/* html tags */
body {
	background-color: #FFFFFF;
	background: url(/assets/bg.gif) repeat;
}

body, p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333366;
}

p {
	margin-bottom: 11px;
}

a:link, a:visited {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: #999999;
}

/* custom classes */
.boxtitle {
	font-size: 11px;
	font-weight: bold;
	color: #000033;
	margin: -5px 0 10px -10px;
}

.subtitle, .giDescription {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666699;
}

.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
	border: 1px dashed #CCCCCC;
	background-color: #F3F3F3;
}


/* box layout */
table.fwBox .tl { width: 5px; height: 5px; background: url(/assets/box_tl.gif) no-repeat; }
table.fwBox .tt { height: 5px; background: url(/assets/box_tt.gif) repeat-x; }
table.fwBox .tr { width: 5px; height: 5px; background: url(/assets/box_tr.gif) no-repeat; }
table.fwBox .ll { width: 5px; background: url(/assets/box_ll.gif) repeat-y; }
table.fwBox .fwBoxBody { background: #FFFFFF; padding: 10px 20px; font-size: 11px; }
table.fwBox .rr { width: 5px; background: url(/assets/box_rr.gif) repeat-y; }
table.fwBox .bl { width: 5px; height: 5px; background: url(/assets/box_bl.gif) no-repeat; }
table.fwBox .bb { height: 5px; background: url(/assets/box_bb.gif) repeat-x; }
table.fwBox .br { width: 5px; height: 5px; background: url(/assets/box_br.gif) no-repeat; }
table.fwBox td { font-size: 1px } /* For IE */
table.fwBox .fwBoxBody td { font-size: 11px; }
td div.h { width: 5px; height: 0; }
td div.v { width: 0; height: 5px; }

.fwBoxBody img { border: 1px solid #99C; padding: 2px; }
.fwBoxBody .giDescription { margin-top: 7px; }


/* specific ids */

/* header */
#fwHeader {
	width: 100%;
	height: 100px;
	margin-bottom: -30px;
	background: url(/assets/header_bg.jpg) repeat-x;
}

/* navigation menu items */
#fwLogo a {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 160px;
    background: url(/assets/fergieweb_logo.gif) no-repeat;
    padding-top: 35px;
    overflow: hidden; /* WIN IE5 hack */
    height: 35px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 0;
    z-index: 6;
    color: #FFFFFF;
    cursor: hand;
}

#fwButAbout a {
    position: absolute;
    top: 30px;
    left: 210px;
    width: 60px;
    background: url(/assets/but_about.gif) no-repeat;
    padding-top: 20px;
    overflow: hidden; /* WIN IE5 hack */
    height: 20px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 0;
    z-index: 6;
    color: #CCCCFF;
    cursor: hand;
}

#fwButAboutActive a {
    position: absolute;
    top: 30px;
    left: 210px;
    width: 60px;
    background: url(/assets/but_about_on.gif) no-repeat;
    padding-top: 20px;
    overflow: hidden; /* WIN IE5 hack */
    height: 20px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 0;
    z-index: 6;
    color: #CCCCFF;
    cursor: hand;
}

#fwButAbout a:hover {
    background: url(/assets/but_about_on.gif) no-repeat;
    color: #CCCCFF;
    cursor: hand;
}


#fwButGallery a {
    position: absolute;
    top: 30px;
    left: 297px;
    width: 70px;
    background: url(/assets/but_gallery.gif) no-repeat;
    padding-top: 20px;
    overflow: hidden; /* WIN IE5 hack */
    height: 20px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 0;
    z-index: 6;
    color: #CCCCFF;
    cursor: hand;
}

#fwButGalleryActive a {
    position: absolute;
    top: 30px;
    left: 297px;
    width: 70px;
    background: url(/assets/but_gallery_on.gif) no-repeat;
    padding-top: 20px;
    overflow: hidden; /* WIN IE5 hack */
    height: 20px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 0;
    z-index: 6;
    color: #CCCCFF;
    cursor: hand;
}

#fwButGallery a:hover {
    background: url(/assets/but_gallery_on.gif) no-repeat;
    color: #CCCCFF;
    cursor: hand;
}


#fwButContact a {
    position: absolute;
    top: 30px;
    left: 392px;
    width: 70px;
    background: url(/assets/but_contact.gif) no-repeat;
    padding-top: 20px;
    overflow: hidden; /* WIN IE5 hack */
    height: 20px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 0;
    z-index: 6;
    color: #CCCCFF;
    cursor: hand;
}

#fwButContactActive a {
    position: absolute;
    top: 30px;
    left: 392px;
    width: 70px;
    background: url(/assets/but_contact_on.gif) no-repeat;
    padding-top: 20px;
    overflow: hidden; /* WIN IE5 hack */
    height: 20px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 0;
    z-index: 6;
    color: #CCCCFF;
    cursor: hand;
}

#fwButContact a:hover {
    background: url(/assets/but_contact_on.gif) no-repeat;
    color: #CCCCFF;
    cursor: hand;
}


/* body elements */
#fwColA { float: left; margin: 20px 0 30px 30px; width: 60%; }
#fwColB { float: left; margin: 20px 0 30px 30px; }

#fwWelcome { }
#fwQuote { margin: 30px 45px 0 30px; }
#fwPhoto { width: 225px; }

#fwAbout { margin: 20px 0 0 30px; width: 350px; }

#fwContact { margin: 20px 0 0 30px; width: 550px; }

