@charset "UTF-8";
body {
	font: 90%/2.0 Helvetica, Arial, sans-serif;
	background:#d6dce1;
	background-image:url(../images/background-7.jpg);
	background-repeat:repeat-y;
	margin: 0;
	padding: 0;
	color: #424447;   
}

/************** Background Banners **************/

#index-banner {
	height:450px;
	width:100%;
	clear:both;
	background-image: url(../images/banner-blue.jpg);
	background-repeat:repeat-x;
	background-position: center center;
	margin:50px 0 0 0;
	z-index:1;
}

#web-banner {
	height:450px;
	width:100%;
	clear:both;
	background-image: url(../images/banner-green.jpg);
	background-repeat:repeat-x;
	background-position: center center;
	margin:50px 0 0 0;
	z-index:1;
}

#print-banner {
	height:450px;
	width:100%;
	clear:both;
	background-image: url(../images/banner-red.jpg);
	background-repeat:repeat-x;
	background-position: center center;
	margin:50px 0 0 0;
	z-index:1;
}

#about-banner {
	height:450px;
	width:100%;
	clear:both;
	background-image: url(../images/banner-grey.jpg);
	background-repeat:repeat-x;
	background-position: center center;
	margin:50px 0 0 0;
	z-index:1;
}

#contact-banner {
	height:450px;
	width:100%;
	clear:both;
	background-image: url(../images/banner-white.jpg);
	background-repeat:repeat-x;
	background-position: center center;
	margin:50px 0 0 0;
	z-index:1;
}



/************** Start Main Styling **************/

#top-wrapper {
	width:980px;
	margin: auto;
}

header {  
	height:250px;
    width:250px;
   	display: inline;
	float:left;
	margin:50px 0 50px 0;
}

#content-wrapper {
	width:980px;
	margin: 0 auto 0 auto;
}

#gallery-image {
	background-color:#b7c018;
	height:444px;
	width:974px;
	margin: auto;
	-webkit-box-shadow:0 0 50px #ffffff; 
	-moz-box-shadow: 0 0 50px #ffffff; 
	box-shadow:0 0 50px #ffffff;
	padding:3px;
	z-index:0;
}

.content {
	padding:50px;
	background-image: url(../images/gallery/index/gallery-back.jpg);
}

#main-full {
 	width:100%;
	clear:both;
	margin:50px 0 50px 0;
	padding: 5px 0px 5px 0px;

}

#main-left {
 	width:470px;
	background-image: url(../images/divider-vertical.png);
	background-position:bottom right;
	background-repeat:repeat-y;
	display: inline;
	float:left;
	margin:50px 0 50px 0;
	padding: 5px 20px 5px 0px;

}

#main-right {
 	width:470px;
	display: inline;
	float:right;
	margin:50px 0 50px 0;
 	padding: 0px 0px 5px 20px;
}

#contact_back {
	background-color:#b7c018;
	width:974px;
	margin: auto;
	-webkit-box-shadow:0 0 50px #ffffff; 
	-moz-box-shadow: 0 0 50px #ffffff; 
	box-shadow:0 0 50px #ffffff;
	padding:25px;
	z-index:0;
}

#contact {
 	width:100%;
	background-image:url(../images/divider-horizontal.png);
	background-position:top left;
	background-repeat:repeat-x;
	clear:both;
	display: inline;
	float:right;
	margin:25px 0 50px 0;
	padding-top:25px;
}

*+html #contact {
    height: none;
}

#buy {
 	width:100%;
	background-image:url(../images/divider-horizontal.png);
	background-position:top left;
	background-repeat:repeat-x;
	clear:both;
	display: inline;
	float:right;
	margin:25px 0 50px 0;
	padding-top:25px;
}


/************** Navigation Styling **************/

nav {
	width:480px;
	background-color:#bbc417;
	color:#fff;
	display: inline;
	float:right;
	list-style: none;
	margin-top:50px;
	padding:5px;
	text-align: center;
}

nav ul {
	color:#FFF;
	list-style: none;
}

nav li {
	display: inline;
}

nav a:link {
	color:#FFF;
	text-decoration: none;
}
nav a:visited {
	color:#FFF;
	text-decoration:none;
}
nav a:hover, a:active, a:focus {
	color:#FFF; 
	text-decoration: underline;
}

#testimonial {
 	width:490px;
	background-image:url(../images/divider-horizontal.png);
	background-position:top left;
	background-repeat:repeat-x;
	display: inline;
	float:right;
	margin-top:25px;
	padding:15px 0 15px 0;
}

#testimonial-bottom {
	width:490px;
	background-image:url(../images/divider-horizontal.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	float:right;
	padding-bottom:15px;

}

/************** Footer Styling **************/

#thumbs {
 	width:980px;
	background-image:url(../images/divider-horizontal.png);
	background-position:top left;
	background-repeat:repeat-x;
	clear:both;
	padding-top:25px;
	margin:auto;
}

#thumbs ul {
	list-style: none;
}

#thumbs li {
	display: inline;
	padding:0 2px 0 3px;
}


/************** Main Link Styling **************/

a img {border: none;}
a:link {color: #bbc417; text-decoration: none; }
a:active {color: #bbc417; text-decoration: underline; }
a:visited {color: #bbc417; text-decoration: none; }
a:hover {color: #bbc417; text-decoration: underline; }
a:focus {color: #000; text-decoration: underline; }


/************** Footer Styling **************/

footer {
	height:160px;
	margin: auto;
	background-image: url(../images/footer-red.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	clear:both;
	margin-top:50px;
}

#footer-wrapper {
	width:980px;
	margin: auto;
	padding:20px 0;
}

#footer-links {
 	float: right;
}

