/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 83%;
}

p {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 18px;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8C8C8C;
	color: #CCCCCC;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.8em;
}

a:link, a:visited {
	color: #FF9900;
}

a:hover {
	color: #FF6600;
}

table {}

table tr {}

table th {}

table td {}	

img {
	border: 1px solid #666666;
}

#enter_button {
	font-size: 1.8em;
}

#enter_button a:link, #enter_button  a:visited {
	color: #333333;
	text-decoration: none;
}

#enter_button a:hover {
	color: #999999;
}

#logo {
	background-image: url(images/philsfenders_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding: 0px;
	height: 618px;
	width: 100%;
	margin-top: -309px;
	position: absolute;
	top: 50%;
	left: 0px;
}

#main_slogan {
	background-image: url(images/the_fender_f_series_collection.jpg);
	background-repeat: no-repeat;
	display: block;
	margin-top: -218px;
	height: 16px;
	width: 100%;
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 25;
	background-position: right top;
}

#slogan {
	background-image: url(images/slogan.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: 100;
	height: 67px;
	width: 476px;
	left: 50%;
	top: 50%;
	margin-top: 125px;
	margin-left: -238px;
}

#introduction {
	font-size: 1.2em;
	width: 748px;
	margin-top: 210px;
	margin-left: -375px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
}

#menu {
	display: block;
	width: 100%;
	margin-top: 205px;
	position: absolute;
	top: 50%;
	right: 10px;
	text-align: right;
	font-size: 1.2em;
	color: #999999;
}

#menu a:link, #menu a:visited {
	color: #000000;
	text-decoration: none;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu a:hover {
	color: #999999;
}

#guitar_menu {
	z-index:1;
	position: absolute;
	left: 0px;	
}

#guitar_menu a:link, #guitar_menu a:visited {
	font-size: 1.4em;
	background-image: url(images/60percent.png);
	background-repeat: repeat;
	text-align: center;
	display: block;
	margin: 5px;
	padding: 5px;
	height: 21px;
	width: 100px;
	text-decoration: none;
	border: 0px solid #666666;
	color: #000000;
}

#guitar_menu a:hover {
	background-image: url(images/button_back_on.png);
	background-repeat: repeat-y;
}


#content {
	background-color: #999999;
	display: block;
	padding: 0px;
	height: 400px;
	width: 100%;
	margin-top: -200px;
	position: absolute;
	top: 50%;
	left: 0px;
	background-image: url(images/body_back.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#content1 {
	background-color: #999999;
	display: block;
	padding: 0px;
	height: 400px;
	width: 100%;
	margin-top: -200px;
	position: absolute;
	top: 50%;
	left: 0px;
}

#photo {
	padding: 0px;
	height: 390px;
	margin-top: -195px;
	position: absolute;
	top: 50%;
	right: 90px;
	z-index: 0;
}

#group_photo {
	padding: 0px;
	height: 390px;
	margin-top: -195px;
	position: absolute;
	top: 50%;
	left: 120px;
	z-index: 0;
}

#group {
	padding: 0px;
	margin-top: -195px;
	position: absolute;
	top: 50%;
	z-index: 0;
	margin-left: -374px;
	left: 50%;
}

#scroll {
	overflow: auto;
	border: 1px solid #666666;
	display: block;
	padding: 5px;
	height: 378px;
	margin-top: -195px;
	position: absolute;
	z-index: 150;
	top: 50%;
	left: 120px;
	right: 388px;
	background-color: #666666;
	color: #FFFFFF;
/*********** Internet Explorer Only ***********/

	scrollbar-arrow-color: #333;
	scrollbar-3dlight-color: #bbb;
	scrollbar-highlight-color: #eee;
	scrollbar-face-color: #bbb;
	scrollbar-shadow-color: #eee;
	scrollbar-darkshadow-color: #bbb;
	scrollbar-track-color: #fff;
}

#scroll_100_percent {
	overflow: auto;
	border: 1px solid #666666;
	display: block;
	padding: 5px;
	height: 378px;
	margin-top: -195px;
	position: absolute;
	z-index: 150;
	top: 50%;
	left: 120px;
	right: 5px;
	background-color: #666666;
	color: #FFFFFF;
/*********** Internet Explorer Only ***********/

	scrollbar-arrow-color: #333;
	scrollbar-3dlight-color: #bbb;
	scrollbar-highlight-color: #eee;
	scrollbar-face-color: #bbb;
	scrollbar-shadow-color: #eee;
	scrollbar-darkshadow-color: #bbb;
	scrollbar-track-color: #fff;
}

table#specification_table {
	float: left;
	border: 1px solid #333333;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#specification_table th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 3px;
	background-color: #666666;
}

#specification_table td {
	background-color: #a3a3a3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 3px;
}

table#price_guide {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#price_guide th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 3px;
	background-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#price_guide td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	background-color: #a3a3a3;
}

/*********** Guitar Shot Gallery ***********/

#gallery {
	width:600px;
	height:390px;
	position:absolute;
	right: 5px;
	top: 50%;
	margin-top: -195px;
	padding: 0px;
}

#gallery b#thumbs {
	display:block; 
	width:83px; 
	height:390px; 
	overflow:auto; 
	float:right; 
	border:0px solid #666666; 
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#gallery b#thumbs a {
	display:block; 
	float:left; 
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	background-image: url(images/f_sign_back_small.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width:54px; 
	height:72px; 
	border:1px solid #666666;
}

#gallery b#thumbs a img {
	width:54px; 
	height:72px; 
	border:0px solid #666666;
}

#gallery b#thumbs a:hover {
	width:54px; 
	height:72px; 
	border:1px solid #666666;
}

#gallery b#thumbs a:active, #gallery b#thumbs a:focus {
	width:54px; 
	height:72px; 
	border:0px solid #666666;
}

#gallery b#thumbs a:hover img {
	width:54px; 
	height:72px; 
	border:0px solid #666666;
}

#gallery b#thumbs a:active img, #gallery b#thumbs a:focus img {
	position: absolute; 
	z-index: 100;
	width:291px; 
	height:388px; 
	right:85px; 
	top:0px; 
	border:1px solid #666666;
}

#gallery_ff {
	width:600px;
	height:390px;
	position:absolute;
	right: 5px;
	top: 50%;
	margin-top: -195px;
	padding: 0px;
}

#gallery_ff b#thumbs {
	display:block; 
	width:83px; 
	height:390px; 
	overflow:auto; 
	float:right; 
	border:0px solid #666666; 
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#gallery_ff b#thumbs a {
	display:block; 
	float:left; 
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	background-image: url(images/double_f_sign_back_small.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width:54px; 
	height:72px; 
	border:1px solid #666666;
}

#gallery_ff b#thumbs a img {
	width:54px; 
	height:72px; 
	border:0px solid #666666;
}

#gallery_ff b#thumbs a:hover {
	width:54px; 
	height:72px; 
	border:1px solid #666666;
}

#gallery_ff b#thumbs a:active, #gallery_ff b#thumbs a:focus {
	width:54px; 
	height:72px; 
	border:0px solid #666666;
}

#gallery_ff b#thumbs a:hover img {
	width:54px; 
	height:72px; 
	border:0px solid #666666;
}

#gallery_ff b#thumbs a:active img, #gallery_ff b#thumbs a:focus img {
	position: absolute; 
	z-index: 100;
	width:291px; 
	height:388px; 
	right:85px; 
	top:0px; 
	border:1px solid #666666;
}


/*********** Internet Explorer Only ***********/
#gallery b {
scrollbar-arrow-color: #333;
scrollbar-3dlight-color: #bbb;
scrollbar-highlight-color: #eee;
scrollbar-face-color: #bbb;
scrollbar-shadow-color: #eee;
scrollbar-darkshadow-color: #bbb;
scrollbar-track-color: #fff;
}

#gallery_ff b {
scrollbar-arrow-color: #333;
scrollbar-3dlight-color: #bbb;
scrollbar-highlight-color: #eee;
scrollbar-face-color: #bbb;
scrollbar-shadow-color: #eee;
scrollbar-darkshadow-color: #bbb;
scrollbar-track-color: #fff;
}

#gallery2 {
scrollbar-arrow-color: #333;
scrollbar-3dlight-color: #bbb;
scrollbar-highlight-color: #eee;
scrollbar-face-color: #bbb;
scrollbar-shadow-color: #eee;
scrollbar-darkshadow-color: #bbb;
scrollbar-track-color: #fff;
}

/********** Advertisment Gallery **********/

#gallery2 {position:absolute;width:772px;height: 400px;margin-top: -200px;top: 50%;left: 120px;}
#thumbs2 {width:479px;height:388px;float:right;padding:5px;overflow:auto;}
#thumbs2 a {display:block;float:left;margin:0 0 5px 5px;width:146px;height:190px;border:1px solid #666666;text-decoration: none;background-image: url(images/enlarge.jpg);background-repeat: no-repeat;}
#thumbs2 a img {width:146px; height:190px; border:0;}
#thumbs2 a:hover {border-color:#666666;}
#thumbs2 a:hover img {position:absolute; width:auto; height:auto; left:0px; top:0; border:1px solid #666666;margin-top: 5px;}
#thumbs2 a b {visibility:hidden;position:absolute;width:300px;height:20px;top:50%;color:#000;font-weight:normal;text-align:left;z-index:1;margin-top: 181px;left:0px;}
#thumbs2 a:hover b {visibility:visible;}

#ads_heading {
	font-size: 1.8em;
	color: #CCCCCC;
	width: 280px;
	position: absolute;
	left: 125px;
	top: 50%;
	margin-top: -40px;
	text-align: center;
}

#info_table {
	border: 0px dotted #CCCCCC;
}

#info_table th {
	border: 1px dotted #CCCCCC;
}

#info_table td {
	border: 1px dotted #CCCCCC;
}

blockquote {
	font-style: italic;
}

.left {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}