/* CSS Document
CREATED BY SQUAWK CREATIVE
Authour: 	Paul Hewett
Date: 		June 2009
Client: 	Gnashers

SQUAWK CREATIVE AGENCY 
studio@squawkcreative.com
www.squawkcreative.com
ALL RILGHTS Reserved
*/

/*----------------------------------------------------------------GENERAL CSS*/
*{
padding: 0em; 
margin: 0em;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

body{
background:#686760;
}

h1{
font-size: .9em;
color:#990000;
margin: 0 0 8px 0;
}

h2{
	font-size: .7em;
	color:#990000;
	font-weight:lighter;
	width: 250px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding: 0;
}

h3{
	font-size: .6em;
	color:#990000;
	font-weight:lighter;
	width: 720px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 30px;
	padding: 0;
}

p, ol, ul{
font-size: .75em;
text-align:justify;
color:#CCC;
margin:0;
padding:0;
}


ul{
list-style: none;
margin:0;
padding:0;
}

li{
margin:0;
padding:0;
display:inline;
font-size:12px;
}

a{
margin:0;
padding:0;
text-decoration: none;
color:#333;
font-size: 15px;
}

a:hover{
color:#CC3300;
}

body#home a#homeLink,
body#gallery a#galleryLink,
body#contact a#contactLink{
	color:#990000;
	background:;
}

/*----------------------------------------------------------------COLOURS */
.red{color:#990000;}


/*----------------------------------------------------------------DIVS */


/*---------------------------------------------------------WRAP & HEADER */

#wrapper{
background-color:#FFF;
margin: 25px auto;
padding: 0;
overflow:auto;
width: 760px;
}

.logo{
float:right;
background: url(images/gnashers_logo.gif) no-repeat bottom right;
width:220px;
height:92px;
margin: 15px 30px 0 0;
padding: 0;
}

/*----------------------------------------------------------------NAVIGATION */
#nav img { border: none; }
#nav li { display: inline; list-style:none; }
#nav li a { float: left; display:block; width: 65px; height: 20px; margin: 95px 0 0 25px; }
#nav li a img {  border:none; vertical-align:bottom; /* for IE6 */}
#nav li a:hover { visibility:visible; /* for IE6 */ }
#nav li a:hover img { visibility:visible; /* for IE6 */ }
#nav li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

#home { background:url(menu_button/home_red.jpg) no-repeat left bottom; }
#gallery { background:url(menu_button/gallery_red.jpg) no-repeat left bottom; }
#contact { background:url(menu_button/contact_red.jpg) no-repeat left bottom; }



/*----------------------------------------------------------------ROWS & COPY */
#topRow{
height: 120px;
background: #FFF url(images/header.gif) no-repeat;
padding: 0 0 0 -30px;
margin: 0;
}


#bottomRow{
clear: both;
background: #111 url(images/footer.gif) no-repeat top;
height: 85px;
width: 760px;
padding:0;
margin:0;
}

#bottomRow ul{
list-style: none;
margin: 0;
padding: 0 0 0 20px;
}

#bottomRow li{
margin: 0 0 0 10px;
display:inline;
font-size:10px;
color:#FFF;
}

#bottomRow a{
text-decoration: none;
color:#FFF;
font-size: 10px;
}

#bottomRow a:hover{
color:#990000;
}


/*----------------------------------------------------------------IMG SLICES */

#imgSlice{
clear:both;
width: 730px;
height:316px;
background:#FFFFCC url(images/home_slice.jpg) no-repeat;
overflow:auto;
padding: 10px 0 0 30px;
margin: 0;
}


#imgSlice_gallery{
clear:both;
width: 730px;
height:316px;
background:#FFFFCC url(images/gallery_slice.jpg) no-repeat;
overflow:auto;
padding: 10px 0 0 30px;
margin: 0;
}

#imgText{
clear:both;
float:left;
margin: 0;
padding: 0;
width: 400px;
}

#imgText p{color:#CCCCCC;}

/*---------------------------------------------------------------- TABLES */

table {
width: 100%;
border-collapse: collapse;
margin:0 0 10px 0;
}

td, th{
font-size: .65em;
padding: 2px 4px 2px 4px;
}

th{
text-align: left;
background-color: #2C1A03;
color: #FFFFFF;
}


/*----------------------------------------------------------------CONTACT INFO */

#contactInfo{
clear:both;
float: left;
margin: 0;
padding: 0;
}

#contactInfo ul{
list-style: none;
margin: 0;
padding: 0;
}

#contactInfo li{
display: block;
color:#CCCCCC;
}

#contactInfo a{
text-decoration: none;
color:#CCC;
font-size: 9pt;
padding: 0;
}

#contactInfo a:hover{
color: #990000;
}

/*---------------------------------------------------------------- IMAGE GALLERY 1 */

.gallery li {
	width: 90px;
	background-color: #EBEBEB;
	margin: 0 10px 10px 0;
	float: left;
	list-style-type: none;
	text-align: center;
	height: 75px;
	border: none;
}

.gallery img {
	clear: 					both;
	margin-right: 			auto;
	margin-left: 			auto;
	margin-top: 			0;
	padding:	            0;
	text-decoration: 		none;
	border-top-width: 		0px;
	border-right-width: 	0px;
	border-bottom-width: 	0px;
	border-left-width: 		0px;
	border-top-style: 		none;
	border-right-style: 	none;
	border-bottom-style: 	none;
	border-left-style: 		none;
}
.gallery a {
	color: 					#333333;
	text-decoration: 		none;
	line-height: 			normal;
	font-weight: 			bold;
}
.gallery a:hover {
	text-decoration: 		underline;
	line-height: 			normal;
	font-weight: 			bold;
	color: 					#289BA2;
	}

/*----------------------------------------------------------------FOOTER */
#footer{
margin: -20px auto;
padding: 0;
height: auto;
overflow:auto;
width: 720px;
}

#footer p{
color:#333;
font-size: 11px;
text-align:center;
}

#footer a{
text-decoration:none;
color:#FFF;
font-size:11px; important!
}

#footer a:hover{
text-decoration:none;
color:#FF0000;
font-size:11px; important!
}


