@charset "utf-8";
/* CSS Document for Natural Gift Seafoods */

/* Reset Styles */
/*-------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
}

body {
	background: #000000 url(../images/background.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #616c6c;
}

:focus                  { outline: 0; }
a                       { text-decoration:none; color:#4b2407; }
a:hover                 { text-decoration:underline; color:#4b2407; }
strong                  { font-weight:bold; }
em                      { font-style:italic; }
ol, ul                 	{ list-style: none; }
table                   { border-collapse: separate; border-spacing: 0; }
caption, th, td         { text-align: left; font-weight: normal; }
td                      { padding:2px; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q           { quotes: "" ""; }
p						{ padding-top: 20px; }

#content ul{
	list-style-type: circle;
	padding: 0 0 0 15px;
}
#content ul li{
	padding-top: 0;
}
#content ul li ul li{
	padding-top: 0;
}
#content ul li ul{
	padding: 0 0 0 22px;
}



/* Container */
/*-------------------------------------*/

#container{
	width:960px;
	margin:0 auto;
	background: url(../images/bgContainer.jpg) no-repeat top center;
	min-height: 721px;
	padding-bottom: 40px;
}

#box{
	width: 857px;
	background: url(../images/bg.png) repeat-y;
	margin: 0;
	padding: 0;
	margin-left: 37px;
}

#boxinner, #boxinnerproducts, #boxinnerorder, #boxinnertunafacts, #boxinnerphotogallery, #boxinnercontact, #boxinnerfishingvideo{
	width: 960px;
	margin: 31px 0 0 0;
	padding: 0;
	padding-top: 83px;
	padding-bottom: 40px;
	margin-left: -36px;
}

#content{
	width: 510px;
	margin-left: 87px;
	/*margin-top: 20px;*/ /*this is only needed if there is no paragraph, the paragraph has 20px top padding.*/
	min-height: 364px;
}

#contentproduct{
	width: 530px;
	margin-left: 87px;
	padding-top: 20px;
	min-height: 364px;
}

/*begin header images for pages - this can be changed if your content management system has a way of identifying pages so you only need to use one variable instead, for now you can use the method below*/

#boxinner{
	background: url(../images/boxbg1.jpg) no-repeat top left;
}

#boxinnerproducts{
	background: url(../images/titles/products.jpg) no-repeat top left;
}

#boxinnerorder{
	background: url(../images/titles/order.jpg) no-repeat top left;
}

#boxinnertunafacts{
	background: url(../images/titles/tunafacts.jpg) no-repeat top left;
}

#boxinnerphotogallery{
	background: url(../images/titles/photogallery.jpg) no-repeat top left;
}

#boxinnercontact{
	background: url(../images/titles/contact.jpg) no-repeat top left;
}
#boxinnerfishingvideo{
	background: url(../images/titles/fishingvideo.jpg) no-repeat top left;
}

#buttons{
	width: 221px;
	float: right;
	padding-top: 125px;
	padding-right: 90px;
}


/* Navigation */
/*-------------------------------------*/

#nav{
	clear: left;
	padding: 25px 0 0 40px;
	width: 500px;
}

/* Styles */
/*-------------------------------------*/

#logo{
	float: left;
	padding-left: 74px;
}

#headerimg{
	float: right;
	position: relative;
	right: 0px;
}

.title{
	font-size: 18px;
	color: #2d3434;
	line-height: 24px;
}

#clickToContact{
	padding-top: 8px;
}

/* Products */
/*-------------------------------------*/

.product{
	width: 171px;
	float: left;
	margin-right: 5px;
}

.producttxt{
	background: url(../images/products/wood.jpg) no-repeat top left;
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	font-size: 11px;
	line-height: 15px;
	min-height: 88px; 
}

/* Footer */
/*-------------------------------------*/

#address{
	padding: 45px 0 0 90px;
}

#footerNav, #copyright{
	padding-left: 90px;
	color: #9c9c9c;
	font-size: 11px;
}

#footerNav a{
	color: #555555;
	text-decoration: none;
}

#footerNav a:hover{
	color: #555555;
	text-decoration: underline;
}

#copyright{
	line-height: 11px;
}

#footerlogo{
	float: right;
	padding: 45px 120px 0 0;
	width: 194px;
}

#oceanWise{
	display: block;
	padding-left: 30px;
}

#fromOurBoat{
	float: left;
	width: 66px;
}

#n9ne{
	padding: 40px 0 0 30px;
}

#footerlogoinner{
	float: right;
	width: 125px;
}