.container_24 {
	margin-top: 10px;
}

/*=HEADER*/

header h1 	{
	/*text-indent: -9999px;*/
	color: rgb(255,215,0);
	text-shadow:0px 2px 2px rgba(0,0,0,0.3),
             	0px 4px 6px rgba(0,0,0,0.2),
             	0px 8px 10px rgba(0,0,0,0.1);
	margin: 10px 4px 0px;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	/*background-color: red;*/
	/*background: url(../img/logo.png) no-repeat right;*/
	float: left;
	width: 277px;
	height: 41px;
} 

header h1 a {
}

header {
	overflow: hidden;
}

/*=NAV*/

nav {
	float: right;
	margin-top: 28px;
	margin-right: 7px;
	position:relative;
	/*background:blue;*/
}

nav li {
	display:inline;
	float:right;
	padding-bottom: 5px;
}

.searchbar{
	font color: #7e7e7e;
	margin-top: -2px;
}

#z{
	font color: #7e7e7e;
}

nav ul ul {
	display: none;
	position: absolute;
	background: red;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-left: -30px;
	z-index: 1000;
	word-spacing:10px;
}

/*nav ul li:hover > ul {
	display: block;
}*/

nav ul ul li {
		float: none;
		position: relative;
		background-color: green;
}	


/*=BANNER*/

.banner {
	width: 4750;
	height: 231px;
	background:
	url(../img/largebanner.png) repeat-x;
	-webkit-animation: move-banner 12s infinite;
	-moz-animation: move-banner 12s infinite;
	-ms-animation: move-banner 12s infinite;
	-o-animation: move-banner 12s infinite;
	animation: move-banner 12s infinite;
}

#bars {
	position:absolute;
}

/* Animation Definitions*/

@-webkit-keyframes move-banner {
	0%	 { background-position: 0,0;}
	5%	 { background-position: 0,0;}
	20%  { background-position: -950px, 0;}
	40%	 { background-position: -1900px,0;}
	60%	 { background-position: -2850px,0;}
	80%	 { background-position: -3800px,0;}
	100% { background-position: -4750px,0;}
}

@keyframes move-banner {
	0%	 { background-position: 0,0;}
	5%	 { background-position: 0,0;}
	20%  { background-position: -950px, 0;}
	40%	 { background-position: -1900px,0;}
	60%	 { background-position: -2850px,0;}
	80%	 { background-position: -3800px,0;}
	100% { background-position: -4750px,0;}
}

@-moz-keyframes move-banner {
	0%	 { background-position: 0,0;}
	5%	 { background-position: 0,0;}
	20%  { background-position: -950px, 0;}
	40%	 { background-position: -1900px,0;}
	60%	 { background-position: -2850px,0;}
	80%	 { background-position: -3800px,0;}
	100% { background-position: -4750px,0;}
}

@-ms-keyframes move-banner {
	0%	 { background-position: 0,0;}
	5%	 { background-position: 0,0;}
	20%  { background-position: -950px, 0;}
	40%	 { background-position: -1900px,0;}
	60%	 { background-position: -2850px,0;}
	80%	 { background-position: -3800px,0;}
	100% { background-position: -4750px,0;}
}

@-o-keyframes move-banner {
	0%	 { background-position: 0,0;}
	5%	 { background-position: 0,0;}
	20%  { background-position: -950px, 0;}
	40%	 { background-position: -1900px,0;}
	60%	 { background-position: -2850px,0;}
	80%	 { background-position: -3800px,0;}
	100% { background-position: -4750px,0;}
}

/*END OF HEADER ANIMATION*/

.bannerdesign {
	background: url(../img/banner_design.png) no-repeat;
	margin: 4px;
	width: 697px;
	height: 231px;
	position: relative;
}
.bannerfilms {
	background: url(../img/banner_films.png) no-repeat;
	margin: 4px;
	width: 697px;
	height: 231px;
	position: relative;
}

.bannerskills {
	background: url(../img/banner_skills.png) no-repeat;
	margin: 4px;
	width: 697px;
	height: 231px;
	position: relative;
}
.bannercontact {
	background: url(../img/banner_contact.png) no-repeat;
	margin: 4px;
	width: 697px;
	height: 231px;
	position: relative;
}

.callout {
	background: red;
	height: 231px;
}

/*.designhome {
	background: url(../img/image.png), url(../img/logo.png), url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left top, right bottom, left top;
}
*/
/*=COLOR*/

a {
	color: #7e7e7e;
	text-decoration: none;
}

a:hover, .selected {
	color: black;
}

.button {
	background: black;
	padding: 6px;
	margin-bottom: 25px;

}

.button:hover {
	color: white;
}

.homebutton {
	color: rgb(255,215,0);
}

.homebutton:hover {
	color: rgb(255,215,0);
}

/*text formatting*/

p {
	font-size: 13px;
	line-height: 20px;
	color: #353535;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #d1d1d1;
	padding-top: 18px;
	padding-bottom: 19px;
	margin-bottom: 15px;
	line-height: 1em;
}

h4 {
	font-size: 16px;
	letter-spacing:0.1em;
	color:white;
	text-transform: uppercase;
	text-align: center;
	padding-top: 19px;
	padding-bottom: 19px;
	margin-bottom: 15px;
	line-height: 1em;
	background: black;
}

/*blockquote, blockquote p {
	font-size: 13px;
	line-height: 20px;
}*/

/*=FOOTER*/

footer {
	clear: both;
	border-top: 1px solid;
	margin-top: 50px;
}

.main {
	margin-top: 20px;
}

.main blockquote p {
	padding-left: 30px;
	position: relative;
}

.main blockquote p:before,
.main blockquote p:after {
	font-size: 40px;
	color: #bfbfbf;
	font-style: italic;
}

.main blockquote p:first-child:before {
	content: '“';
	position: absolute;
	top: 7px;
	left: 0px;
}

.main blockquote p:last-child:after {
	content: '”';
	float: right;
	position: absolute;
	bottom:-10px; 
	right:5px;
}

.banner h2 {
	color: rgb(255, 215, 0);
	font-size: 125px;
	margin: 29px 219px;
	width: 500px;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	padding: 0px 10px;
	left: 8px;
	/*transparent back! -background: rgba(0,0,0,.5);*/
}

.bannerfilms h2 {
	color: rgb(255, 215, 0);
	font-size: 125px;
	margin: 29px 269px;
	width: 500px;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	padding: 0px 9px;
	left: 8px;
	/*transparent back! -background: rgba(0,0,0,.5);*/
}

.bannerskills h2 {
	color: rgb(255, 215, 0);
	font-size: 125px;
	margin: 29px 241px;
	width: 500px;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	padding: 0px 9px;
	left: 8px;
	/*transparent back! -background: rgba(0,0,0,.5);*/
}

.bannertest {

	width: 697px;
	height: 231px;
	background: url(../img/bartest.png) top left no-repeat, 
				url(../img/bannertest2.png) top center no-repeat;
}

.block1 {
	background: rgba(0,0,0,.5);
	height: 231px;
}

/*email*/

form.email p {
padding: 0 0 -5px 0;
margin: 0;
}

form.email input, form.email textarea {
margin: 0 0 3px 0;
}

form.email input {
background: #f5f5f5;
padding: 5px;
border: 1px solid #bbb;
border-radius: 3px;
}

form.email textarea {
background: #f5f5f5;
padding: 10px;
border: 1px solid #bbb;
border-radius: 3px;
width: 500px;
height: 150px;
}

form.email input.sender {
cursor: pointer;
}


