@charset "UTF-8";
body  {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#999966;*/
	background: #252122;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}


.agcStyling #container { 
background-image: url(http://www.americanguitarsuk.com/assets/images/graphics/agcWebBack4.gif);
	background-repeat: no-repeat;
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

img { border: none; }

.agcStyling #header {
	height: 207px;
	width: 1098px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	position:relative;
	
	
}

.agcStyling #mainContent {
	height:auto;
	width: 850px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 10px;
	overflow:hidden;
	position:relative;
	font-family: "Arial", Helvetica, sans-serif;
	font-size:70%;
	font-style: normal;
	line-height: normal;
	font-weight:normal;
	font-variant:normal;
	color:#0000BB;
	text-decoration: none;
	letter-spacing: normal;
	border:none;
}

ul {
	/*clear: both;
	float: left;*/
	height: auto;
	width: auto;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 2px;
	right: 5px;
	bottom: 7px;
}
.agcStyling #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 151px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:none;
	color:#000055;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	clear: right;
	padding-top: 18px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 12px;
	border:none;
}


.agcStyling #footer {
clear:both;
float:left; 
	padding: 0px 15px 0px 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#F8554B;
	font: 60% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000055;
} 
.agcStyling #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.widebox { /*  */
	width:550px;
}
.mediumbox { /*  */
	width:300px;
}
.narrowbox { /*  */
	width:165px;
}
.vNarrowbox { /*  */
	width:65px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/************** #table styles***************/
#guitarlist{width: 100%;
}
td{padding:3px 0px 3px 0px;vertical-align:center;border:thin;
border-color:#FF3333}
td.ctr{padding:2px 0px;}
th.leftLabel{text-align:left;vertical-align:center;width:100px;font-size: 100%;}
tr.hilite {background:#F8554B;}
tr.hilite {font-family: "Arial", Helvetica, sans-serif;}
tr.hilite	{color: #000099;}
tr.hilite {line-height: 1.7;}
tr.hilite	{font-size: 12px;}
tr.nohilite {background:#FFF;}
tr.nohilite {font-family: "Arial", Helvetica, sans-serif;}
tr.nohilite	{color: #FF0000;}
tr.nohilite {line-height: 1.7;}
tr.nohilite	{font-size: 12px;}

h1 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:16px;
	font-style: normal;
	line-height: normal;
	font-weight:bolder;
	font-variant: normal;
	text-transform: none;
	color:#EE0000;
	text-decoration: none;
}

h4 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#000088;
	text-decoration: none;
}
h5 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#000055;
	text-decoration: none;
}

.rollover1 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#CC0000;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover1 a{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#CC0000;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover1 a:hover{
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#BBBBBB;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover1 a:active{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#FFFF99;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover1 a:visted{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#0099FF;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover2 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#DDDDDD;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover2 a{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#DDDDDD;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover2 a:hover{
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#BBBBBB;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover2 a:active{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#FFFF99;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover2 a:vistied{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#0099FF;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover3 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#0000DD;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover3 a{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#0000DD;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover3 a:hover{
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#BBBBBB;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover3 a:active{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#FFFF99;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover3 a:visted{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#0099FF;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover4 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#CC0000;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover4 a{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#CC0000;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover4 a:hover{
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#BBBBBB;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover4 a:active{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#FFFF99;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover4 a:vistied{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#0099FF;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover5 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#DDDDDD;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover5 a{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#DDDDDD;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover5 a:hover{
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#BBBBBB;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover5 a:active{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#FFFF99;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover5 a:vistied{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#0099FF;
	text-decoration: none;
	letter-spacing: normal;
}

.rollover6 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#0000DD;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover6 a{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#0000DD;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover6 a:hover{
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#BBBBBB;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover6 a:active{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#FFFF99;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover6 a:vistied{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#0099FF;
	text-decoration: none;
	letter-spacing: normal;
}

.rollover7 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#CCCC66;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover7 a{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#CCCC66;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover7 a:hover{
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#BBBBBB;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover7 a:active{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#FFFF99;
	text-decoration: none;
	letter-spacing: normal;
}
.rollover7 a:vistied{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color:#0099FF;
	text-decoration: none;
	letter-spacing: normal;
}

