/*----------------------------------
	Graffix guitars CSS
	version 2
----------------------------------*/


/*  common styles  */

body {
	background-color : #555555;
}

#nav_row {
	background-color : #9A9999;
}

.nav_row td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.footer {
	font-size : 9px;
	text-align: right;
	padding: 0 25px 0 0;
}

.footer a:link {
	color : #A6150C;
	background-color : #FFFFFF;
	font-weight : bold;
	text-decoration : underline;
}

.footer a:visited {
	color : #A6150C;
	background-color : #FFFFFF;
	font-weight : bold;
	text-decoration : underline;
}

.footer a:hover {
	color : #A6150C;
	background-color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}

#header_con {
	position : relative;
}

#header_data {
	position : absolute;
	left : 0px;
	top : 0px;
	z-index : 100;
}

img.subhead {
	margin-top : 31px;
}

.snap {
	clear : both;
}

a.dark {
	color : #FFFFFF;
	background-color : transparent;
	font-weight : bold;
	text-decoration : none;
}

a.dark:hover {
	color : #A6150C;
	background-color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}

.copy_head {
	color : #A6150C;
	font-weight : bold;
	font-size : 12px;
}

.dark_head {
	color : #FFFFFF;
	font-weight : bold;
	font-size : 12px;
}