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

/*=================== general reset css ==========================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul,li { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }



/*---- body -------------------------------------------------------- */

body{
	background-color: #000000;
}

/*---- positions divs -------------------------------------------------------- */

#container{
	width: 960px;
	margin: 0 auto;
	padding: 60px 0 20px 0;
	
}

#sidebar{
	width: 250px;
	float: right;
	background-image: url(images/bg_sidebar_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#main_column{
	width: 680px;
	float: left;
}


#header{
	height: 240px;
	/*- background-image:url(images/header_innerpages.jpg); */
	margin: 36px 0 0 0;
	background-repeat: no-repeat;
}

#navigation{
	margin: 6px 0 0 0;
/*	background-image:url(images/line_navigation.png);
	background-repeat: no-repeat;
	background-position: left bottom; */

}

#content{
	padding: 0 0 30px 0;
/*	background-image: url(images/bg_line.png);
	background-repeat: no-repeat;
	background-position: -270px bottom; */
}



#footer{
	height: 20px;
	clear: both;
	width: 670px;
	padding: 5px 10px 0 0px;

}


/*---- h1 Harveys logo-------------------------------------------------------- */

h1 a{
	display: block;
	height: 140px;
	text-indent: -9999px;
}


/*---- content-------------------------------------------------------- */

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C0C0C0;
	letter-spacing: 0.5px;
	font-weight: lighter;
}
.content1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C0C0C0;
	letter-spacing: 0.5px;
	font-weight: lighter;
}


#content a{
	color: #cccccc;
}

#content a:hover{
	color: #ffffff;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px 0 15px 0;
	padding: 0 0 5px 0;
/*	background-image: url(images/bg_line.png);
	background-repeat: no-repeat;
	background-position: -270px bottom; */
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

#content li {
	line-height: 24px;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C0C0C0;
	letter-spacing: 1px;
	font-weight: lighter;
	list-style-position: inside;
}

#content img{
	padding: 3px;
	border: 1px solid #333333;
	margin: 8px;
}

/*---- navigation -------------------------------------------------------- */

#navigation ul.main_nav{
/*	background-image:url(images/line_navigation.png);
	background-repeat: no-repeat;
	background-position: -50px top; */
	padding: 1px 0 0 0;
}

#navigation ul.secondary_nav{
/*	background-image:url(images/line_navigation.png);
	background-repeat: no-repeat;
	background-position: left top; */
	padding: 1px 0 0 0;
}

#navigation ul.secondary_nav{
	margin: 18px 0 0 0;
}

#navigation ul.secondary_nav li{
	padding: 0 0 1px 0;
}

#navigation ul.secondary_nav li a{
	padding: 5px;
}

#navigation ul li{
	color: #fff;
}

#navigation ul li a{
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	width: 220px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
}

#navigation ul.main_nav li a{
	padding: 7px 5px 8px 5px;
}

#navigation ul li a:hover{
/*	background-image: url(images/bg_nav_on2.png); 
	background-repeat: repeat-y; */
}

#navigation ul li a.active{
/*	background-image: url(images/bg_nav_on2.png); 
	background-repeat: repeat-y; */
}


/*---- footer -------------------------------------------------------- */

#footer li{
	float: right;
	margin: 0 0 0 10px;
}

#footer ul li a{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

#footer ul li a:hover{
	color: #fff;
}

/*====================== contact forms ======================*/

input.field{
	background-image: url(images/bg_field.gif);
	background-repeat: repeat-x;
	border: 1px solid #ffffff;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 8px;
	margin-bottom: 16px;
	width: 320px;
} 

textarea{
	background-image: url(images/bg_field.gif);
	background-repeat: repeat-x;
	border: 1px solid #ffffff;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	padding: 8px;
	margin-bottom: 16px;
	width: 320px;
	height: 120px;
	overflow: auto;
} 

input[type=submit]{
	height: 30px;
	width: 82px;
/*	background-image: url(images/bg_button.png);
	background-repeat: no-repeat; */
	border: none;
	background-color:#ffffff;	
}


.music_button{
	background-color:#000000;
	border:none;
	color:#999999;
	float:left;
	font-size: 10px;
}

#contact_address{
	float: right;
	width: 200px;
}


#copyright{
	height: 20px;
	margin: 50px 0 50px 0;	
}

#copyright p, #copyright p a{
	color: #222;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#copyright p.left{
	float: left;
}

#copyright p.right{
	float: right;
}
