﻿/* Fonts */
a {text-decoration:none; color:Black}
h1 {font-family:Arial, Sans-Serif; font-size:12px; font-weight:bold; text-align:center}
img {border-style:none}
li {margin-bottom:10px}
.bold {font-weight:bold}
.defaultFont {font-family:Arial, Sans-Serif; font-size:12px}
.whiteText {font-family:Arial, Sans-Serif; font-size:12px; color:White}
.gray {font-family:Arial, Sans-Serif; font-size:12px; color:White; color:Gray}

/* Masterpage */
body {font-family:Arial, Sans-Serif; font-size:12px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background-image:url(../images/background/background.jpg)}

div.top { width:auto; height:115px; background-image:url(../images/background/backgroundTop.jpg)}
div.mainMenu {width:920px; height:45px; background-image:url(../images/background/menu.png)}

div.header {width:920px; height:115px; margin:0px auto 0px auto}
div.content {width:870px; height:auto; min-height:400px; margin:0px auto 0px auto; padding:10px 25px 0px 25px; background-image:url(../images/background/bgContent.png)}
div.footer {width:920px; height:auto; margin:0px auto 15px auto; color:White}

/* Main menu */
div.menuItem {width:150px; height:27px; float:left; text-align:center; padding:18px 0px 0px 0px; cursor:pointer}
a.menuItem {text-decoration:none; color:White}

div.subMenu {width:auto; height:auto; position:absolute; top:115px; border:solid 1px Gray; background-color:White}
div.subItem {width:130px; height:15px; padding:5px 10px 10px 10px; text-align:left; background-color:Transparent}
a.subItem {text-decoration:none; color:Black}

/* Email form */
.textBoxMContent {height:auto; width:601px; padding: 0px 13px 0px 13px; margin:0px 0px 0px 0px; background-image:url("../images/background/textBoxMContent.png")}
div.contactFormItem {width:601px; height:auto; padding:0px 0px 15px 0px}
.textBoxWatermark {background-color:#DBE5F1; border:solid 1px #366092; font-family:Arial, Sans-Serif; font-size:12px; color:Gray}


/* Gallery */
div.thumbnailLeft {width:160px; height:120px; padding:3px 3px 3px 3px; margin:5px 5px 5px 0px; background-image:url(../images/background/bgThumbnail.png); float:left}
div.thumbnailCenter {width:160px; height:120px; padding:3px 3px 3px 3px; margin:5px 5px 5px 5px; background-image:url(../images/background/bgThumbnail.png); float:left}
div.thumbnailRight {width:160px; height:120px; padding:3px 3px 3px 3px; margin:5px 0px 5px 5px; background-image:url(../images/background/bgThumbnail.png); float:left}
