@charset "utf-8";
/*****Dream Guitars StyleSheet*****/
/*****Created 11/07*****/
/** Basic Page Layout **/
body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center; /* centers for IE5 */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textfield {
	background: #EAEAEA;
	border: 1px solid #000000;
}

.main #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; /* override */
}
.main #header {
	background:#000000 url(images/header_left.png) left top no-repeat;
	padding: 0 10px 0 20px;
	height: 197px;
}
.main #logo {
	float: right;
	background: url(images/logo1.jpg) center no-repeat;
	width: 390px;
	height: 158px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.main #menu {
	font-size: 12px;
	width: 100%;
	height: 26px;
	line-height: 27px;
	border-bottom: 5px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	line-height: 27px;
	background-color: #FFFFFF;
}
#telephone {
	width:180px;
	float: right;
	clear: left;
	font-weight: bold;
	font-size:14px;
	text-align: right;
	border: 0;
}
.main #mainContent {
	padding: 0 20px;
	background: #FFF;
}
.main #footer {
	font-size: 10px;
	padding: 0 10px;
	background:#000;
	color: #FFFFFF;
}
/** Styles **/
.main #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 10px;
	font-weight: bold;
}
.main #header h1 {
	margin: 0;
	padding: 10px 0;
}
.style1 {color: #FF0000}
.style2 {color: #000000}
/*** Menu nav bar ***/
.menubackground {
	text-align: center;
}
#nav-menu {
	margin: 0 auto;
	padding: 4px 1px;
	list-style: none;
}
#nav-menu li {
	display: inline;
	height: 27px;
}
#nav-menu a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	vertical-align: super;
	margin-right: -3px;
	margin-bottom: 0;
	margin-left: -3px;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 30px;
	background-image: url(images/logo_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav-menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration: none;
	background-image: url(images/logo_menu2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*** Links ***/
a.footer:link {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
a.footer:visited {
	color: #FFF;
	text-decoration:none;
}
a.footer:hover {
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
}
a.footer:active {
	text-decoration: none;
	font-style:italic;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 100%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	background-position: left center;
	height: 30px;
	width: 100%;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.prodholder {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	clear: both;
}