/*
-----------------------------------------------
Mergeworks Media
Copyright 2008
----------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, form, fieldset, table, img, ol, ul, li, table, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

body {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	background: #1c1c1c url(images/mwm_background.jpg) top center no-repeat fixed;
	margin: 0;
	padding: 0;
}

html {
	overflow: scroll;
}

ul, p {
	padding-bottom: 15px;
}
	
#outerwrap {
	width: 750px;
	margin: 0 auto;
	padding: 0;
}

#header {
	height: 133px;
	width: 750px;
	float: left;
	position: relative;
}

#logo {
	width: 364px;
	height: 33px;
	position: absolute;
	top: 58px;
	left: 0px;
	background: url(images/mwm_logo2.gif) top left no-repeat;
}

#logo a {
	display: block;
	width: 364px;
	height: 33px;
}

#navigation {
	position: absolute;
	top: 100px;
	right: 0px;
	font-size: 13px;
	height: 18px;
	width: 386px;
	text-align: right;
	color:#6b6b6b;
}

a:link {
  color:#898989;
  text-decoration:none;
}

a:visited {
  color:#898989;
  text-decoration:none;
}

a:hover {
  color:#FFFFFF;
  text-decoration:none;
}

body#home a#homenav,
body#audio a#audionav,
body#video a#videonav,
body#photo a#photonav,
body#design a#designnav,
body#contact a#contactnav {
  color:#F69333;
  text-decoration: none;
  cursor: default;	
}

#content {
	width: 750px;
	clear: both;
}

#topRound {
	background:url(images/mwm_topround.png) no-repeat;
	width: 750px;
	height: 20px;
	margin: 0;
}

#middleRound {
	background:url(images/mwm_middle.png) repeat-y;
	width: 690px;
	padding: 10px 30px 10px 30px;
	margin: 0;
}

#bottomRound {
	display: block;
	clear: both;
	background:url(images/mwm_bottomround.png) bottom;
	width: 750px;
	height: 20px;
	margin: 0;
}

#rightimage {
	float: right;
}

.leftimage {
	float: left;
	padding: 5px 20px 20px 0px;
}

.clear {
	clear: both;
}

.logo {
	padding: 35px 0 15px;
}

#gallery {
	margin: 0px auto;

} 

.gallery {
	border: 2px solid #4B4B4B;
	margin: 15px;
}

.hide {
	display: none;
}

/* Headings
----------------------------------------------- */
h1 {
	font-size: 135%;
	margin: 0 0 10px;
	padding-bottom: 8px;
	clear: left;
	color:#F69333;
	font-weight: normal;
	height: 29px;
	text-transform: uppercase;
	text-indent: -9999px;

}

h2 {
	font-size: 1.2em;
	margin: 0em 0em .5em 0em;
	font-weight: bold;
	color: #242C40;
}

h3 {
	font-size: 1.2em;
	margin: 0em 0em .5em 0em;
	font-weight: normal;
}

h4 {
	font-size: 1.0em;
	margin: 0em 0em .5em 0em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 0em 0em .5em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 0em 0em .5em 0em;
	text-align: right;
}

#footer {
	margin-top: 5px;
	font-size: 12px;
	float: right;
	line-height: 20px;
	padding: 5px 5px 60px;
	color: #898989;
}

ul {
	list-style-position: inside;
	list-style-type: square;
}
		
/* Contact
----------------------------------------------- */
#form {
	margin: 0;
}

#commentform input {
	width: 50%;
	padding: 2px;
	/*width: 170px;*/
/*	padding: 2px;
	margin: 5px 5px 1px 0;*/
	}

#commentform textarea {
	width: 50%;
	padding: 2px;
	}

#commentform #submit {
	width: 25%;
	margin: 0;
	padding: 0;
	}
	
#commentform p {
	margin: 5px 0;
	}
	
#commentform input, #commentform textarea {

/*	font: 0.9em Arial, Helvetica, Sans-Serif;
*//*	border: 1px solid #959596;
*/	}