/* Main */

body {
background: #96d5f0 url('../images/bg.png') repeat-x;
color: #555;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
margin: 0;
}

p.center {
text-align: center;
}

p.right {
text-align: right;
}

h1 {
color: #710112;
font-family: Times;
font-size: 29px;
text-transform: capitalize;
}

h1.center {
color: #710112;
font-family: Times;
font-size: 29px;
text-align: center;
text-transform: capitalize;
}

h2 {
color: #710112;
font-family: Times;
font-size: 22px;
margin: 0 0 20px 0;
text-transform: capitalize;
}

h3 {
color: #710112;
font-family: Times;
font-size: 20px;
margin: 30px 0 30px 0;
text-transform: capitalize;
}

h4 {
color: #710112;
font-family: Times;
font-size: 14px;
text-align: center;
text-transform: capitalize;
}

img {
border: 0;
}

strong.red {
color: #ee0000;
}

strong.green {
color: #05bd00;
}

span.b1 {
color: #000;
font-family: sans-serif,arial;
font-size: 12px;
}

span.b2 {
color: #000;
font-family: sans-serif,arial;
font-size: 10px;
}

span.red2 {
color: #ff0000;
font-family: sans-serif,arial;
font-size: 13px;
}

input {
border: 1px solid #ccc;
}


/* Links */

input[type="submit"] {
background: transparent url('../images/button-bg.png') repeat-x;
border: 1px solid #851616;
color: #fff;
cursor: pointer;
font-size: 11px;
font-weight: bold;
padding: 2px;
}

.button {
background: transparent url('../images/button-bg.png') repeat-x;
border: 1px solid #851616;
color: #fff;
cursor: pointer;
font-size: 12px;
font-weight: bold;
height: 22px;
}

a:link {
color: #851616;
font-weight: bold;
text-decoration: underline;
}

a:visited {
color: #dd0000;
font-weight: bold;
text-decoration: underline;
}

a:hover, a:active {
color: #dd0000;
text-decoration: none;
}

a.nav:link, a.nav:visited {
color: #fff;
font-weight: bold;
padding-right: 7px;
text-decoration: none;
}

a.nav:hover, a.nav:active {
color: #fff;
text-decoration: underline;
}

a.artititle:link, a.artititle:visited {
color: #710112;
font-family: Times;
font-size: 18px;
font-weight: bold;
padding-right: 7px;
text-decoration: none;
text-transform: capitalize;
}

a.artititle:hover, a.artititle:active {
color: #710112;
text-decoration: underline;
}

a.foot2:link, a.foot2:visited {
color: #851616;
font-size: 11px;
font-weight: bold;
padding-right: 8px;
text-decoration: underline;
}

a.foot2:hover, a.foot2:active {
color: #dd0000;
text-decoration: none;
}

a.top:link, a.top:visited {
background: url('../images/top.png') no-repeat;
color: #851616;
font-size: 11px;
font-weight: bold;
padding: 0px 8px 4px 13px;
text-decoration: underline;
}

a.top:hover, a.top:active {
background: url('../images/top.png') no-repeat;
color: #dd0000;
text-decoration: none;
}

a.print:link, a.print:visited {
background: #fff url('../images/print2.gif') no-repeat;
padding: 2px 15px 6px 2px;
text-decoration: none;
}

a.print:hover, a.print:active {
background: transparent url('../images/print.gif') no-repeat;
text-decoration: none;
}

a.fav:link, a.fav:visited {
background: url('../images/fav.gif') no-repeat;
color: #0505c7;
font-weight: bold;
padding: 3px 5px 13px 2px;
text-decoration: underline;
}

a.fav:hover, a.fav:active {
background: url('../images/fav2.gif') no-repeat;
color: #c100b2;
font-weight: bold;
text-decoration: underline;
}


/* Main Divs */

#margin {
margin-top: 14px;
}

#container-top {
background: transparent url('../images/contain-bg.png') no-repeat;
height: 20px;
margin: 0 auto;
width: 701px;
}

#container {
background: #fff;
margin: 0 auto;
width: 700px;
}

#header {
background: transparent url('../images/header4.jpg') no-repeat;
height: 175px;
margin-left: 20px;
}

#navbar {
background: transparent url('../images/nav-bg.png') no-repeat;
height: 40px;
margin: 0 20px 5px 20px;
padding: 8px 0 0 7px;
width: 660px;
}

#quotes {
color: #fff;
font-size: 10px;
font-weight: bold;
margin: -55px 0 0 250px;
padding-left: 2px;
position: absolute;
width: 400px;
text-align: right;
}

#content {
margin-left: 30px;
margin-top; 10px;
width: 380px;
}

#right {
font-size: 11px;
float: right;
margin: 16px 18px 0 0;
width: 237px;
}

#footer {
background: transparent;
border-top: 2px solid #777;
clear: both;
font-size: 10px;
font-weight: bold;
margin-left: 30px;
padding-top: 3px;
padding-bottom: 4px;
width: 470px;
}

#popup {
background: #fff;
border: 1px solid #ccc;
margin: 8px;
padding: 7px;
}
        

/* Divs */

.menutop {
background: transparent url('../images/menu-top.png') no-repeat;
color: #000;
font-size: 11px;
font-weight: bold;
height: 12px;
margin-left: 16px;
padding: 4px 4px 4px 8px;
width: 217px;
}

.menu {
background: #fff;
border: 1px solid #ccc;
font-size: 11px;
margin-left: 16px;
padding: 4px;
width: 211px;
}

.menu-scroll {
background: #fff;
border: 1px solid #ccc;
font-size: 11px;
height: 250px;
margin-left: 16px;
overflow: auto;
padding: 4px;
width: 211px;
}

.article {
background: #f2f2f2;
border: 1px solid #ccc;
margin-left: 10px;
margin-right: 10px;
padding: 4px;
}

.artibox {
background: transparent url('../images/box-bg.png') no-repeat;
margin-bottom: 10px;
padding: 4px 15px 2px 15px;
}

.box {
background: #fafafa;
border: 1px solid #ccc;
margin-bottom: 10px;
padding: 6px;
}

.salesbox-top {
background: transparent url('../images/salesbox-top.png') no-repeat;
height: 15px;
margin: 0 auto;
width: 550px;
}

.sales-box {
background: #fafafa;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
margin: 0 auto;
padding: 5px;
width: 538px;
}

.salesbox-bottom {
background: transparent url('../images/salesbox-bottom.png') no-repeat;
height: 15px;
margin: 0 auto;
width: 550px;
}


/* Lightbox */

#lightbox{
position: absolute;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}

#lightbox a img {
border: none;
}

#outerImageContainer{
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}

#imageContainer{
padding: 10px;
}

#loading{
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}

#hoverNav{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}

#imageContainer>#hoverNav {
left: 0;
}
#hoverNav a {
outline: none;
}

#prevLink, #nextLink{
width: 49%;
height: 100%;
background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
display: block;
}

#prevLink {
left: 0;
float: left;
}

#nextLink {
right: 0;
float: right;
}

#prevLink:hover, #prevLink:visited:hover {
background: url(../images/prevlabel.png) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
background: url(../images/nextlabel.png) right 15% no-repeat;
}

#imageDataContainer{
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
width: 100%	
}

#imageData {
padding:0 10px;
color: #666;
}

#imageData #imageDetails {
width: 70%;
float: left;
text-align: left;
}
	
#imageData #caption {
font-weight: bold;
}

#imageData #numberDisplay {
display: block;
clear: left;
padding-bottom: 1.0em;
}
			
#imageData #bottomNavClose {
width: 66px;
float: right;
padding-bottom: 0.7em;
}	
		
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #000;
}	
