body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

body{
	color:#555555;
	margin-top:3px;
	font-size:13px;
	background: url(images/dark_wood_texture.jpg) #282828;
	font-family:Arial, Helvetica, sans-serif;
	overflow-x: hidden;

}

#serviceBg{
	width:970px;
	height:621px;
	background-image:url(images/service-bg.jpg);
	background-repeat:no-repeat;
	margin:auto;
	}
	
#serviceBgText{
	margin-left:40px;
	padding-top:40px;
	height:auto;
	width:500px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	}

#serviceBg2{
	margin-left:40px;
	margin-top:200px;
	height:auto;
	width:500px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	}
.serviceBgFontSmall{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}


/*Banner START*/

#banner{
	width:978px;
	height:192px;
	padding-top:15px;
	background-image:url(images/createmedias-banner.png);
	background-repeat:no-repeat;
	margin-left:1px;
	margin:auto;
	color:#999;
	font-weight:bold;
	
	}

.menuImageDistance{
	margin-left:40px;
	margin-top:10px;
	width:70px;
	float:left;
	height:70px;
	}
	
.menuImageDistanceTwo{
	margin-left:100px;
	margin-top:0px;
	width:70px;
	float:left;
	height:70px;
	}
	
.kodama{
	margin-left:200px;
	margin-top:0px;
	width:100px;
	float:left;
	}
	}

/*Banner END*/







/*Flash Slide Show START*/


#flashSliderHome {
	width:960px;
	height:320px;
	margin:auto;
	}

/*Flash Slide Show END*/


/*FOOTER START*/

#footerBoxes{
	width:960px;
	height:180px;
	margin:auto;
	}
	
#footerShowcase{
	width:315px;
	height:180px;
	margin-right:5px;
	float:left;
	}
	
#footerServices{
	width:315px;
	height:180px;
	margin-right:10px;
	float:left;
	}
	
#footerContact{
	width:315px;
	height:180px;
	float:left;
	}


/*FOOTER END*/




/*font START*/

.showcaseHeader{
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-stretch:condensed;
	font-size:14px;
	color:#CCC;
	margin:0px;
	padding:0px;
	}

/*font END*/




/*SHOWCASE START*/

#showcaseBoxes{
	width:960px;
	height:auto;
	margin:auto;
	}

#footerWebsites{
	width:315px;
	height:auto;
	margin-right:5px;
	float:left;
	}
	
#footerLogos{
	width:315px;
	height:auto;
	margin-right:10px;
	float:left;
	}
	
#footerOther{
	width:315px;
	height:auto;
	float:left;
	}

/*SHOWCASE END*/




/*contact form START*/
.clear{
	clear:both;
}

#main-container{
	width:400px;
	margin:30px auto;
}

#form-container{
	background-color:#f5f5f5;
	padding:15px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

td{
	white-space:nowrap;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	color:#777777;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

h2{
	font-weight:normal;
	font-size:10px;
	
	text-transform:uppercase;
	
	color:#aaaaaa;
	margin-bottom:15px;
	
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	padding-bottom:10px;
}

label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}

textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

.tutorial-info{
	color:white;
	text-align:center;
	padding:10px;
	margin-top:10px;
}
/*contact form*/