/* ========================================================
    CSS STYLES FOR BIG FISH BRANDING
   ======================================================== */   


/* PAGE ELEMENTS */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/elements/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container {
	text-align: left;
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#mastheadBG {
	background-image: url(../images/elements/masthead.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	height: 300px;
	width: 1040px;
}

/* This div method is necessary for masthead links to work in IE 5.5 and 6 with PNG Fix */
#masthead {
	position: absolute;
	left: 0px;
	top: 0px;
}

#mastheadImg {
	height: 300px;
	width: 1040px;
}

#balloons div {
	display: none;
}

#content {
	background-image: url(../images/elements/bg_content.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 960px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 34px;
	overflow: auto; /* This will let this div expand with the floated divs */
	position: relative;
}

#nav {
	background-image: url(../images/elements/bg_nav.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 916px;
}

.nav {
	margin-left: 10px;
}

#contentLeft {
	display: inline; /* Solves some layout problems in IE */
	float: left;
	width: 596px;
	margin-top: 12px;
	margin-left: 48px;
}

#contentRight {
	float: left;
	width: 201px;
	margin-top: 9px;
	margin-left: 33px;
}

#contentLeft2 {
	display: inline; /* Solves some layout problems in IE */
	float: left;
	width: 620px;
	margin-top: 12px;
	margin-left: 48px;
}

#contentRight2 {
	float: left;
	width: 201px;
	margin-top: 9px;
	margin-left: 9px;
}

#minHeight {
	margin: 0px;
	height: 360px;
	width: 0px;
}

#searchBox {
	background-image: url(../images/elements/bg_searchbox.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 280px;
	width: 201px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#searchButton {
	height: 38px;
	width: 132px;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
}

#goGreenButton {
	height: 60px;
	width: 64px;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 120px;
	text-align: right;
}

#blogRight {
	text-align: center;
	width: 201px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#bottomGradient {
	background-image: url(../images/elements/grad_bottom.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	height: 20px;
	width: 100%;
}

.bottomGradientMin {
	height: 10px;
	width: 1040px;
}

#containerBottom {
	text-align: left;
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}

#contentBottom {
	width: 820px;
	margin-top: 0px;
	margin-left: 82px;
}

#bottomLinks {
	margin: 0px;
}

.bottomLinksDiv {
	width: 34px;
}

#grayruleBottom {
	background-image: url(../images/spacer_999999.gif);
	background-repeat: repeat-x;
	background-position: 0px 12px;
	height: 22px;
}

/* MASTHEAD WORD BALLOON POSITIONING */

#bal24hourRush {
	position: absolute;
	top: 100px;
	left: 36px;
}

#balClientList {
	position: absolute;
	top: 131px;
	left: 197px;
}

#balRequestQuote {
	position: absolute;
	left: 235px;
	top: 117px;
}

#balRequestPacket {
	position: absolute;
	left: 414px;
	top: 99px;
}

#balPrintDesign {
	position: absolute;
	left: 565px;
	top: 110px;
}

#balTradeShow {
	position: absolute;
	left: 779px;
	top: 4px;
}

#balGreenProducts {
	position: absolute;
	left: 823px;
	top: 51px;
}

#balProductSearch {
	position: absolute;
	left: 350px;
	top: 158px;
}

#balBrandedApparel {
	position: absolute;
	left: 430px;
	top: 195px;
}

#balPromoProducts {
	position: absolute;
	left: 727px;
	top: 230px;
}

#balMarineDealers {
	position: absolute;
	left: 739px;
	top: 241px;
}

#balContactUs {
	position: absolute;
	left: 818px;
	top: 223px;
}

/* HTML TAGS */

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000066;
	margin-top: 0px;
	margin-bottom: 3px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 3px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 3px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

div {
	margin: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* CLASSES */

.head {
	margin-top: 0px;
	margin-bottom: 2px;
}

.text9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #333333;
}

.grayrule {
	background-image: url(../images/spacer_999999.gif);
	background-repeat: repeat-x;
	background-position: 0px 11px;
	height: 23px;
	width: 596px;
}

.grayruleHead {
	background-image: url(../images/spacer_999999.gif);
	background-repeat: repeat-x;
	background-position: 0px 7px;
	height: 20px;
}

.picRight {
	margin-top: 4px;
	margin-left: 8px;
}

.list01 {
	text-indent: -0.95em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0.95em;
}

.list02 {
	text-indent: -0.95em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 0.95em;
}

.solid {
	line-height: 13px;
}

.solid p {
	margin-top: 0px;
	margin-bottom: 4px;
}

.boldBlue {
	font-weight: bold;
	color: #000066;
}

.underline {
	text-decoration: underline;
}

/* FORMS */

.formFields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #333333;
	height: 18px;
	width: 290px;
	border: 1px solid #999999;
	border-collapse: collapse;
}

.formFields2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #333333;
	height: 18px;
	width: 100px;
	border: 1px solid #999999;
	border-collapse: collapse;
}

.formArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #333333;
	height: 106px;
	width: 290px;
	border: 1px solid #999999;
	border-collapse: collapse;
}


/* LINK STYLES */

a:link, a:active, a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

a:hover {
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}

#bottomLinks p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	text-indent: -1em;
	margin: 0px;
	padding-left: 1em;
}

#bottomLinks a:link, #bottomLinks a:active, #bottomLinks a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none; 
}

#bottomLinks a:hover {
	font-weight: normal;
	color: #000066;
	text-decoration: none; 
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	color: #999999;
	text-align: center;
	margin-bottom: 10px;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	font-weight: normal;
	color: #999999;
	text-decoration: none; 
}

#copyright a:hover {
	font-weight: normal;
	color: #000066;
	text-decoration: none; 
}

#breadcrumbs, #breadcrumbs td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #666666;
	padding-right: 16px;
}

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

#breadcrumbs a:hover {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

#factSheet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	text-align: right;
}

#factSheet a:link, #factSheet a:active, #factSheet a:visited {
	color: #333399;
	text-decoration: none;
	font-weight: normal;
}

#factSheet a:hover {
	color: #000066;
	text-decoration: none;
	font-weight: normal;
}

