Description: style sheet for DWG_MooFlow
Version: 1.0
Author: DWG
Author URL: http://www.designworksgarage.com
*/
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
		
/* end hide */

/*-----------------------------------------------------------------------*/
/* RESETS
/*-----------------------------------------------------------------------*/
body{
	padding:0;
	font-size: 62.5%;
	background-image: url(images/background_01.jpg);
	background-repeat: repeat;
	background-position: center;
	margin-top: 0;
	margin-right: 30;
	margin-bottom: 0;
	margin-left: 30;
}

h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin:0;
	padding:0;
}
#maincontent{
	height: auto;
	width: 100%;
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.myBackground{
	
	}

#mooFlowWrapper{
	display: block;
	float: left;
	height: auto;
	width: 675px;
	position: relative;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
/*-----------------------------------------------------------------------*/
/* MooFlow Content
/*-----------------------------------------------------------------------*/
.mf{
	visibility: hidden;
	z-index:1;
	color:#FFFFFF;
	font-size:1.6em;
	border: none;
	/* For other browsers */
    *background-image:none; /* turn off the standard css background for IE */
    *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/feature_back.png', sizingMethod='scale');
	font-family:Calibri;
	font-style: italic;
	font-variant:small-caps;
	font-size:34px;
	text-shadow:#000 1px 1px;
	line-height: 1.7px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:6px;
}
.mf * {
	outline:none;
	padding:0;
	margin:0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	-o-user-select:none;
	border:none;
}
.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10;
	margin:0 auto;
	top:45%;
	width:100%;
	padding:50px 0;
	background-image: url(images/ajax_loader.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:98;
	margin:1em auto;
	bottom:1px;
	width:100%;
}
.mf div.mfNav{
	position:absolute;
	z-index:99;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
	width:100%;
}
.mf div.autoPlayCon{
	float:left;
	width:10%;
	padding-left:3%;
	height:24px;
}
.mf a.play, .mf a.stop{
	width:27px;
	height:24px;
	float:left;
	cursor:pointer;
}
.mf a.play{
	background:url(skin/play.gif) no-repeat;
}
.mf a.stop{
	background:url(skin/stop.gif) no-repeat;
}
.mf div.sliderCon{
	margin-top:5px;
	float:left;
	width:74%;
}
.mf a.sliderNext{
	background:url(skin/left.gif) no-repeat;
}
.mf a.sliderPrev{
	background:url(skin/right.gif) no-repeat;
}
.mf a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:25px;
	height:16px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon{
	float:right;
	width:10%;
	padding-right:3%;
	height:24px;
}
.mf a.resize{
	width:34px;
	height:24px;
	float:right;
	cursor:pointer;
	background:url(skin/resize.gif) no-repeat;
}
.mf div.slider{
	background:url(skin/middle.gif) repeat-x;
	height:16px;
	position:relative;
	text-align:left;
	float:left;
}
.mf div.knob{
	height:16px;
	background:url(skin/middle-slider.gif) repeat-x right center;
}
.mf div.knobleft{
	background:url(skin/left-slider.gif) repeat-x center;
	width:8px;
	height:16px;
}

/*-----------------------------------------------------------------------*/
/* Info Area
/*-----------------------------------------------------------------------*/

#infoArea{
	background-color: #320D07;
	margin: 20px;
	padding: 20px;
	float: right;
	width: 500px;
	font-family: Georgia;
	color: #FFFFFF;
	text-decoration: none;
}

#infoArea h1{
	font-size: 4em;
	line-height: 1em;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

#infoArea ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 55px;
	list-style-type: square;
}

#infoArea li{
	font-size: 1.8em;
	font-style: italic;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#infoArea p{
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: normal;
}

#infoArea a{
	color: #FFCC00;
	text-decoration: none;
}

#infoArea a:hover{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
