/* 
    Document   : Style
    Created on : 2012.10.23., 21:02:08
    Author     : Berco
    Description:
        Purpose of the stylesheet follows.
*/

#pageFrameTable {
    margin-left: auto;
    margin-right: auto;
    border-spacing:0;
    border-collapse:collapse;
    padding: 0px;


}

body {
    background-image: url("../Images/PageDesign/wood 1.jpg");
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: center;
    border-spacing:0;
    border-collapse:collapse;
    margin: 0px;
    padding: 0px;
    border: none;
}

#pageFrameTable td, tr {
    border-spacing:0;
    border-collapse:collapse;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px;
}




#menu {
    height: 50px;
    background-color: rgba(30,30,30, 0.6);
}

#menu div {
    width: 25%;
    text-align: center;
    font-family: "Myriad Pro","Trebuchet MS";
    font-size: 20px;
    float: left;
    margin-top: 10px;
    color: #fff;
}

#menu div:hover {
    font-family: "Myriad Pro","Trebuchet MS";
    font-size: 24px;
    background-color: rgba(30,30,30, 1);
    cursor: pointer;

}


#header {
    position: relative;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 30px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 30px rgba(0, 0, 0, 1);
}

#title {

    position: absolute;
    top: 20px;
    width: 980px;
    padding-left: 20px;
    z-index: 1000;
    font-family: "Myriad Pro","Trebuchet MS";
    font-size: 40px;
    font-weight: 400;
    background-color: rgba(250,250,250,0.8);

}

#content {
    width: 980px;
    min-height: 400px;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 30px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 30px rgba(0, 0, 0, 1);
    padding: 10px;
    background-color: white;
    font-family: "Myriad Pro","Trebuchet MS";
    font-size: 14px;
    color: #622f00;
}

#content h1 {
    font-family: "georgia", "Myriad Pro","Trebuchet MS";
    font-size: 17px;
    color: #1c0f02;
    clear: both;


}

#content ul {
    list-style: none outside none;
}

#content ul li {
    padding-left: 25px;
    background: url("../Images/PageDesign/bullet.png") no-repeat scroll 0px 3px transparent;
}

#content li h1 {
    display: inline;
}


#footer {
    background-color: rgba(30,30,30, 0.6);
    width: 970px;
    height: 150px;
    padding: 15px;
    box-shadow: 0px 10px 10px 5px #000;
}



#footer #contact {
    font-family: century gothic, sans-serif;
    font-size: 17px;
	width: 450px;
	float: left;
    height: 120px;
    color: #e3e3e3;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 15px;
}

#footer #contact table tr:first-child {
    margin-bottom: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}



#footer #contact table .col2 {
    padding-left: 20px;
}



#footer #facebookWidget {
    padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	width: 450px;
	float: left;
	height: 105px;

}

#footer #newsLetter table tr:first-child {
    margin-bottom: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

#footer #newsLetter input {
    width: 300px;
    height: 24px;
    background-color: #161616;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #161616;
    color: #ffffff;
    /*    box-shadow: rgba(0,0,0,0.4) 2px 2px inset;*/
    font-family: century gothic, sans-serif;
    padding-left: 5px;
}


#footer #newsLetter button {
    height: 24px;
    background-color: #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ababab;
    color: #161616;
    font-weight: bold;
}

#footer #rights {
	font-family: century gothic, sans-serif;
	clear:both;
    width: 100%;
    height: 26px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background-color: #161616;
    padding-top: 4px;
}

#advertisement table {
    text-align: center;
    width: 700px;
    margin-left: 150px;
}

#advertisement .adv {
    width: 100px;
}

.galleryLink:hover {
    cursor: pointer;
}

#content #galleryContainerTable img {
    border: #161616 thin solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 10px rgba(0, 0, 0, 1);
}

#content #galleryContainerTable {
    margin-left: auto;
    margin-right: auto;
    /*    border: #000 dotted thin;*/
    width: 100%;
}

#content #galleryContainerTable td {
    text-align: center;
    width: 25%;
}

#content #galleryContainerTable .imageContainer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.link {
    color: #2b66c9;
    font-size: 16px;
    font-weight: bold;
}

.link:hover {
    color: blue;
    font-size: 17px;
    cursor: pointer;
    font-weight: bold;
}