/* Poling Guitars copyright 2006 ==================================================================================== */

body {
	margin:0;
	padding:0;
	background:url(../images/body.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
}

form {
	margin:0;
	padding:0
}


td, tr {
	font-size:12px/14px;
	color:#5C5741;
	vertical-align:top;
	text-align:left;
}



/* containers ----------------------------------------------------------------------------------------------------- */

#container {
	width:771px;
	margin:0 auto;
	padding:0;
	background-image:url(../images/banner_bkgd.gif);
	background-repeat:repeat-x;
}

#nav {
	margin:0;
	padding:0;
	width:232px;
	height:253px;
	background-image:url(../images/nav_tile.gif);
	background-repeat:repeat-x;
}

#inner {
	background-image:url(../images/welcome_bkgd.gif);
	background-repeat:repeat-y;
	padding:0 20px 30px 20px;
	margin:0;
}

#welcome {
	background-image:url(../images/welcome_bkgd.gif);
	background-repeat:repeat-y;
	padding:0 0 20px 0;
	height:440px;
	margin:0;
}

#welcome .leftcol {
	padding:0 20px;
}

#welcome .rightcol {

}

#news {
	margin:0;
	padding:20px 0;
	background-image:url(../images/news_tile.gif);
	background-repeat:repeat-x;
	background-color:#326165;
}

#footer {
	background-image:url(../images/footer_bkgd.gif);
	background-repeat:repeat-x;
	height:89px;
	width:771px;
	margin:0;
	padding:0;
}

.model {
	border:1px solid #4d3c24;
	margin: 0 10px 0 0;
}

.banner {
	margin:0;
	padding:0;
}

#shadow {
	margin:0;
	padding:0;
	background-image:url(../images/welcome_bkgd.gif);
	background-repeat:repeat-y;
	height:56px;
	vertical-align:top;
}

/* links ---------------------------------------------------------------------------------------------------------- */

a{ color:#434200; text-decoration:underline;}
a:hover{ color:#434200; text-decoration:none;}

h6 a:link, h6 a:visited {
	color:#8f8a71;
	text-decoration:none;
}

h6 a:hover {
	color:#e7e6c5;
	text-decoration:underline;
}


#news a:link, #news a:visited {
	color:#fbbe2d;
	font-style:italic;
	text-decoration:none;
}

#news a:hover {
	color:#fff;
	text-decoration:underline;
}

#footer a:link, #footer a:visited {
	color:#fbbe2d;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

.projects dt a:link , .projects dt a:visited {
	text-decoration:none;
}

.projects dt a:hover {
	text-decoration:underline;
	color:#000;
}


/* text ----------------------------------------------------------------------------------------------------------- */

h1 {
	font-size:19px;
	font-weight:normal;
	color:#4d3c24;
	padding:10px 0 0 0;
	margin:0;
}

h2 {
	font-size:15px;
	font-weight:normal;
	color:#000;
	margin:20px 0 0 0;
}

h6 {
	display:inline;
	clear:none;
	margin:0;
	padding:0 0 0 100px;
	line-height:97px;
	font-weight:normal;
	font-size:12px;
	color:#8f8a71;
}

#inner p {
	margin:5px 0 10px 0;
}

#nav ul, #nav li {
	list-style:none;
	margin:0;
	padding:0;
}

#nav ul {
	padding:26px 0 0 0;
	margin:0;
}


#news p, #footer p {
	margin:0;
	padding:20px;
	color:#e7e6c5;
	font-size:11px;
}

dl.projects {
	margin:0;
}

.projects dt {
	list-style-type:square;
	margin:8px 0 0 0;
}

.projects dd {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 0 5px;
	color:#787752;
	font-size:small;
}

.leftcol p {
	margin-bottom:20px;
}

p.feature {
	width:230px;
}


#inner ul li {
	line-height:130%;
	list-style-type:square;
}

#inner dl dd {
	margin:0 10px 0 10px;
	line-height:120%;
	display:inline;	
}

#inner dl dt {
	margin:0 10px 0 0;
	line-height:120%;
	clear:left;
	
}

img.border {
	border:6px solid #fff;
	margin:8px;
}


/* template legacy styles ----------------------------------------------------------------------------------------- */

table.options {
	border:1px solid #e7e6c5;
	margin-top:5px;
}

table.options td {
	border:1px solid #e7e6c5;
}

table.options tr:hover {
	background-color:#e7e6c5;
	color:#333;
}