/**********************************************************************
 	*******************************************************************
	Website Name: Gavin Nash Surfboards
	Website URL: http://www.gavinnashsurfboards.com.au/
	Description: A 2 column, wooden, beach & surf style layout
	Version: 1.0
	Author: Adz Power Agencies
	Author URL: http://www.adzpower.com.au/
	*******************************************************************
**********************************************************************/ 
	

/*********************************************************/ 
	/* Colors used:                                */
	/* ------------------------------------------- */
	/* HEX #000000 = BLACK 						   */
	/* HEX #333333 = CHARCOAL					   */
	/* HEX #ED1C24 = RED						   */
	/* HEX #FE353D = RED II						   */
	/* HEX #BA040B = D.RED						   */
	/* HEX #FFFFFF = WHITE						   */
	/* HEX #EFEFEF = L.GREY						   */
	/* HEX #E1DCD5 = L.GREY II					   */
	/* HEX #A87A49 = BROWN						   */
	/* HEX #B48A5A = BROWN II					   */
			
/*********************************************************/ 


/* UNIVERSAL RULES
---------------------------------------- */
body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	background-image: url(images/bg3.jpg);
	background-repeat: repeat;
	background-color: #A87A49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EFEFEF;
}

h1 {
	margin: 0px;
	padding-bottom: 12px;
	color: #A87A49;
	font-size: 15px;
	text-transform: uppercase;
}

h2 {
	margin: 0px;
	padding-bottom: 10px;
	color: #FE353D;
	font-size: 13px;
	text-transform: uppercase;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

b {
}


/* IMG ALIGN */
.right {
	float: right;
	margin-left: 10px;
	margin-top: 3px;
}

.left {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

/* PNG FIX */
img, div { 
	behavior: url(iepngfix.htc);
}

b {
	font-weight: 100;
}


/* TEMPLATE LAYOUT
---------------------------------------- */

/* WRAPPER */
#wrapper {
	width: 980px;
	margin: auto;
	text-align: left;
}

/* HEADER */
#header {
	width: 960px;
	height: 200px;
	margin: auto;
	padding-top: 10px;
	background-image: url(images/gns-main-02.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/* CONTENT */
#content {
	width: 705px;
	float: right;
}

#content h1 {
	padding-left: 42px;
	margin: 0px;
}

#content p {
	margin: 0px;
	padding: 0px 42px 15px 42px;
	text-align: justify;
}

#content .c-top {
	width: 705px;
	height: 60px;
	background-image: url(images/content-top.png);
	background-repeat: no-repeat;
}

#content .c-top img {
	width: 391px;
	height: 23px;
	margin-left: 35px;
	margin-top: 34px;
}

#content .c-mid {
	width: 705px;
	background-image: url(images/content-mid.png);
	background-repeat: repeat-y;
}

#content .c-bot {
	width: 705px;
	height: 50px;
	background-image: url(images/content-bot.png);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
}


/* SIDEBAR */
#sidebar {
	width: 262px;
	float: left;
}

#sidebar h1 {
	color: #FE353D;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}

#sidebar p {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;

}

#sidebar a, a:visited {
	color: #B48A5A;
	text-decoration: none;
}

#sidebar a:hover {
	color: #FFF;
	border-bottom: 1px dashed #B48A5A;
}

#sidebar .s-top {
	width: 262px;
	height: 70px;
	background-image: url(images/sidebar-top.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#sidebar .s-top img {
	height: 23px;
	width: 116px;
	float: left;
	margin-left: 81px;
	margin-top: 35px;
}

#sidebar .s-mid {
	width: 262px;
	background-image: url(images/sidebar-mid.png);
	background-repeat: repeat-y;
	background-position: center center;
	padding-top: 20px;
}

#sidebar .s-nav-mid {
	width: 262px;
}

#sidebar .s-bot {
	width: 262px;
	height: 40px;
	background-image: url(images/sidebar-bot.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 15px;
}

/* MENU */
#menu {
	width: 262px;
	margin: 0px;
	padding: 1px 0px 1px 0px;
	background-image: url(images/sidebar-mid.png);
	background-repeat: repeat-y;
	background-position: center center;
}

#menu ul {
	list-style: none;
}

#menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li a {
	list-style: none;
	color: #FE353D;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	height: 25px;
	margin-left: -40px;
	padding-top: 10px;
	margin-top: 5px;
}

#menu li a:hover {
	background-image: url(images/menu-over.png);
	color: #FFF;
	text-decoration: none;
	border: none;
}


/* FOOTER */
#footer {
	width: 350px;
	height: 60px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

#footer p {
	text-align: right;
	text-transform: uppercase;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E1DCD5;
	padding-bottom: 1px;
}

#footer a, a:visited {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #BA040B;
	border-bottom: 1px dashed #333;
}

/* BOTTOM DECORATION */
#bot-dec {
	width: 100%;
	height: 55px;
	background-image: url(images/bot-dec.png);
	background-repeat: repeat-x;
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
}


/* PAGES LAYOUT
---------------------------------------- */
/* --- HOME */
#home {
	width: 705px;
}

/* HOME IMAGES */
#home #gallery-index {
	width: 645px;
	height: 115px;
	margin: 15px auto 10px auto;
	padding: 0px 0px 0px 60px;
}

#home #gallery-index .box {
	width: 175px;
	height: 115px;
	margin: 0px 10px 0px 10px;
	float: left;
}

/* HOME PRODUCT LOGOS */
#home #products-container {
	width: 215px;
	height: 54px;
	margin: 60px auto 0px auto;
}

#home #products-container .box {
	width: 90px;
	height: 54px;
	float: left;
	margin: 0px 7.3px;
}

#home #products-container .box img {
	border: none;
}

/* --- SURFBOARDS */
#surfboards {
	width: 705px;
}

/* SURFBOARD IMAGES */
#surfboards #gallery-surfboards {
	width: 460px;
	height: 175px;
	margin: 15px auto 0px auto;
	padding: 0px 0px 20px 60px;
}

#surfboards #gallery-surfboards .box {
	width: 115px;
	height: 175px;
	margin: 0px 10px 0px 10px;
	float: left;
}

/* --- CONTACT */
#contact {
	width: 705px;
	height: 350px;
}

#contact p {
	margin: 0px;
	padding: 0px;
	text-align: cener;
}

#contact .contact-box {
	width: 500px;
	height: 350px;
	margin-left: 80px;
	margin-right: 125px;
	background-image: url(images/contact-sign.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#contact .contact-box-info {
	width: 370px;
	height: 225px;
	margin-left: 103px;
	padding-top: 90px;
}

#contact .contact-box-info h1 {
	text-align: center;
	color: #A87A49;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px 0;
}

#contact .contact-box-info h2 {
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	color: #FE353D;
	font-size: 11px;
	text-transform: uppercase;
}

#contact .contact-box-info p {
	text-align: center;
	padding-bottom: 1px;
}

#contact .contact-box-info a, a:visited {
	color: #B48A5A;
	text-decoration: none;
}

#contact .contact-box-info a:hover {
	color: #FFF;
	border-bottom: 1px dashed #B48A5A;
}

/* PRIVACY */
#privacy {
	width: 705px;
}

#privacy h1 {
	text-align: center;
}

#privacy h2 {
	padding-left: 42px;
	padding-top: 10px;
}

#privacy ul {
	padding-left: 100px;
	list-style-type: square;
}

#privacy li {
	padding-bottom: 10px;
}

/* SITEMAP */
#sitemap {
	width: 705px;
	padding-bottom: 337px;
}

#sitemap a, a:visited {
	color: #FFF;
	text-decoration: none;
}

#sitemap a:hover {
	color: #FE353D;
	border-bottom: 1px dashed #B48A5A;
}

#sitemap ul {
	padding-left: 100px;
	list-style-type: square;
	margin: 0px;
}

#sitemap li {
	padding-top: 10px;
}

