
/* GENERAL -------------------------------------------------------------------------- */

* {
	margin: 0;
}

body, table {
color:#fff;
background:url(../images/background.jpg) center top no-repeat #0d0d0d;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:10pt;
text-align:center;
}

img {
border:0;
}

.container {
margin:auto;
width:960px;
align:center;
}

.content {
width:940px;
height:480px;
padding:10px;
background:#ffffff;
}

a {
color:#fff;
text-decoration:underline;
}

a:hover {
color:#fff;
text-decoration: none;
}

.image {
display:inline;
float:left;
margin-bottom:10px;
margin-left:0;
margin-right:10px;
margin-top:0;
}

/* TYPOGRAPHY -------------------------------------------------------------------------- */

h2 {
font-size:1.2em;
margin-bottom:10px;
}


/* HEADER ------------------------------------------------------------------------ */

.logo {
width:700px;
height:150px;
float:left;
margin-left:10px;
display:inline;
}

.info {
width:220px;
padding-top:35px;
float:right;
text-align:right;
margin-right:10px;
display:inline;
}

/* PAGES -------------------------------------------------------------------------- */

.pagehome {
height:390px;
padding:10px;
background:url(../images/pagehomeback.jpg) no-repeat;
color:#fff;
}

.pageabout {
height:390px;
padding:10px;
background:url(../images/pageaboutback.jpg) no-repeat;
color:#fff;
}

.pageservices {
height:390px;
padding:10px;
background:url(../images/pageservicesback.jpg)  no-repeat;
color:#fff;
}

.pageport {
height:390px;
padding:10px;
background:#0d0d0d;
color:#fff;
overflow:hidden;
}

.pagecontact {
height:390px;
padding:10px;
background:url(../images/pagecontactback.jpg) no-repeat;
color:#fff;
overflow:hidden;
}

.pagetext {
height:390px;
width:400px;
font-size:.95em;
}

.pagetext-right {
height:390px;
width:400px;
float:right;
overflow:auto;
}

.gallery {
width:900px;
margin:10px auto 0;
}

.thumb {
width:95px;
margin:0 20px 20px 0;
float:left;
display:inline;
}

/* MENU -------------------------------------------------------------------------- */

.menu {
height:60px;
margin-bottom:10px;
}

ul {
list-style-type: none;
background: #g6g6g6;
height: 60px;
margin: auto;
*margin-left:31px;
}

li {
float: left;
}

ul a {
padding-left:25px;
padding-right:29px;
display: block;
line-height: 60px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
color: #382619;
}

ul a:hover {
color: #000;
background:url(../images/menuover.jpg) no-repeat bottom center;
}

/* CONTACT FORM -------------------------------------------------------------------------- */

input {
width:175px;
}

textarea {
width:175px;
height:144px;
}

/* FOOTER -------------------------------------------------------------------------- */

.footer {
font-family: Arial, Geneva, Helvetica, sans-serif;
text-align:center;
width:100%;
}

.footercontent {
margin:auto;
width:940px;
color:#393939;
font-size:.8em;
padding:10px 10px 0;
}

.footercontent a {
color:#393939;
text-decoration:none;
}

.footercontent a:hover {
color:#393939;
text-decoration:underline;
}