@charset "utf-8";
/* CSS Document */
body {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	.font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	.font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-image: url(../images/dw-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #373737;
}

h3 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 1.5em;
	margin-bottom: .5em;
	margin-top: .1em;
	padding-left: 20px
}

p {
	padding: 8px;
}

a {
	text-decoration: none;
	color: black;
	transition: all 0.3s ease-in-out 0s;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}

a:hover {
	color: #006ac9;
	text-shadow: 0px 1px 0px #000;
}

header {
	background-image: url(../images/design-werks-header.jpg);
	width: 100%;
}

iframe {
	display: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari 5+ ONLY */
    ::i-block-chrome, #captcha {
		background-image: url(../images/safari.jpg);
		background-repeat: no-repeat;
		min-height: 91px;
		min-width: 295px;
    }
}

nav {
	float: left;
	width: 100%;
	margin-top: -10px;
}

nav li {
	margin: 0 .25em 0 .25em;
	list-style-type: none;
	font-family: Varela, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

nav li a {
	font-size: 1.25em;
	text-decoration: none;
	padding: .15em .35em .25em .35em;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}

nav ul.level1 li {
	position: relative;
	padding: .2em .3em .3em 0;
	float: left;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #FFF;
}

nav ul a:link, nav ul a:visited {
	color: #482D3C;
}

nav ul a.current:link, nav ul a.current:visited {
	color: #AEA600;
	text-shadow: 0px 1px 0px #FFF;
}

nav ul a:hover, nav ul a:active {
	color: #006ac9;
	text-shadow: 0px 1px 0px #000;
}

nav ul a.current:hover, nav ul a.current:active {
	color: #AEA600;
	text-shadow: 0px 1px 0px #FFF;
}

nav ul ul {
	display: none;
}

nav ul ul li {
	width: 100%;
}

#slide-wrapper {
	max-width: 600px;
	float: left;
}

#lower-boxes {
	margin-top: 15px;
}

#right-col {
	max-width: 340px;
	float: right;
	font-size: 1em;
	font-weight: bold;
	.background: url(../images/text-bg2.jpg), repeat;
}

#right-col #form1 {
	font-size: 14px;
}

#right-col ul{
	margin-top: 3px;
}

#body-left {
	max-width: 32%;
	min-height: 340px;
	float: left;
	background: url(../images/text-bg2.jpg), repeat;
}

#body-center {
	max-width: 32%;
	min-height: 340px;
	float: left;
	margin-left: 20px;
	background: url(../images/text-bg2.jpg), repeat;
}

#body-right {
	max-width: 32%;
	min-height: 340px;
	float: right;
	background: url(../images/text-bg2.jpg), right;
}

footer {
	background-image: url(../images/footer.jpg);
	font-weight: bold;
	font-size: .7em;
	text-align: center;
	padding: 5px;
	margin-top: 15px;
}

.clear {
	clear: both;
}