@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Century Gothic, Arial, Helvetica;
	color: #535355;
	font-size: 15px;
}

body {
	background-image: url(../images/bkgd-main.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #7ea6d7;
}

a:visited {
	color: #7ea6d7;
}

a:hover {
	color: #76C0E4;
}

a:active {
	color: #7ea6d7;
}

/* FF link outline fix */

a {
  outline: none;
}

:-moz-any-link:focus {
  outline: none;
}

/* End FF link outline fix */

h1 {
	color: #7ea6d7;
	font-size: 24px;
	font-weight: lighter;
	margin-top: 10px;
	text-transform: uppercase;
	}
	
hr {
	border-top: 1px solid #7ea6d7;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
	
h2 {
	color: #8C8D8E;
	font-size: 20px;
	font-weight: lighter;
	}
	
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
	
li { 
	background: url(../images/bullet2.png) left top no-repeat;
	padding-left: 30px;
	}
	
p img {
	border:none;
	}

.signiture {
	color: #7ea6d7;
	font-style:italic;
	margin-top: -15px;
	}
	
form {
	margin: 0px;
	}

/* Classes */

.submit-button {
	padding-top: 10px;
	}
	
.img {
	border: 1px solid #7ea6d7;
	}

	
/* Layout */

#PageWrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
	border-left: 1px solid #7ea6d7;
	border-right: 1px solid #7ea6d7;
	}
	
#HeaderWrapper {
	width: 1000;
	height: 170px;
	background-image: url(../images/bkgd.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	}


	
#Logo {
	position:absolute;
	float:left;
	width: 334px;
	height: 86px;
	}	
	
#Nav {
	float:right;
	width: 666px;
	margin-left: 334px;
	margin-top: 56px;
	}
	

	
#LeftNav {
	margin-top: 10px;
	margin-left: 15px;
	width: 225px;
	float:left;
	font-size: 12px;
	}
	
#LeftNav a:link {
	color: #535355;
	text-decoration: none;
	}
	
#LeftNav a:visited {
	color: #535355;
	text-decoration: none;
	}
	
#LeftNav a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#LeftNav a:active {
	color: #535355;
	text-decoration: none;
	}

#ContentWrapper {
	min-height: 700px;
	width: 1000px;
	background-color: #ffffff;
	padding-top: 30px;
	}	
	
#Content {
	width: 745px;
	margin: 0px 0px 0px 240px;
	padding-bottom: 25px;
	}
	

#ContentBlog {
	width: 1000px;
	margin: 0px;
	}
	
#FooterWrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 84px;
	
	clear: both;
	background-color: #7EA6D7;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
#Footer {
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/urbancoast_07.png);
	background-position: top right;
	background-repeat:no-repeat;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#FooterContent {
	padding-left: 10px;
	}
	
#FooterIcons {
	float:left;
	width: 300px;
	}
	
#FooterIcons img{
	padding: 2px;
	border: none;
	}
	

	
#Footer a:link {
	color: #ffffff;
}

#Footer a:visited {
	color: #ffffff;
}

#Footer a:hover {
	color: #000000;
}

#Footer a:active {
	color: #ffffff;
}


#GalleryNav {
	width: 576px;
	padding-left: 90px;
	}
	
#ProductGallery img{
	padding: 5px;
	border: none;
	}
	
#Icons {
	float: right;
	background: #7ea6d7;
	border: 1px solid #fff;
	width: 65px;
	padding: 2px;
	position:fixed;
	top: 0px;
	margin: 5px 5px 0 -75px;
	text-align: center;
}

#Icons img{
	padding: 2px 0;
	border: none;
}

.TwoColumn {
	float:left;
	width: 48%;
	padding-left: 10px;
}

.clear {
	clear: both;
}

.ThreeColumn {
	float:left;
	height: 175px;
	text-align: center;
	width: 33%;
}

.GalleryButtons {
	text-align: center;
}

.GalleryButtons img{
	border: 0;
	padding: 5px;
}
