/* CSS Document */
@charset "utf-8";
/* CSS Document */

/*-----CSS RESET-----*/

body, div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,{ 
	margin:0;
	padding:0;
}

ul{
	padding:20px;
}

li{
list-style-type:disc;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
border:0;
}

A:visited  {color: #ffffff; text-decoration: none;}
A:link  {color: #ffffff; text-decoration: none;}
A:active  {color: #ffffff; text-decoration: none;}
A:hover   {color: #ffffff; text-decoration:none;}
/*-----END RESET-----*/



/*-----START DIV STYLING---*/

#container {
margin-top:0px;
position: relative;
width:802px;
margin-left:auto;
margin-right:auto;
}

#header {
width:802px;
height:35px;
float:left;
background: url('../img/bg_header.png') repeat;
}

#banner {
width:802px;
height:260px;
float:left;
background: url('../img/banner.png') repeat;
}

#buttons_bg {
width:802px;
height:69px;
float:left;
background: url('../img/bg_buttons.png') repeat;
}

#body{
width:802px;
float:left;
background-color: #FFFFFF;
}

#footer_bg {
width:802px;
height:50px;
float:left;
background: url('../img/bg_footer.png') repeat-x;
background-color: #083400;
}

#footer_content{
margin-top:6px;
margin-left:290px;
font-family:Arial;
font-size:11px;
color: #FFFFFF;
text-align: center;
width: 300px;
margin-bottom: 20px;
}

#buttons_container{
margin-top:12px;
margin-left:16px;
width:769px;
float:left;
}

#buttons_left{
width:15px;
height:51px;
float:left;
background: url('../img/link_left.png') no-repeat;
}

#buttons_right{
width:15px;
height:51px;
float:left;
background: url('../img/link_right.png') no-repeat;
}

#buttons{
width:739px;
height:51px;
float:left;
background: url('../img/bg_links.png') repeat;
}

#links{
margin-top:17px;
margin-left:0px;
margin-right:0px;
font-family:Arial;
font-size:14px;
color: #FFFFFF;
font-weight:bold;
float:left;
}

#links_bar{
margin-top:11px;
margin-left:12px;
margin-right:24px;
width:2px;
height:30px;
float:left;
background: url('../img/bar.png') no-repeat;
}

#menu_container{
margin-top:12px;
margin-left:16px;
width:227px;
float:left;
}

#menu_top{
width:227px;
height:45px;
float:left;
background: url('../img/menu_top.png') no-repeat;
}

#menu_buttons{
width:227px;
height:40px;
float:left;
border-bottom: 1px solid #fff;
background: url('../img/menu.png') no-repeat;
}

#menu_bottom{
width:227px;
height:14px;
float:left;
background: url('../img/menu_bottom.png') no-repeat;
}

#menu_cat{
margin-top:12px;
margin-left:55px;
margin-right:24px;
font-family:Arial;
font-size:16px;
color: #FFFFFF;
font-weight:bold;
float:left;
}

#menu_bar{
width:227px;
height:1px;
float:left;
background: url('../img/menu_bar.png') no-repeat;
}

#menu_buttons_link{
padding-left:57px;
padding-top: 5px;
height: 40px;
font-family:Arial;
vertical-align: middle;
font-size:12px;
color: #FFFFFF;
font-weight:bold;
}

#contents{
margin-top:12px;
margin-left:45px;
margin-right:24px;
font-family:Arial;
font-size:14px;
float:left;
}
#contents p a {
color: blue;
}
#contents ul {
	padding:0px;
}
#contents strong {
	font-weight: bold;
}

#contents .heading {
	color: #8C8101;
	font-family: "Century Gothic";
	font-size: 30px;
}

#contents #heading {
	color: #8C8101;
	font-family: "Century Gothic";
	font-size: 30px;
}

#contents label {
	color: #0000ff;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
}

#contents div.input {
	padding: 2px;
}

#contents div.input input {
	font-family: Arial;
	font-size: 12px;
	padding: 3px;
	padding-left: 7px;
	border: 1px solid #504900;
}

#contents div.input textarea {
	font-family: Arial;
	font-size: 12px;
	padding: 3px;
	padding-left: 7px;
	border: 1px solid #504900;
}

#contents_container{
margin-top:12px;
width:550px;
float:left;
}
/*-----END DIV STYLING---*/

body {
    background: #000000;
}

.form {
    
}

.form label {
    float: left;
    padding-top: 2px;
    width: 80px;
}

.form .input input,
.form .input textarea {
    width: 250px;
}

.form .input textarea {
    height: 200px;
}

.form .submit {
    padding-left: 80px;
}

.form .error-message {
    padding-left: 80px;
    color: #f00;
    font-size: 11px;
}

.message {
    padding: 10px;
    color: #113f00;
}

#errorMessage {
    color: #f00;
}

.gallery {
	border-collapse: separate;
	border-spacing: 5px;
}

.gallery td {
    border: 1px solid #DEDA86;
    background-color: #EFEBCE;
    padding: 3px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
}

.numbers {
    text-align: center;
    margin: 10px;
}

.numbers a {
    color: #113f00;
    font-weight: bold;
}

.numbers span {
    margin: 0px 3px;
}

.numbers .hide {
    display: none;
}

.image-view {
    width: 490px;
}

.image-view .img {
    float: left;
    margin: 0px 10px 10px 0px;
    text-align: center;
    width: 250px;
    padding-top: 5px;
    background-color: #EFEBCE;
}

.image-view .desc .title {
    color: #8C8101;
	font-family: "Century Gothic";
	font-size: 30px;
	margin-bottom: 20px;
}

.video {
    margin: 15px 0px;
}

.video .title {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}
