@charset "utf-8";
/* main CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126    License: none (public domain) */

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Arial, "Century Gothic", Calibri, sans-serif;
}
.imgleft {
	width: 700px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
	background-color: #85B5F5;
	background-attachment: fixed;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 100%;
}
.slidecontainer {
	width: 100%;
	margin-bottom: 50px;
}

.slidecontainer .slideshow {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	background-image: url(images/slides/slideBG2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-box-shadow: 3px 5px 10px #000;
	-webkit-box-shadow: 3px 5px 10px #000;
	-o-box-shadow: 3px 5px 10px #000;
	box-shadow: 3px 5px 10px #000;
}
.slideshow img:hover {
	cursor: pointer;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------*/

*{ margin: 0px;
    padding: 0px;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
h1 {
	font-size: 160%;
	margin-right: 20px;
	margin-left: 20px;
}
h2 {
	font-size: 120%;
	margin-right: 20px;
	margin-left: 20px;
}

a img { 
	border: none;
}
.img_right {
	float: right;
	margin-right: 35px;
	border: 3px solid #FFF;
}
.img_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	border: 3px solid #FFF;
}

.extraspace {
	height: 130px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	float: right;
}
#request {
	height: 75px;
	width: 1024px;
	margin-top: -30px;
	margin-right: auto;
	margin-left: auto;
	z-index: 99999;
}
#request img {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #request img a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}






a {
	outline: 0;
	color: #FFF;
	text-decoration: none;
	font-style: italic;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



	
a:visited {
	font-style: italic;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCC;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}

#header {
	height: 204px;
	width: 943px;
	z-index: -1;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header img {
	padding: 0px;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 55px;
}
#content {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 1000px; /*was 775px */
	margin-top: 25px;
	background-image: url(images/contentmainBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size:100%;
	margin-bottom: 40px;
	-moz-box-shadow: 3px 5px 10px #fff;
	-webkit-box-shadow: 3px 5px 10px #fff;
	-o-box-shadow: 3px 5px 10px #fff;
	box-shadow: 3px 5px 10px #fff;
	padding-bottom: 40px;
	padding-top: 20px;

}

#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*Content 2 is for the consecutive pages */
#content2 {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 15px;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	color: #FFF;
	background-image: url(images/contentmainBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	-moz-box-shadow: 3px 5px 10px #fff;
	-webkit-box-shadow: 3px 5px 10px #fff;
	-o-box-shadow: 3px 5px 10px #fff;
	box-shadow: 3px 5px 10px #fff;
	}
#content2 #nav {
	float: right;
	width: 220px;
	margin-left: 25px;
	margin-right: 0px;
}
.shopnav {
	width: 220px;
	float: right;
	margin-top: 0px;
}

#content2 #nav li {
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: .9em;
	height: 25px;
	background-image: url(images/navred.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	font-weight: bold;
}
#content2 #nav li:hover {
	background-image: url(images/navred_hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #0669F8;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	-moz-box-shadow: 3px 5px 10px #fff;
	-webkit-box-shadow: 3px 5px 10px #fff;
	-o-box-shadow: 3px 5px 10px #fff;
	box-shadow: 3px 5px 10px #fff;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #6FF;
	border-bottom-color: #6FF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content2 #nav li a {
	text-decoration: none;
	padding-left: 15px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content2 #nav li a:hover {
	color: #FFF;
	text-decoration: none;
	padding-left: 15px;
	text-shadow: 0.1em 0.1em 0.05em #333;
}
#content2 p {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#content2 h2 {
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}

ul.boxes {
	width: 740px;
	float: left;
	margin-bottom: 25px;
	margin-top: 10px;
	margin-left: 35px;
	z-index: -1;
}


.boxes li {
	height: 300px;
	width: 700px;
	-moz-box-shadow: 3px 5px 10px #000;
	-webkit-box-shadow: 3px 5px 10px #000;
	-o-box-shadow: 3px 5px 10px #000;
	box-shadow: 3px 5px 10px #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	display: inline;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	color: #5F9FF6;
	background-color: #BDDFF8;
	margin-bottom: 20px;
}
.boxes .promo {
	background-image: url(images/promotionals.png);
	background-repeat: no-repeat;
	background-position: center -10px;
	z-index: -1;
}

.boxes li p {
	font-size: 0.9em;
	text-align: justify;
	color: #0A57A4;
}

.boxes li h3 {
	color: #FFF;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(images/boxesBG.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.boxes li .readmore{
	text-align: right;
	position: relative;
	top: 190px;
	height: 20px;
	width: 110px;
	float: right;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #0063FE;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-box-shadow: 3px 5px 10px #000;
	-webkit-box-shadow: 3px 5px 10px #000;
	-o-box-shadow: 3px 5px 10px #000;
	box-shadow: 3px 5px 10px #000;
}
.boxes li .readmore p a{
	color: #FFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
.boxes li .readmore p a:hover {
	color: #FFF;
	text-decoration: none;
}
.boxes li .whatshot {
	float: left;
	width: 350px;
	margin-top: 25px;
}
.boxes li h3 a {
	color: #FFF;
}
.boxes li h3 a:hover {
	color: #CCC;
}
.boxes li h3 a:visited {
	color: #FFF;
}

.boxes li .whatshot p {
	text-align: center;
}
.boxes li .whatshot p img {
	border: 3px solid #FFF;
	margin-top: 20px;
	margin-bottom: 0px;
}



.footer {
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	height: 188px;
	background-image: url(images/redFooterBG.jpg);
	background-repeat: no-repeat;
	background-position: -200px 40px;
}

#webmaster {
	clear: both;
	width: 100%;
	font-size: x-small;
	margin-bottom: 10px;
}

.boxes2 li h3 img {
	margin-left: -9px;
}


ul.boxes2 {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

.boxes2 li {
	float: left;
	height: 180px;
	width: 290px;
	margin-right: 3px;
	margin-left: 3px;
}
.boxes2 li p {
	font-size: .9em;
	text-align: center;
	margin-top: 10px;
	margin-left: -10px;
}
.boxes2 li h3 {
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/footerbuttonBG.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.boxes2 li h4 {
	text-align: center;
}

.staticbanner  {
	background-image: url(images/slides/slideBG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 3px 5px 10px #000;
	-webkit-box-shadow: 3px 5px 10px #000;
	-o-box-shadow: 3px 5px 10px #000;
	box-shadow: 3px 5px 10px #000;
	padding: 0px;


}
.staticbanner h1 {
	text-align: center;
	background-image: url(images/photobannerBG.png);
	background-repeat: no-repeat;
	background-position: center 250px;
	padding-top: 255px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
.homepage {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
.bullets li {
	list-style-type: square;
	margin-left: 80px;
}
dl {
	margin-left: 25px;
}

dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}
dl dd {
	margin-left: 40px;
}

dl dd a  img{
	text-decoration: none;
	border: 3px solid #FFF;
}
dl dd a img:hover {
	text-decoration: none;
	border: 3px solid #3FF;		
	-moz-box-shadow: 3px 5px 10px #fff;
	-webkit-box-shadow: 3px 5px 10px #fff;
	-o-box-shadow: 3px 5px 10px #fff;
	box-shadow: 3px 5px 10px #fff;
}
.red {
	color: #3FF;
	text-decoration: none;
	text-shadow: 0.1em 0.1em 0.05em #333;
}
.pink {
	color: pink;
	text-decoration: none;
	text-shadow: 0.1em 0.1em 0.05em #333;
}
ul.catalogues {
	float: left;
	width: 750px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.catalogues li {
	float: left;
	height: 250px;
	width: 168px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
}
.catalogues li img {
	height: 175px;
	width: 146px;
	margin-left: 11px;
}

.catalogues li p {
	padding-top: 9px;
	padding-bottom: 10px;
	font-size: 0.9em;
	background-image: url(images/catalogueBGred.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-shadow: 0.1em 0.1em 0.05em #333;
	font-weight: bold;
}
form .nextpage {
	float: right;
}
form .prevpage {
	float: left;
	clear: none;
}
.currentpage {
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3FF;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
li.current {
	padding-top: 10px;
	padding-bottom:10px;
	color: #9FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/navbghover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 15px;
	text-shadow: 0.1em 0.1em 0.05em #333;
}
li.current:before {
	content: "\25B6";
	color: #3FF;
}
dl.hotitems {
	margin-top: 40px;
}
.hotitems dt {
	margin-top: 40px;
}
.search {
	float: right;
	width: 215px;
	margin-right: 20px;
	margin-left: 20px;
}
.search a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
.bigbold {
	font-weight: bold;
	font-size: 1.4em;
}
.25yrs {
	float: left;
	height: 150px;
	width: 150px;
	z-index: 99999;
	margin-left: 45px;
}
#facebook {
	background-color: #FFF;
	width: 225px;
	margin-left: 40px;
}
