﻿/* design style elements */


body {
font-family : Verdana, sans-serif;
color : #ffffff;
font-size : 11px;   
margin : 0;
padding : 0;
top : 0;
bottom : 0;
left : 0;
right : 0;
background : #ffffff;
}

a:link {
font-family : Verdana, sans-serif;
color : #962222;
font-size : 11px;   
text-decoration : underline;
}

a:visited {
font-family : Verdana, sans-serif;
color : #962222;
font-size : 11px;   
text-decoration : underline;
}

a:hover, a:active {
font-family : Verdana, sans-serif;
color : #d62223;
font-size : 11px;   
text-decoration : underline;
}

.menu:link, .menu:active {
font-family : Arial, sans-serif;
font-weight : bold;
color : #808080;
font-size : 16px;
text-decoration : none;
}

.menu:visited {
font-family : Arial, sans-serif;
font-weight : bold;
color : #808080;
font-size : 16px;
text-decoration : none;
}

.menu:hover {
font-family : Arial, sans-serif;
font-weight : bold;
color : #705656;
font-size : 16px;
text-decoration : none;
}

.menu_sub:link, .menu_sub:active {
font-family : Arial, sans-serif;
font-weight : bold;
color : #808080;
font-size : 14px;
text-decoration : none;
}

.menu_sub:visited {
font-family : Arial, sans-serif;
font-weight : bold;
color : #808080;
font-size : 14px;
text-decoration : none;
}

.menu_sub:hover {
font-family : Arial, sans-serif;
font-weight : bold;
color : #705656;
font-size : 14px;
text-decoration : none;
}


#lower_text {
height : 40px;
position : relative;
top: 13px;
}


.lower:link, .lower:active {
font-family : Verdana, sans-serif;
color : #ffffff;
font-size : 10px;
text-decoration : none;
}

.lower:visited {
font-family : Verdana, sans-serif;
color : #ffffff;
font-size : 10px;
text-decoration : none;
}

.lower:hover {
font-family : Verdana, sans-serif;
color : #ffffff;
font-size : 10px;
text-decoration : underline;
}

.title {
font-family : Arial, sans-serif;
font-weight : bold;
color : #705656;
font-size : 16px;
}

.main_text {
font-family : Arial, sans-serif;
color : #4e4e4e;
font-size : 12px;
}

.home_text {
font-family : Arial, sans-serif;
color : #4e4e4e;
font-size : 14px;
margin-right : 50px;
}

.man_text {
font-family : Arial, sans-serif;
color : #4e4e4e;
font-size : 14px;
width : 600px;
}

.inv_text {
width : 430px;
height : 410px;
position : absolute;
left : 200px;
font-family : Arial, sans-serif;
color : #4e4e4e;
font-size : 14px;
}

.news_text {
width : 450px;
height : 410px;
position : absolute;
left : 200px;
font-family : Arial, sans-serif;
color : #4e4e4e;
font-size : 14px;
}

#news_box {
width : 400px;
height : 400px;
position : relative;
overflow : auto;
padding : 10px;
}

#signup_box {
width : 440px;
height : 360px;
position : relative;
overflow : auto;
padding : 10px;
left : -10px;
}


#lower_text {
height : 40px;
position : relative;
top: 13px;
}

big {
font-family : Verdana, sans-serif;
color : #d62223;
font-size : 16px;
}

small {
font-family : Verdana, sans-serif;
color : #6f6f6f;
font-size : 11px;
}

ul {
position : relative;
left : 20px;
}


/* lightbox style elements */


#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 : #ffffff;
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;
display : block;
}

#prevLink {
left : 0;
float : left;
}

#nextLink {
right : 0;
float : right;
}

#prevLink:hover, #prevLink:visited:hover {
background : url(../images/prevlabel.gif) no-repeat left 15%;
}

#nextLink:hover, #nextLink:visited:hover {
background : url(../images/nextlabel.gif) no-repeat right 15%;
}

#imageDataContainer {
font : 10px Arial;
background-color : #ffffff;
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 : 1em;
}

#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 : #000000;
}


/* form and box style elements */


.content_form {
background-color : #ffffff;
border : #c6c6c6 1px solid;
font-family : Verdana, sans-serif;
color : #705656;
font-size : 12px;
}

.content_form_dropdown {
background-color : #ffffff;
font-family : Verdana, sans-serif;
color : #705656;
font-size : 12px;
}

.login_user {
background-color : #ffffff;
border : #c6c6c6 1px solid;
font-family : Verdana, sans-serif;
color : #705656;
font-size : 12px;
}

.login_pass {
background-color : #ffffff;
border : #c6c6c6 1px solid;
font-family : Verdana, sans-serif;
color : #705656;
font-size : 12px;
}

#captcha {
width : 320px;
overflow : hidden;
position : relative;
top : 10px;
left : -70px;
}

.form_submit {
position : relative;
top : 10px;
left : -50px;
}


/* structural style elements */


#main_shell {
width : 100%; 
height : 700px;    
margin : 0;
padding : 0;
margin-top : 50px;
margin-bottom : 90px;
left : 0;
}

#main_box {
width : 900px;
height : 695px;    
margin : 0;
padding : 0;
top : 0;
bottom : 0;
left : 0;
right : 0;
background : #ffffff;
border : 2px solid #e8e8e8;
border-bottom : 0px;
}

#bg_menu {
width : 200px;
height : 535px;
background : #f8f8f8;
float : left;
}

#menu_links {
width : 180px;
height : 500px;
position : relative;
left : -15px;
top : 20px;
z-index : 4;
}

#content_right {
position : relative;
left : 20px;
top : 20px;
}

#disc {
width : 630px;
height : 350px;
overflow : auto;
padding : 10px;
border : 1px solid #d7d7d7;
font-family : Arial, sans-serif;
font-size : 12px;
color : #4e4e4e;
}

#bg_bottom {
width : 904px;
height : 40px;
background-image: url('../images/bg_bottom.jpg');
}



/* image style elements */


#rs_main {
width : 700px;
height : 215px;
position : relative;
left : -20px;
}

#con_main {
width : 200px;
height : 500px;
position : relative;
float : right;
left : -40px;
}

#barc {
width : 150px;
height : 250px;
float : left;
position : relative;
top : 10px;
left : 100px;
}

.tick {
width : 15px;
height : 15px;
position : relative;
top : 3px;
}
