﻿/*////////// GENERAL RULES //////////*/
html {
height: 101%;
margin-bottom: 1px;}

body {
background: #ffffff url('../images/background.jpg') repeat-x;
color: #000000;
text-align: left;
font: normal 0.80em Verdana, Verdana, Geneva, sans-serif;
padding: 0;
margin: 0;}

hr {
background-color: #ffffff;
width: 90%;
text-align: center;
color: #ffffff;
border: none;
border-bottom: 1px #606060 dashed;
height: 1px;}

table {
margin: 10px 0 0 0;
padding: 0;
border-collapse: collapse;
font-size: 100%;}

ul {
list-style-type: square;
margin: 10px 0 20px 20px;
padding: 0;}

ul li {
/* background: url('../images/bullet.png') no-repeat 0 3px; */
padding: 1px 0 10px 15px;}

ul li a {
color: #a3191f;
text-decoration: none;
font-weight: bold;
padding: 0;}

ul li a:hover {
color: #909090;
text-decoration: underline;}

blockquote {
background-color: #ededed;
margin: 3% 5%;
border: 1px dashed #909090;
line-height: 1.3em;
padding: 5px 10px;}

/*////////// TYPOGRAPHY //////////*/
a {
color: #a3191f;
text-decoration: underline;
outline: none;
font-weight: bold;}

a:hover {
color: #909090;
text-decoration: underline;
font-weight: bold;}

h1 {font: normal 30px 'Maven Pro', Verdana, Helvetica, sans-serif; color: #4d0003; margin: .3em 0; text-shadow: 1px 1px 2px #aaa; letter-spacing: 2px;}
h2 {font: normal 26px 'Maven Pro', Verdana, Helvetica, sans-serif; color: #4d0003; margin: .3em 0 0 0; padding: 0;}
h3 {font: normal 24px 'Maven Pro', Verdana, Helvetica, sans-serif; color: #606060; margin: .3em 0 0 0; padding: 0;}
h4 {font: bold 16px "Century Gothic", Verdana, Helvetica, sans-serif; color: #606060; margin: .3em 0 .1em 0;}
h5 {font: bold 14px "Century Gothic", Verdana, Helvetica, sans-serif; color: #4d0003; margin: .3em 0 .1em 0;}
h6 {font: bold 14px "Century Gothic", Verdana, Helvetica, sans-serif; color: #606060; margin: .3em 0 .1em 0;}

/*////////// CONTAINER FOR HEADER AND CONTENT //////////*/
#wrapper {
background-color: #ffffff;
width: 980px;
margin: 0 auto;
text-align: left;}

/*////////// HEADER AREA //////////*/
#header {
background: #000000 url('../images/header.jpg') no-repeat;
position: relative;
width: 980px;
height: 150px;}

/*///////// LOGO IMAGE //////////*/
#nameplate {
position: absolute;
top: 0;
left: 0;
width: 450px;
height: 90px;
margin: 0; padding: 0;}

/*///// TOP OF PAGE BUTTON //////*/
#button-container {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 575px;
}

.button {
  display: inline-block;
  right: 0px;
  margin-right: 10px;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: LimeGreen;
  border: none;
  border-radius: 15px;
  box-shadow: 0 5px #999;
}

.button a {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-weight: normal;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.roundbutton {
  display: inline-block;
  right: 0px;
  margin-right: 10px;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: LimeGreen;
  border: none;
  border-radius: 20px;
  box-shadow: 0 5px #999;
}

.roundbutton a {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-weight: normal;
}

.roundbutton:hover {background-color: #3e8e41}

.roundbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

/*///// TOP OF PAGE NOTICE //////*/

#notice {
position: absolute;
top: 5px;
right: 0px;
border: 1px solid LawnGreen;
margin-right: 20px;

width: 500px;
height: 50px;
line-height: 25px;
font-size: 1.2em;
text-transform: uppercase;
padding: 0;
text-align: center;
}

#notice ul {
list-style-type: none;
margin: 0;
padding: 0;}

#notice ul li {
background: none;
display: inline;
padding: 0 10px;}

#notice ul li a {
color: LawnGreen;
text-decoration: none;
font-weight: bold;
padding: 0;}

#notice ul li a:hover {
color: LawnGreen;
text-decoration: underline;}

/*////////// GLOBAL LINKS AREA //////////*/
	
#global {
position: absolute;
top: 50px;
right: 10px;
z-index: 2;
width: 480px;
height: 30px;
line-height: 30px;
font-size: 0.85em;
text-transform: uppercase;
padding: 0;
text-align: right;}

#global .banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	color: orange;
	font-size: 1.5em;
	line-height: 25px;
	height: 25px;
	text-align: left;
}

#global ul {
list-style-type: none;
margin: 0;
padding: 0;}

#global ul li {
background: none;
display: inline;
padding: 0 10px;}

#global ul li a {
color: #ffffff;
text-decoration: none;
font-weight: normal;
padding: 0;}

#global ul li a:hover {
color: #ffffff;
text-decoration: underline;}

/*////////// MAIN NAVIGATION //////////*/
#mainnav {
position: absolute;
top: 90px;
left: 10px;
height: 40px;
color: #ffffff;
width: 960px;
text-align: center;
font-variant: small-caps;
line-height: 40px;
margin: 0;}

#mainnav ul {
margin: 0;
padding: 0;
list-style-type: none;}

#mainnav ul li {
display: inline;
line-height: 40px;
background: none;
padding: 0; margin: 0;}

#mainnav ul li a {
color: #ffffff;
text-decoration: none;
line-height: 40px;
font-weight: bold;
padding: 12px 15px;
margin: 0;}

#mainnav ul li a:hover {
color: #ffffff;
font-weight: bold;
text-decoration: none;
background-color: #a3191f;
background: -webkit-gradient(linear, left top, left bottom, from(#a3191f), to(#4d0003));
background: -moz-linear-gradient(top, #a3191f, #4d0003);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3191f', endColorstr='#4d0003');}

#mainnav ul li.active a {
color: #ffffff;
font-weight: bold;
text-decoration: none;}

/*//////// TOP IMAGE BLOCK ////////*/
#topblock {
position: relative;
background: #ffffff url('../images/topblock.jpg') no-repeat;
width: 980px;
height: 320px;}

#topblank {
position: relative;
/*background: #ffffff url('../images/topblock.jpg') no-repeat; */
width: 980px;
height: 320px;}

#image1 {
position: absolute;
top: 15px;
left: 175px;
width: 190px;
height: 290px;}

#image2 {
position: absolute;
top: 15px;
left: 395px;
width: 190px;
height: 290px;}

#image3 {
position: absolute;
top: 15px;
left: 615px;
width: 190px;
height: 290px;}

#ribbon {
position: absolute;
top: 0;
left: 150px;
z-index: 2;
width: 680px;
height: 70px;}



/*////////// BANNER TOP AREA //////////*/
#bannerTop {
margin: 5px 0 5px 0;
text-align: left;
line-height: 1.4em;
font-size: 0.90em;
padding: 0;}

.bannerBox {
float: left;
width: 33.3%;
text-align: left;
color: #000000;
padding: 0 0 10px 0;}

.bannerBox h3 {
color: #4d0003;
font-size: 20px;
border-bottom: 1px #4d0003 solid;
text-align: center;
margin: 0; padding: 0;}

.inside {padding: 0 15px;}
.insideLeft {padding: 0 10px 0 5px;}
.insideRight {padding: 0 5px 0 10px;}

/*////////// SIDEBAR LEFT AREA //////////*/
#sidebarLeft {
float: left;
width: 35%;
text-align: left;
font-size: 0.90em;
line-height: 1.4em;
padding: 0 0 10px 0;
overflow:hidden;}

/*////////// SIDEBAR RIGHT AREA //////////*/
#sidebarRight {
float: left;
width: 35%;
text-align: left;
font-size: 0.90em;
line-height: 1.4em;
padding: 0 0 10px 0;
overflow:hidden;}

/*////////// CONTENT AREA //////////*/

#content50 {
float: left;
width: 50%;
padding: 10px 0 10px 0;
line-height: 1.5em;
overflow: hidden;
color: crimson
text-align: center;}

#content50 h3 {
text-align:center;}
	
#content50 h2 {
color: crimson;
font-size: 30px;
border-bottom: 1px crimson solid;
text-align: center;
margin: 0; padding: 0;
line-height: 1.5em;}

#content50right {
float: right;
width: 40%;
padding: 10px 0 10px 0;
line-height: 1.5em;

text-align:center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


#content25 {
float: left;
width: 25%;
padding: 10px 10px 10px 10px;
line-height: 1.5em;
overflow: hidden;}

#content75 {
float: left;
width: 65%;
padding: 10px 0 10px 10px;
line-height: 1.5em;
overflow: hidden;}

#content100 {
float: left;
width: 100%;
padding: 10px 0 10px 0;
line-height: 1.5em;}

#contentBottom {
margin: 10px 0;}

.contentBottomL {
float: left;
width: 49%;
line-height: 1.4em;}

.contentBottomR {
float: right;
width: 49%;
line-height: 1.4em;}

/*////////// BOTTOM BOX AREA //////////*/

#bottom {
margin: 10px 0 5px 0;
text-align: left;
line-height: 1.3em;}

.bottomBox {
float: left;
width: 25%;
text-align: left;
overflow: hidden;}

.bottomBox h3 {
border-bottom: 1px #606060 solid;
font-size: 20px;
font-weight: normal;
text-align: center;
margin-bottom: 0.8em;}

.bottomBox table {
width: 100%;
margin-top: 0 !important;}

/*////////// FOOTER //////////*/
#footer {
clear: both;
background: #ffffff url('../images/footer.jpg') no-repeat;
height: 300px;
text-align: center;
font-size: 0.85em;
color: #000000;
padding: 20px 0 0 0;
line-height: 1.3em;
letter-spacing: 1px;}

#footer ul {
list-style-type: none;
margin: 10px 0 20px 10px;
padding: 0;}

#footer ul li {
background: url('../images/bullet.png') no-repeat 0 10px;
padding: 1px 0 0 15px;}

#footer ul li a {
width: 180px;
display: block;
color: #4d0003;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
padding: 0;
line-height: 22px;
border-bottom: 1px #4d0003 dashed;}

#footer ul li a:hover {
color: #a3191f;
border-bottom: 1px #a3191f dashed;
text-decoration: none;}

#footer a {
color: #a3191f
;}

#footer a:hover {
color: #4d0003;}

#footer p {
padding: 0;}

/*///// CATALOG AND GALLERY CLASSES /////*/
.catalogimages {
vertical-align: middle;
text-align: center;
padding: 5px;}

.catalogdescription {
line-height: normal;
vertical-align: top;
text-align: left;
padding: 5px;}

.catalogdescription h6 {
color: #606060
;
margin: 0;
font: bold 14px Arial, Helvetica, sans-serif;}

.catalogcart {
vertical-align: middle;
text-align: center;
padding: 5px;}

fieldset {
border: 1px #606060 dashed;
margin: 10px 0;
text-align: center;
line-height: 1.4em;}

fieldset img {
background-color: #ffffff;
margin: 5px 10px;
border: 1px #919191 solid;}

fieldset p {
text-align: left;
padding: 15px 15px 5px 15px;}

legend {
background-color: #ffffff;
padding: 0 10px;
color: #4d0003;
font: small-caps normal 22px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 1px;}

/*////////// TEMPLATE CLASSES //////////*/
p.dropcap {
overflow: hidden;}

p.dropcap:first-letter {
color: #4d0003;
display: block;
float: left;
font: 60px/50px Georgia, Times, serif;
padding: 6px 4px 0 0;}

/*////////// IMAGES //////////*/
img {border: none;}
.imageleft {float: left; margin: 0 10px 0 0;}
.imageright {float: right; margin: 0 0 0 10px;}

/*////////// MISC. CLASSES //////////*/
.center {text-align: center;}
.right {text-align: right;}
.small {font-size: 0.85em;}
.clear {clear: both;}
.clearsmall {height: 1px; line-height: 0; margin: 0; padding: 0; clear: both;}
.highlight {background-color: #FFFF00;}
.redtext {
	color: #F00;
}
