@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #DDDDDD;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ff7b00; 
	height: 270px;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header2 {
	background-color: #6ccb16;	
	height: 270px;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header3 {
	background-color: #007EFF;	
	height: 270px;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header4 {
	background-color: #e410ce;	
	height: 270px;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header5 {
	background-color: #007EFF;	
	height: 270px;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header #mainlogo, .oneColFixCtrHdr #header2 #mainlogo, .oneColFixCtrHdr #header3 #mainlogo, .oneColFixCtrHdr #header4 #mainlogo, .oneColFixCtrHdr #header5 #mainlogo {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 40px 0 0 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	/* padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #DDDDDD url(images/bigimage3.jpg) no-repeat;
	height: 584px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	font-size: 20px;
}

.oneColFixCtrHdr #mainContent2 {
	/* padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #DDDDDD url(images/sm-bigimage7.jpg) no-repeat;
	height: 584px;
}
.oneColFixCtrHdr #mainContent3 {
	/* padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #DDDDDD url(images/sm-bigimage6.jpg) no-repeat;
	height: 584px;
}
.oneColFixCtrHdr #mainContent4 {
	/* padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #DDDDDD url(images/sm-bigimage3.jpg) no-repeat;
	height: 584px;
}
.oneColFixCtrHdr #mainContent5 {
	/* padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #DDDDDD url(images/sm-bigimage4.jpg) no-repeat;
	height: 584px;
}
#mainmenu2 {
	background: url(images/mainmenu-who.png);
	width: 1004px;
	height: 45px;
}
#mainmenu3 {
	background: url(images/mainmenu-what.png);
	width: 1004px;
	height: 45px;
}
#mainmenu4 {
	background: url(images/mainmenu-done.png);
	width: 1004px;
	height: 45px;
}
#mainmenu5 {
	background: url(images/mainmenu-home.png);
	width: 1004px;
	height: 45px;
}
.menuitem a:hover .hoveritem2 {
	border-bottom: solid 3px #6ccb16;
}
.menuitem a:hover .hoveritem3 {
	border-bottom: solid 3px #007EFF;
}
.menuitem a:hover .hoveritem4 {
	border-bottom: solid 3px #e410ce;
}
#mainmenu {
	background: url(images/mainmenu-home.png);
	width: 1004px;
	height: 45px;
}
.videoplayer {
	margin-right: 10px;
	margin-top: 20px;
	float: left;
}
.imageplacer {
	margin-right: 10px;
	float: left;
}
#productiontext {
	margin: 15px 20px 10px 20px;
	font-size: 38px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
#productiontext a {
	color: #fff;
	text-decoration:none;
}
#productiontext a:hover {
	color: #ff7b00;
}
.smallertext {
	font-size: 68%;
}
.smallesttext {
	font-size: 40%;
}
#column1 {
	width: 470px;
	padding: 30px 10px 0 15px;
	float: left;
}
.column1 {
	width: 470px;
	padding: 30px 10px 0 15px;
	float: left;
}
#column2 {
	width: 220px;
	margin: 40px 10px 0 5px;
	padding: 10px 5px 10px 5px;
	background: url(images/smoke-background.png);
	float: left;
}
#column3 {
	width: 220px;
	margin: 40px 20px 0 10px;
	padding: 10px 5px 10px 5px;
	float: right;
	background: url(images/smoke-background.png);
}
#column2-2 {
	width: 300px;
	margin: 40px 10px 0 5px;
	padding: 10px 5px 10px 5px;
	background: url(images/smoke-background.png);
	float: left;
}
.column2-2 {
	width: 300px;
	margin: 40px 10px 0 5px;
	padding: 10px 5px 10px 5px;
	background: url(images/smoke-background.png);
	float: left;
}
.columnheading {
	font-size: 22px;
	font-weight: bold;
	font-family:Tahoma, Geneva, sans-serif;
}
.miniheading {
	font-size: 12px;
	font-weight: bold;
}
.columncontent {
	font-size: 12px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 16px;
}
.columncontent a {
	color: #DDD;
}
#spacer1 {
	width: 136px;
	float: left;
}
#spacer2 {
	width: 25px;
	float: left;
}
#spacer3 {
	width: 214px;
	float: left;
}
#spacer4 {
	width: 194px;
	float: left;
}
.menuitem {
	float: left;
}
.menuitem a .hoveritem {
	border-bottom: solid 3px #FFFFFF;
}
.menuitem a:hover .hoveritem {
	border-bottom: solid 3px #FF7B00;
}
.picture {
	margin-top: 0px;
}
.picture2 {
	margin-top: 50px;
	margin-left: 5px;
}
#contactus {
	position: relative;
	top: 231px;
	float: right;
}
.rightmenu {
	margin-bottom: 20px;
}
#name, #email {
	background-color:#000;
	color: #007EFF;
	border: solid 1px #007EFF;
	width: 216px;
	font-size: 14px;
	font-weight: bold;
}
#message {
	background-color:#000;
	color: #007EFF;
	border: solid 1px #007EFF;
	width: 216px;
	font-size: 12px;
}
#submitbutton {
	background-color:#000;
	color: #007EFF;
	border: solid 1px #007EFF;
	width: 216px;
	font-size: 14px;
	font-weight: bold;
}
a .portfoliobuttons {
	border: dashed 1px #FFF;
	margin-left: 4px;
}
a:hover .portfoliobuttons {
	border: solid 1px #FFF;
}
.smallfooter {
	font-size: 14px;
	color: #333;
}
.smallfooter a {
	color: #333;
}
.smallfooter a:hover {
	color: #000;
}

/* SCROLL SECTION */
ul, li {
	padding:0;
	margin:0;
	list-style:none;
}

#screen{
	height:540px;
	width:980px;
}

	#navigation{
		width:150px;
		text-align:left;
	margin: 40px 0px 0 20px;
	padding: 0;
	position: relative;
	float: right;
	}
		#navigation ul{
		}
			#navigation li{
				
			}
				#navigation a{
					color:#FFF;
					font-weight:bolder;
					text-decoration:none;
				}
	
#sections{
	overflow:hidden;
	width:810px;
	height:540px;
}
	
	#sections ul{
		width:5000px;
	}
	
		#sections li{
			float:left;
			padding-right: 20px;
		}
			
		
			#sections h2{
				display: none;
			}