/* CSS Document */

* {
margin: 0px;
}

html {
height: 100%;
}

body {
background: #ffffff;
height: 100%;
}

.wrapper {
margin: 0px auto -30px auto;
width: 950px;
max-width: 950px;
min-height: 100%;
height: auto !important;
height: 100%;
}	

.header {
height: 220px;
width: 950px;
}

.header img {
float: right;
margin: 55px 50px 0px 0px;
border: none;
}

#home {background: url(../images/headers/home.jpg) no-repeat;}
#artist {background: url(../images/headers/artist.jpg) no-repeat;}
#galleries {background: url(../images/headers/galleries.jpg) no-repeat;}
#press {background: url(../images/headers/press.jpg) no-repeat;}
#whatson {background: url(../images/headers/whatson.jpg) no-repeat;}
#gifts {background: url(../images/headers/gifts.jpg) no-repeat;}
#contact {background: url(../images/headers/contact.jpg) no-repeat;}
#thankyou {background: url(../images/headers/thankyou.jpg) no-repeat;}

#eda {margin-right: 0px;}

#textInput {font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding: 5px;}



/* Navigation */

.navbar {
margin-top: 40px;
margin-right: 50px;
margin-left: 50px;
height: 40px;
width: 850px;
float: right;
}

.link {
text-align: right;
height: 40px;
float: left;
padding-right: 20px;
padding-left: 20px;
padding-top: 11px;
padding-bottom: 10px;
}

.link a {
font-family: "Arial Black" Arial, Helvetica, sans-serif;
font-size: 12px;
text-transform: uppercase;
color: #ffffff;
line-height: 15px;
margin-bottom: 15px;
text-decoration: none;
}

.link a:hover {
color: #f45100;
border-bottom: none;
}

#current, #currentPage  {
color: #f45100;
background: #ffffff;
}

.line {
border-bottom: #666666 dotted 1px;
width: 100%;
}


/* Generics */

a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #f45100;
line-height: 15px;
text-decoration: none;
}

a:hover {
color: #f45100;
border-bottom: 1px dotted #f45100;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
line-height: 15px;
vertical-align: baseline;
}

p.home {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
line-height: 15px;
vertical-align: baseline;
margin-top: 10px;
}

h1 {
font-family: "Arial Black" Arial, Helvetica, sans-serif;
font-size: 18px;
text-transform: uppercase;
color: #f45100;
line-height: 18px;
margin-bottom: 12px;
vertical-align: baseline;
}

h1.home {
font-size: 18px;
text-transform: none;
line-height: 30px;
text-align: right;
vertical-align: baseline;
}

h2 {
font-family: "Arial Black" Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
line-height: 15px;
font-style: italic;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
line-height: 15px;
text-transform: uppercase;
font-weight: normal;
}


/* containers */

#left {float: left; padding-bottom: 20px;}
#right {float: left; padding-bottom: 20px;}

.sub, .equal {margin: 20px 50px 0px 50px; width: 850px;}
#left img {float: right; padding-bottom: 20px;}
#right img {float: left; padding: 0px 1px 2px 1px;}

.sub #left {width: 38%; margin-right: 4%;}
.sub #right {width: 55%;}

.equal #left {width: 48%; margin-right: 4%;}
.equal #right {width: 48%;}


/*footer*/

.push {
height: 30px;
clear:both;
}

.footer {
background: #ffffff;
width: 100%;
height: 20px;
text-align: center;
padding: 5px 0px 5px 0px;
}

.footer p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999999;
}

/* form */

.required {
color: #f45100;
}

#submit {
font-family: "Arial Black" Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #666666;
font-size: 15px;
}

#submit a {
color: #f45100;
}