@charset "utf-8";

/*Start Reset*/
html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" ""; padding-left: 15px;
padding-right: 15px;}abbr,acronym{border:0;}
/*End Reset*/

@font-face {
    font-family: 'AlakoBoldRegular';
    src: url('alakob-webfont.eot');
    src: url('alakob-webfont.eot?#iefix') format('embedded-opentype'),
         url('alakob-webfont.woff') format('woff'),
         url('alakob-webfont.ttf') format('truetype'),
         url('alakob-webfont.svg#AlakoBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

	}
html, body {
	height:100%;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/groovepaper.png);
	background-repeat: repeat;
	}
	
h1 {
	font-size:1.5em;
	font-weight:bold;
	font-style:italic;
	line-height:25px;
	display:block;
	padding:10px;
	color:#ff0000;
	}
	
h2 {
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	line-height:25px;
	display:block;
	padding:10px;
	color:#000098;
	}
h3 {
	font-weight:bold;
	font-style:italic;
	line-height:25px;
	display:block;
	padding:5px;
	color:#000098;
	}
h4 {
	display:block;
	font-family: AlakoBoldRegular, "Times New Roman", Times, serif;
	font-size:2.5em;
	margin-top:20px;
	clear:both;
	}
h5 {
	display:block;
	font-family: AlakoBoldRegular, "Times New Roman", Times, serif;
	font-size:1.8em;
	clear:both;
	}
	
li {
	}
	
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	text-indent:20px;
	}
	
a:link {
	color:#006;
	text-decoration:none;
	}
p a:link {
	color:#006;
	text-decoration:none;
	font-weight:bold;
	}
p a:hover {
	color:#00F;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:visited {
	color:#006;
	}
	
a:hover {
	color:#009
	}
#ribbon {
	position: absolute;
	top: 0;
	left: 850px;
	background-image: url(../images/stars_stripes_right.png);
	z-index: 1;
	background-size: auto 450px;
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	width: 220px;
	}
	
#main-wrapper {
	width: 960px;
	height: 100%;
	margin: auto;
	}
#wrapper {
	position: relative;
	top: 0;
	left: auto;
	z-index: 2;
	height: auto;
	min-height:100%;
	}

#header {
	height:260px;
	position:relative;
	z-index:200;
	padding-left:10px
	}
	
#header img {
	margin-left: 185px;
	margin-top: 25px;
	margin-bottom: 25px;
	}
	
#nav {
	clear:both;
	float:left;
	width:152px;
	height:345px;
	margin-left: 33px;
	margin-top: 10px;
	padding-top:10px;
	}
	
.nav_btn {
	height:27px;
	width:152px;
	padding-left:10px;
	background-repeat:no-repeat;
	}
#nav li a.nav_btn {
	display:block;
	height:27px;
	width:152px;
	padding-left:10px;
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align:left;
	vertical-align: middle;
	cursor: hand;
	text-decoration: none;
	color:#000098
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

#nav li a:hover.nav_btn {background-position:0px -25px;}

#nav li a.active_btn {
	display:block;
	height:27px;
	width:152px;
	padding-left:10px;
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
	background-position:0px -25px;
	text-align:left;
	vertical-align: middle;
	cursor: hand;
	text-decoration: none;
	color:#000098
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

.movedown {
	display:block;
	padding-top:4px;
	}

#contact_top {
	float:right;
	margin: 47px 15px 0px 0px;
	font-size: 2em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000098;
	font-weight: bold;
	}
#tag_top {
	clear:both;
	float:left;
	margin: -15px 20px 0px 185px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	font-weight: bold;
	text-decoration:none;
	}
	
#content_wrapper {
	}
	
#content {
	width:600px;
	float:left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	}
	
#left_side {
	}
	
#news {
	}
	
#right_side {
	}

#footer {
	width:600px;
	margin:auto;
	clear:both;
	text-align:center;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#slider_wrap {
	display:block; 
	margin:auto; 
	width:536px;
	}
	
a.sign_quote {
	display:block;
	height:88px;
	width:204px;
	background-image:url(../images/get_bag_quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align:left;
	vertical-align: middle;
	cursor: hand;
	text-decoration: none;
	float:left;
	}
	
a:hover.sign_quote {background-position:0px -121px;}

.content_tag {
	width:360px;
	font-size:2em;
	color:#ff0000;
	padding-left:25px;
	float:left;
	padding-top: 10px;
	
	}
	
ul.thumb li {
	list-style-type: none;
	}

#content ul {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 15px;
	line-height:20px;
	}
	
.quote_cat {
	display:block;
	margin: auto;
	width: 600px;
	height:300px;
	}

#content ul li {
	padding: 5px 0px 5px 0px;
	}
	
.color_swatch {
	display:block;
	width:110px;
	text-align:center;
	line-height:20px;
	float:left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size:12px;
	}
	
.color_swatch img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
.person_info {
	display:block;
	margin:4px;
	}
	
a.bag_quote {
	display:block;
	height:150px;
	width:295px;
	background-image:url(../images/bag_quote.jpg);
	background-repeat:no-repeat;
	background-position:0px -150px;
	text-align:left;
	vertical-align: middle;
	cursor: hand;
	text-decoration: none;
	float:left;
	margin-right:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
a:hover.bag_quote {background-position:0px 0px;}

a.corro_quote {
	display:block;
	height:150px;
	width:295px;
	background-image:url(../images/corro_quote.jpg);
	background-repeat:no-repeat;
	background-position:0px -150px;
	text-align:left;
	vertical-align: middle;
	cursor: hand;
	text-decoration: none;
	float:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
a:hover.corro_quote {background-position:0px 0px;}

a.banner_quote {
	display:block;
	height:150px;
	width:295px;
	background-image:url(../images/banner_quote.jpg);
	background-repeat:no-repeat;
	background-position:0px -150px;
	text-align:left;
	vertical-align: middle;
	cursor: hand;
	text-decoration: none;
	float:left;
	margin-right:5px;
	margin-top:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
a:hover.banner_quote {background-position:0px 0px;}

a.magnetic_quote {
	display:block;
	height:150px;
	width:295px;
	background-image:url(../images/magnetic_quote.jpg);
	background-repeat:no-repeat;
	background-position:0px -150px;
	text-align:left;
	vertical-align: middle;
	cursor: hand;
	text-decoration: none;
	float:left;
	margin-top:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
a:hover.magnetic_quote {background-position:0px 0px;}



/*Start Slider*/


#s3slider { 
   width: 530px; /* important to be same as image width */ 
   height: 260px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin-left:10px;
	}

#s3sliderContent {
   width: 530px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
	}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
	}

.s3sliderImage span {
   position: absolute; /* important */
   left: 190px;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 300px;
   background-color: #000;
   filter: alpha(opacity=90); /* here you can set the opacity of box with text */
   -moz-opacity: .9; /* here you can set the opacity of box with text */
   -khtml-opacity: .9; /* here you can set the opacity of box with text */
   opacity: .9; /* here you can set the opacity of box with text */
   color: #fff;
   font-weight:bold;
   font-size:.7em;
   display: none; /* important */
   bottom: 20px;
   background: -moz-linear-gradient(left,  rgba(0,0,0,1) 50%, rgba(0,0,0,0.4) 80%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,rgba(0,0,0,1)), color-stop(80%,rgba(0,0,0,0.4)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 50%,rgba(0,0,0,0.4) 80%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,1) 50%,rgba(0,0,0,0.4) 80%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,1) 50%,rgba(0,0,0,0.4) 80%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(0,0,0,1) 50%,rgba(0,0,0,0.4) 80%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */




	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
	}

.clear {
   clear: both;
	}
/*End Slider*/

/*Start Nav drop menu style*/

#nav ul ul  {
	display: none;
	margin: 0;
	padding: 10px;
	width: 215px;
	position: absolute;
	top: 0px;
	left: 125px;
	background-color: #C3C8E0;
	border: solid 1px #b4b4b4;
	z-index:100;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

#nav li  {
	position: relative;
	display:block;
	}

#nav ul li:hover > ul {
	display: block;
	}
#nav ul ul li {
	display:block;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#006;
	font-weight:bold;
	cursor:pointer;
	}
#nav ul ul li:hover {
	background-color:White;
	}
	
/*End Nav drop menu style*/

.spacer {
	margin:10px;
	}
