/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
}


body.section-1 { background: url(http://www.designtrumpet.co.uk/files/backgrounds/bg0710.jpg) no-repeat;
background-position: 0px 0;  }
body.section-2 { }
body.section-3 { }

body.section-1 #menu {background:none;}

a:link { 
	text-decoration: none; 
	color:#000000;
}
a:active { 
	text-decoration: none; 
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:hover { 
	background-color:#000000;
	color:#FFFFFF;
}

a img { border: none; }

a#logo {
	background:none;
	}

#menu {
	width: 215px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #EBEBEB;
}

body.section-1 #menu {background:none;}

#menu ul {
	list-style: none;
	margin: 0 0 12px 20px;
}

#menu ul li.section-title, .heading {
color:#000000;
font-size:12px;
padding:0 0 3px;
}

.info {
	list-style: none;
	margin: 0 0 12px 20px;
	color:#000000;
	font-size:12px;
	padding:0 0 3px;
	
}
.heading {
	text-transform:uppercase;
}

li.active a {
color:#ED2891;
text-decoration:none;
width:auto;
}

#content {
    height: 100%;
	margin:0 0 0 270px;
	margin-top:123px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 575px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ 
width: 400px; 
margin:0 0 10px 0;
padding:0 0 20px 0;
/*margin: 0; 
padding: 0 0 12px 0; 
*/}

#once { clear: left; }

#gracias {
	bottom:30px;
	color:#333;
	font-size:11px;
	position:fixed;
}

/**************/
#contactFormContainer {
	position:absolute;
	left:600px;
	float:right;
}
#contactForm {
	height:277px;
	width:351px;
	background-image:url(http://www.designtrumpet.co.uk/files/bkg.jpg);
	display:none;
}
#contactForm fieldset {
	padding:30px;
	border:none;
}
#contactForm label {
	display:block;
	color:#ffc400;
}
#contactForm input[type=text] {
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
	height:24px;
}
#contactForm textarea {
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
}
#contactForm input[type=submit] {
	background-color:#4d3a24;
	border:solid 1px #23150c;
	color:#fecd28;
	padding:5px;
}
#contactLink {
	height:40px;
	width:351px;
	background-image:url(http://www.designtrumpet.co.uk/files/slidein_button.png);
	display:block;
	cursor:pointer;
}
#messageSent {
	color:#ff9933;
	display:none;
}

