﻿/*	_______________________________________________________________________	*/
/*	CSS		- General Styles												*/
/*	Site	- Paul Chambers Guitars											*/
/*	_______________________________________________________________________	*/

/*	_______________________________________________________________________	*/
/*	Page Format					 											*/
/*	_______________________________________________________________________	*/

html {
	font: 100% "Palatino Linotype";
	color: white;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	background-color: #000000;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
body {
	font: "Palatino Linotype";
	color: white;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	background-color: #000000;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
.pagesize {
	position: relative;
	width: 1038px;
	height: 680px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*	_______________________________________________________________________	*/
/*	Header						 											*/
/*	_______________________________________________________________________	*/

.header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

/*	_______________________________________________________________________	*/
/*	Menu 1 - Menu Container, Position & Line Items 							*/
/*	_______________________________________________________________________	*/

.menu1 {
	font: "Palatino Linotype";
	position: absolute;
	top: 80px;
	left: 0px;
	display: inline-block;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
.menu1.style1verticalsolid {
	width: 150px;
	border: 1px #666666 solid;
	padding: 2px 0px 2px 0px;
}
.menu1.style2verticaloutset {
	width: 150px;
	border: 3px #CCCCCC outset;
	padding: 0px;
}
.menu1 ul {
	list-style: none;
	list-style-type: none;
	width: 100%;
 	margin: 0px;
	border: 0px;
	padding: 0px;
}
.menu1 ul li {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

/*	_______________________________________________________________________	*/
/*	Menu1item - Format, Paragraph, Break & HR Definitions 					*/
/*	_______________________________________________________________________	*/

.menu1item {
	display: block;
	width: auto;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	line-height: normal;
}
.menu1item.level1 {
	font-size: 16px;
	height: 22px;
	line-height: normal;
	text-indent: 3px;
}
.menu1item.level2 {
	font-size: 14px;
	font-style: italic;
	height: 20px;
	line-height: normal;
	text-indent: 14px;
	color: aqua;
}
.menu1item.hr {
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	color: #666666;
	background-color: #666666;
}
.menu1item.hr hr {
	display: none;
}

/*	_______________________________________________________________________	*/
/*	Menu 1 Box - Box Format & Dynamic Behaviour								*/
/*	_______________________________________________________________________	*/

.menu1item.box {
	color: silver;
	background-color: black;
	margin: 1px 5px 3px 5px;
}
.menu1item.box:link {
}
.menu1item.box:visited {
}
.menu1item.box:hover {
	color: ButtonText;
	text-decoration: underline;
	background-color: #C0C0C0;
}
.menu1item.box:active {
}
.menu1item.box:focus {
	color: white;
	text-decoration: none;
	background-color: #808080;
}

/*	_______________________________________________________________________	*/
/*	Menu 1 Box - Box.CurrentSelection Item behaviour						*/
/*	_______________________________________________________________________	*/

.menu1item.box.currentselection {
	color: white;
	text-decoration: none;
	background-color: #808080;
}
.menu1item.box.currentselection:link {
}
.menu1item.box.currentselection:visited {
}
.menu1item.box.currentselection:hover {
	color: ButtonText;
	text-decoration: underline;
	background-color: #C0C0C0;
}
.menu1item.box.currentselection:active {
}
.menu1item.box.currentselection:focus {
}

/*	_______________________________________________________________________	*/
/*	Menu 1 Buttom -	Button Format & Dynamic behaviour						*/
/*	_______________________________________________________________________	*/

.menu1item.buttonsquare {
	color: ButtonText;
	background-color: ButtonFace;
	font-size: 16px;
	height: 18px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	margin: 5px 8px 5px 8px;
	border-top: 3px solid ButtonHighlight;	
	border-right: 3px solid ButtonShadow;	
	border-bottom: 3px solid ButtonShadow;	
	border-left: 3px solid ButtonHighlight;	
	padding: 1px 0px 5px 0px;
}
.menu1item.buttonsquare:link {
}
.menu1item.buttonsquare:visited {
}
.menu1item.buttonsquare:hover {
	color: ButtonText;
	text-decoration: underline;
	background-color: #C0C0C0;
}
.menu1item.buttonsquare:active {
}
.menu1item.buttonsquare:focus {
}

/*	_______________________________________________________________________	*/
/*	Menu 1 Button - Button.CurrentSelection Item behaviour					*/
/*	_______________________________________________________________________	*/

.menu1item.buttonsquare.currentselection {
	color: white;
	text-decoration: none;
	background-color: #808080;
}
.menu1item.buttonsquare.currentselection:link {
}
.menu1item.buttonsquare.currentselection:visited {
}
.menu1item.buttonsquare.currentselection:hover {
	color: ButtonText;
	text-decoration: underline;
	background-color: #C0C0C0;
}
.menu1item.buttonsquare.currentselection:active {
}
.menu1item.buttonsquare.currentselection:focus {
}

/*	_______________________________________________________________________	*/
/*	MainCol - Box Layouts													*/
/*	_______________________________________________________________________	*/

.maincol {
	position: absolute;
	top: 80px;
	left: 163px;
	width: 875px;
	min-height: 600px;
}
.maincol.widebox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 875px;
	height: 600px;
}
.maincol.narrowbox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 650px;
	min-height: 600px;
}

/*	_______________________________________________________________________	*/
/*	Home Page - Models & News Layout 										*/
/*	_______________________________________________________________________	*/

.homepage-models {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 535px;
	height: 510px;
	font-size: 16px;
}
.homepage-model-overview {
	position: absolute;
	top: 0px;
	width: 137px;
	height: 470px;
	padding: 10px;
	border: 4px #666666 outset;
}
.homepage-model-overview.CM1-overview {
	left: 15px;
}
.homepage-model-overview.NLS13-overview {
	left: 190px;
}
.homepage-model-overview.hauser-overview {
	left: 365px;
}
.homepage-news {
	position: absolute; 
	margin: none 0px;
	border: 4px #666666 outset;
	padding: 10px;
}
.homepage-news-position1 {
	top: 0px;
	left: 544px;
	width: 290px;
	height: 470px;
}
.homepage-news-item-type1 {
	position: relative; 
	width: auto;
	height: auto;
}

/*	_______________________________________________________________________	*/
/*	News Page - News Layout 										*/
/*	_______________________________________________________________________	*/

.newspage-news-item-type-1 {
	position: relative; 
	top: 0px;
	left: 0px;
	width: 760px;
	height: auto;
	margin: 10px 0px 10px 25px;
	border: 4px #666666 outset;
	padding: 6px 10px 6px 10px;
}

/*	_______________________________________________________________________	*/
/*	Models Page - Model Summary Layout 										*/
/*	_______________________________________________________________________	*/

.modelspage-models {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 650px;
	min-height: 450px;
	font-size: 16px;
}
.modelspage-model-summary {
	position: absolute;
	top: 0px;
	width: 170px;
	height: 470px;
	padding: 10px;
	border: 4px #666666 outset;
}
.modelspage-model-summary.CM1-summary {
	left: 15px;
}
.modelspage-model-summary.NLS13-summary {
	left: 228px;
}
.modelspage-model-summary.hauser-summary {
	left: 440px;
}

/*	_______________________________________________________________________	*/
/*	Guitar Spec Table Format	 											*/
/*	_______________________________________________________________________	*/

.guitar-spec-table {
	position: absolute;
	top: 20px;
	left: 340px;
	width: 460px;
	font: "Palatino Linotype";
	font-size: 14px;
	border-collapse: collapse;
	table-layout: fixed;
}
.guitar-spec-table-image {
	position: absolute;
	top: 20px;
	Left: 0px;
	width: 340px;
	height: 540px;
	text-align: center;
}
.padding-guitar-spec-table {
	padding: 20px 20px 20px 20px;
}
.guitar-spec-table td {
	vertical-align: top;
	text-align: left;
	padding: 3px 5px 3px 10px;
	border: 1px #666666 solid;
}
.guitar-spec-table td.border-none-right-bottom-left {
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.guitar-spec-table td.align-top-center {
	vertical-align: top;
	text-align: center;
}
.guitar-spec-table *.col1 {
	width: 100px;
}
.guitar-spec-table *.col2 {
	width: 360px;
}

/*	_______________________________________________________________________	*/
/*	Right Col (for use with maincol narrowbox border-solid-right								*/
/*	_______________________________________________________________________	*/

.rightcol {
	position: absolute;
	top: 10px;
	left: 670px;
	width: 175px;
	height: auto;
	min-height: 300px;
	color: #C0C0C0;
}
.rightcol h1 {
	font-size: 18px;
	font-weight: bold;
	color: #C0C0C0;
	text-align: center;
}
.rightcol ul {
	margin: 0px;
	border: 0px;
	padding: 0px;
	color: #C0C0C0;
	list-style-type: square;
}

.rightcol ul li {
	margin: 0px;
	border: 0px;
	padding: 0px;
	list-style: square;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 20px;
	margin-right: 5px;
	padding: 6px;
}

/*	_______________________________________________________________________	*/
/*	Footer																	*/
/*	_______________________________________________________________________	*/

.footer {
	position: absolute;
	bottom: 0px;
	width: 160px;
	height: 13px;
	clear: both;
}
.copyright {
	float: left;
	font-size: 13px;
	color: #C0C0C0;
}
.footerlink {
	float: right;
	font-size: 13px;
	color: #C0C0C0;
	margin-right: 10px;
}

/*	_______________________________________________________________________	*/
/*	Generic Styles															*/
/*	_______________________________________________________________________	*/

/*	_______________________________________________________________________	*/
/*	Generic Styles - Box (Positioning, Alignment, Margin, Border, Padding	*/
/*	_______________________________________________________________________	*/

.position-relative {
	position: relative;
}
.relative-top-left {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
}
.absolute-top-right {
	position: absolute;
	top: 0px;
	right: 0px;
}
.overflow-auto {
	overflow: auto;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-indent-100px {
	text-indent: 100px;
}
.text-align-right {
	text-align: right;
}
.vertical-align-top {
	vertical-align: top;
}
.text-decoration-underline {
	text-decoration: underline;
}
.font-size-18px {
	font-size: 18px;
}
.font-size-17px {
	font-size: 17px;
}
.font-size-16px {
	font-size: 16px;
}
.margin-none {
	margin: none 0px;
}
.margin-left-20px {
	margin-left: 20px;
}
.margin-left-100px {
	margin-left: 100px;
}
.margin-left-240px {
	margin-left: 240px;
}
.margin-left-280px {
	margin-left: 280px;
}
.margin-left-310px {
	margin-left: 310px;
}
.margin-left-330px {
	margin-left: 330px;
}
.margin-left-350px {
	margin-left: 350px;
}
.border-none {
	border: none 0px;
}
.border-solid-all {
	border: 1px #666666 solid;
}
.border-solid-right {
	border-right: 1px #666666 solid;
}
.padding-all-standard-text {
	padding: 20px 25px 20px 25px;
}
.padding-left-right-standard-text {
	padding: 0px 25px 0px 25px;
}
.padding-all-list {
	padding: 0px 25px 0px 25px;
}

/*	_______________________________________________________________________	*/
/*	Generic Styles - Text, Headings, p & li Formats							*/
/*	_______________________________________________________________________	*/

h1 {
	font: 100% Papyrus;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: normal;
	height: auto;
	margin-top: 16px;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	height: auto;
	margin-top: 10px;
	margin-bottom: 8px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	height: auto;
	margin-top: 8px;
	margin-bottom: 6px;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	height: auto;
	margin-top: 10px;
	margin-bottom: 14px;
}
ul {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
ul li {
	margin: 0px;
	border: 0px;
	padding: 0px;
	list-style-type: square;
	font-size: 16px;
	line-height: 20px;
	margin-left: 20px;
	margin-right: 5px;
	padding: 6px;
}

/*	_______________________________________________________________________	*/
/*	Generic Styles - Image Styles											*/
/*	_______________________________________________________________________	*/

.image-border-outset-all {
	margin: 5px 25px 5px 25px;
	border: 4px #CCCCCC outset;
	padding: 5px 8px 5px 8px;
}
.image-border-outset-left {
	margin: 5px 25px 5px 0px;
	border: 4px #CCCCCC outset;
	padding: 5px 8px 5px 8px;
}
.image-border-outset-left-nomargin {
	margin: none 0px;
	border: 4px #CCCCCC outset;
	padding: 5px 8px 5px 8px;
}
.image-border-outset-right {
	margin: 5px 0px 5px 25px;;
	border: 4px #CCCCCC outset;
	padding: 5px 8px 5px 8px;
}

/*	_______________________________________________________________________	*/
/*	Generic Styles - Link Behaviour											*/
/*	_______________________________________________________________________	*/

a:link {
	text-decoration: none;
	color: #C0C0C0;
}
a:visited {
	text-decoration: none;
	color: #C0C0C0;
}
a:hover {
	text-decoration: underline;
	color: black;
	background-color: #C0C0C0;
}
a:active {
}
a:focus {
}

/*	_______________________________________________________________________	*/
/*	Generic Styles - Generic space removers									*/
/*	_______________________________________________________________________	*/

.space-remover-2px {
	margin-top: -2px; 
}
.space-remover-4px {
	margin-top: -4px; 
}
.space-remover-6px {
	margin-top: -6px; 
}
.space-remover-8px {
	margin-top: -8px; 
}
.space-remover-10px {
	margin-top: -10px; 
}
.space-remover-12px {
	margin-top: -12px; 
}
.space-remover-14px {
	margin-top: -14px; 
}
.space-remover-16px {
	margin-top: -16px; 
}
.space-remover-18px {
	margin-top: -18px; 
}
.space-remover-20px {
	margin-top: -20px; 
}
.space-remover-22px {
	margin-top: -22px; 
}
.space-remover-24px {
	margin-top: -24px; 
}
.space-remover-26px {
	margin-top: -26px; 
}
.space-remover-28px {
	margin-top: -28px; 
}
.space-remover-30px {
	margin-top: -30px; 
}

/*	_______________________________________________________________________	*/
/*	Printing																*/
/*	_______________________________________________________________________	*/

@media print
{
.menu1 {
	display: none;
}
.rightcol {
	display: none;
}
.maincol {
	width: 100%;
	float: none;
}
}

