@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
.clear-div{ clear:both}
a:active
{
text-decoration:none;
}
a
{
text-decoration:none
}

/*---main css-------*/
body
{
background:url(images/body-bg.jpg);
}
header
{
width:1142px;
max-width:100%;
margin:0 auto;
background:url(images/header.png) top center no-repeat;
}
nav
{
display:block;
}
#main-menu
{
display:block;
text-align:center;
padding-top:40px;
}
#main-menu ul
{
margin:0;
padding:0;
}
#main-menu ul li
{
display:inline-block;
list-style-type:none;
}
#main-menu ul li a
{
float:left;
display:block;
font-size: 16px;
  line-height: 30px;
  color: #172322;
  display: block;
  font-weight: bold;
  text-decoration: none;
  margin:3px 3px;
  padding:10px 50px;
}
#main-menu ul li a:hover,#main-menu ul li a.active
{
color:#fff;
background:url(images/mian-hover.png) top center no-repeat;
}
#logo
{
display:block; 
text-align:center;
}
.wrapper
{
width: 963px;
margin:0 auto;
max-width:100%;
}
.bot-wrapper
{
width: 960px;
margin:0 auto;
max-width:100%;
background:#000;
box-shadow:0px 2px 3px #000;
}
.bot-wrapper .main-content-block
{
display:block;
padding:28px 8px;
background:#174C7E;
}
.bot-wrapper .main-content-block .top-page-title
{
display:block;
background:url(images/top-bord.png) top center no-repeat;
background-size:contain;
height:125px;
padding-top:30px;
}
.bot-wrapper .main-content-block .top-page-title .page-title
{
background:url(images/pagehead.png) top center no-repeat;
text-align:center;
height:150px;
color:#fff;
font-weight:bold;
vertical-align:bottom;
display:block;
text-align:center;
padding-top:10px;
}
#banner
{
display:block;
text-align:center;
padding-top:20px;
}
#banner img{ max-width:100%;}
.bot-wrapper .main-content-block .content
{
display:block;
text-align:justify;
color:#fff;
font-size:18px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:23px;
}
.bot-wrapper .main-content-block .content p
{
margin-bottom:10px;
}
.content p a
{
color:#F3BA25;
font-weight:bold;
}
.bot-page-title
{
display:block;
text-align:center;
}

.bot-page-title img
{
width:99%;
}

footer
{
display:block;
text-align:center;
}
.bottom-menu
{
display:block;
text-align:center;
color:#fff;
}
.bottom-menu a
{
display:inline-block;
color:#fff;
padding:10px;
}
.copy
{
display:block;
text-align:center;
color:#fff;
}
#gallery { float:left;
}

#gallery ul{}
#gallery ul li {
    padding-top: 17px;
    float: left;
    margin-left: 10px;
	list-style-type:none;
	}

#gallery ul li img {
    height: 300px;
    width: 250px; 
	box-shadow:0px 0px 15px #000;
	margin:0 20px;
}
h1{ text-align:center; font-size:25px; color:#0C2642; padding:10px 0; text-shadow:2px 2px 3px #fff;}
h2{ text-align:center;font-size:20px; color:#0C2642; padding:10px 0;text-shadow:2px 2px 3px #fff;}

@media only screen and (max-width: 480px)  
{
	header
	{
	background:#E19113!important;
	}
}
