@charset "utf-8";
/* CSS Document */

/*
  
 * Filename		 		style.css
 * Website				
 * Author				InMotion Hosting - http://inmotionhosting.com 

 */

html, body {
	margin:0;
	padding:0;
	background: #4f6572;
}
body {
	line-height:1.3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
h1, h2, h3, h4, h5, h6 {
	color:#172b37;
	margin-bottom:10px;
}
h1 {
	font-size:28px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:16px;
}
h5 {
}
h6 {
}
#content p, #content ul {
	margin-bottom:20px;
}
#content ul li {
	list-style:disc;
	margin-left:30px;
}	
a:link, a:visited {
	text-decoration:none;
	outline:none;
}
a:hover, a:focus {
	text-decoration:underline;
	outline:none;
}
/* want rounded corners?  Add this class to your containers for instant gratification -- adjust the curve as needed */

.rounded-corners {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
/* insert this class where you need to clear inline items */
.clearall {
	clear:both;
}
/* float images left or right - adjust margins as needed */
.left-img {
	float:left;
	margin:0 10px 0 0;
}
.right-img {
	float:right;
	margin:0 0 0 10px;
}
/*** LAYOUT STYLES ***/

#header-wrap, #leaderboard-wrap, #nav-wrap, #content-wrap, #footer-wrap {
	width:100%;
}
#header, #leaderboard, #nav, #content, #footer {
	margin:0 auto;
	width:960px;
	position:relative;
}
/* HEADER */

#header-wrap {
	background:url(../_img/header-bg.png) repeat-x;
}
#header {
}
#logo {
	float:left;
	margin-left:-100px;
}
#contact-info {
	float:right;
}
/* NAVIGATION */
#nav-wrap {
	background:url(../_img/nav-wrap-bg.png) repeat-x;	
	height:51px;
	padding-top:13px;
}
#nav {
	background:url(../_img/nav-bg.png) no-repeat;
	height:50px;

}
#nav ul {
	display:block;
	padding-left:6px;
}
#nav li {
	float:left;
	border-right:1px solid #80929c;
	height:49px;
	margin-top:1px;
}
#nav li:hover {
	background:url(../_img/nav-li-hover-bg.png) repeat-x;	
}
#nav li a, #nav li a:visited {
	color:#fff;
	font-size:12px;
	line-height:49px;
	display:block;
	padding:0px 30px;
}
#nav li a:hover, #nav li a:focus {
	text-decoration:none;
}
/* LEADERBOARD */

#leaderboard-wrap {
	background:#d1d7da;
	height:262px;
	border-top:5px solid #b7bdc0;
	border-bottom:5px solid #b7bdc0;
	margin:5px 0px;
}
#leaderboard {
}
#leaderboard p {
	font-size:32px;
	color:#333300;
	text-align:center;
	width:800px;
	margin:30px auto;
}
#leaderboard #tagline {
	font-size:32px;
	color:#333300;
	text-align:center;
	width:800px;
	margin:30px auto;
	font-weight:bold;
	font-size:20px;
	color:#333333;
}
/* CONTENT */

#content-wrap {
	background:#bac4c9;
	min-height:203px;
	padding-top:20px;
}
#content {
	overflow:hidden;
}
#content-left {
	float:left;
	width:470px;
	font-size: 18px;
}
#content-right {
	float:right;
	width:470px;
}
/* FOOTER */

#footer-wrap {
	background:#bac4c9;
}
#footer {
	background:url(../_img/footer-bg.jpg) no-repeat;
	height:48px;

}
#footer p {
}
#footer a, #footer a:visited {
	color:#fff;
}
#footer a:hover, #footer a:focus {
}
#contact {
}
#contact p {
}
#social {
}
#copyright {
}
#copyright p {
	font-size:11px;
	color:#fff;
	line-height:48px;
	margin-left:20px;
	float:left;
}
#copyright a, #copyright a:visited {
}
#copyright a:hover, #copyright a:focus {
}
/* Errors */

#404wrap {
	margin:20px auto;
	width:800px;
	height:400px;
	background:#f2f2f2;
	border:1px solid #e3e3e3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#404wrap h1 {
	font-size:18px;
	margin:20px;
	text-align:center;
}
#404wrap p {
	margin:20px;
	text-align:center;
}
#404wrap ol {
	margin:40px;
}
#404wrap ul {
	margin:40px;
}
#404wrap li {
	padding-bottom:8px;
}
#404wrap a:link, #404wrap a:visited {
	color:#01759d;
	text-decoration:none;
	outline:none;
}
#404wrap a:hover, #404wrap a:focus {
	color:#e26c1d;
	text-decoration:underline;
	outline:none;
}
.btn {
	width:183px;
	height:29px;
	background:url(../_img/btn-bg.jpg) no-repeat;	
	margin:0px auto;
}
.btn:hover {
	width:183px;
	height:29px;
	background:url(../_img/btn-bg-hover.jpg) no-repeat;	
}

.btn a {
	line-height:29px;
	font-size:14px;
	color:#fff;
	text-align:center;
	display:block;
}

.btn a:hover {
	text-decoration:none;	
}
#header #services {
  margin-left: -85px;
  margin-top: 40px;
  position: relative;
  z-index: 5;
}
#header-pics {
	position:absolute;
	top:10px;
	right:-40px;
}
	
#content img {
 	border:1px solid #112F40;	
}
#social {
	float:right;
	margin-top:1px;
	margin-right:20px;	
}

#disclaimer {
text-align:center;
}

#new-form {
  margin-bottom: 55px;
  margin-top: 35px;
  text-align: center;
}
.gift-certificate {
	font-size: 18px;
	 color: #172b37;
	 	font-weight: bold;
}
#inspiration {
	
   margin-left: -5px;
    margin-top: 40px;
    position: relative;
    z-index: 5;
	height: 0px;
	
}
#inspiration li{
	
   background: url("../_img/btn-bg-hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 55px;
    padding-right: 29px;
    position: relative;
    right: 141px;
    top: 13px;
    width: 165px;
	 color: #fff;
    font-weight: bold;
    padding: 0 0 0 21px;
	text-decoration: none;
}
#inspiration li:hover{
	
   background: url("../_img/btn-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 55px;
    padding-right: 29px;
    position: relative;
    right: 141px;
    top: 13px;
    width: 165px;
}



