﻿.Body * {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    line-height: 1.5em;
}

body {
    background-image: url(../Images/bg.png);
    background-repeat: repeat-x;
}

.Body {
    width: 700px;
    margin: auto;
}

.Header {
    height: 140px;
    background-image: url(../Images/top.jpg);
    background-repeat: no-repeat;
    position: relative;
}

.Header h1 {
    position: absolute;
    top: 25px;
    left: 230px;
    width: 240px;
    height: 70px;
}

.Header h1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.Header h1 a span {
    display: none;
}

.Header .NavLink {
    position: absolute;
    display: block;
    width: 50px;
    height: 26px;
}

.Header .NavLink a {
    display: block;
    width: 100%;
    height: 100%;
}

.Header .NavLink a span {
    display: none;
}

.Header .NavLink.Home {top: 14px; left: 72px; width: 58px;}
.Header .NavLink.Gallery {top: 48px; left: 72px; width: 74px;}
.Header .NavLink.Contact {top: 14px; right: 72px; width: 70px;}
.Header .NavLink.Pricing {top: 48px; right: 72px; width: 70px;}

.ContentContainer {
    background-color: White;
}

.ContentContainer .Left,
.ContentContainer .Right {
    background-repeat: no-repeat;
    background-image: url(../Images/left.jpg);
    width: 100px;
    height: 449px;
    float: left;
}

.ContentContainer .Right {
    background-image: url(../Images/right.jpg);
    float: right;
}

.ContentContainer .Content {
    background-color: White;
    margin: 0px 100px 0px 100px;
    min-height: 500px;
    color: #1d0732;
}

.Content p,
.Content address {
    padding-bottom: 1em;
    color: #1d0732;
}

.Content a {
    color: #a482c9;
}

.Content h2 {
    color: #a482c9;
    font-size: 16px;
    margin-bottom: 1.2em;
}

.Content h3 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: .8em;
}

.Copyright p {
    color: #dec2fa;
    font-size: 12px;
    margin-top: 2em;
}

.Content ul {
    list-style-type: circle;
    padding-left: 10px;
    margin-left: 20px;
    margin-bottom: 1em;
}


table {
    border-collapse: collapse;
    border-spacing: 0px;
    border: 1px dotted #dec2fa;
    margin-bottom: 1em;
}

table td,
table th {
    border: 1px dotted #dec2fa;
    padding: 3px;
}

table thead td,
table thead th {
    border: 1px dotted #dec2fa;
    padding: 3px;
    background-color: #f9f3ff;
}

.Clearer {
    clear: both;
}

/* Forms */
input,
textarea {
}

label {
    display: block;
}

input.TextBox,
textarea {
    margin-bottom: 1em;
    width: 170px;
}

textarea {
    width: 260px;
    height: 10em;
}

input.Button {
    display: block;
    margin-bottom: 1em;
}

input.text.InputFocus,
textarea.InputFocus {
    border: 1px solid #a482c9;
}

.ValidationSummary {
    padding: 10px;
    border: 1px dotted #ffc3c3;
    background-color: #fbf1f1;
    margin-bottom: 1em;
}

/* Contact */
.ContactRight {
    width: 160px;
    float: right;
    border-left: 1px dotted #dec2fa;
    padding-left: 10px;
}

.ContactLeft {
    margin-right: 170px;
}

/* Gallery */
.GalleryImages {
    margin-bottom: 1.5em;
}

.GalleryImages .GalleryItem {
    width: 245px;
    margin: 0 10px 10px 0;
    float: left;
    text-align: center;
}

.GalleryImages .GalleryItem.Flop {
    margin-right: 0px;
}

.GalleryImages .GalleryItem .GalleryImage,
.GalleryImages .GalleryItem .GalleryForm {
    width: 245px;
    height: 185px;
    display: block;
    background-image: url(../Images/Gallery_Image_bg.png);
    position: relative;
}

.GalleryImages .GalleryItem .Top {
    text-align: center;
    position: relative;
}

.GalleryImages .GalleryItem .Delete {
    position: absolute;
    top: 0px;
    right: 4px;
}

.GalleryImages .GalleryItem .Edit {
    position: absolute;
    top: 0px;
    left: 4px;
}

.GalleryImages .GalleryItem .GalleryImage span {
    display: block;
    background-repeat: no-repeat;
    width: 231px;
    height: 171px;
    background-position: center center;
    position: absolute;
    top: 7px;
    left: 7px;
}

.GalleryImages .GalleryItem .GalleryForm {
    padding: 20px 20px 20px 20px;
    width: 205px;
    height: 145px;
    text-align: left;
}

.GalleryImages .GalleryItem .GalleryForm input {
    width: 100%;
    margin-bottom: 5px;
}