@charset "utf-8";

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-color: #101010;
	/*color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

a {
	text-decoration: none;
}

td img {
	display: block;
	padding: 0px;
}


div#container {
	position:relative;
	width: 760px;
	text-align: left;
	background: url(../images/images_ncm/guitar%20wood%20background.jpg) repeat;
	margin:0 auto;
	/*border:1px solid #f00;*/
	border-top-width: thin;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-color: #BDBDBD;
}

/*
.oneColElsCtrHdr #header {
	background-image: none;
	margin-top: 10px;
} 
*/

div#header {
	position:static;
	width:740px;
	/*height:150px;*/
	background-image: none;
	margin:0px;
	padding:10px 10px 10px 10px;
	/*background-color:#009933;*/
	overflow:auto;
}

div#mainnav {
	position:static;
 	width:740px;
 	/*height:55px;*/
	text-align:center;
	margin-left:10px;
 	background:url(../images/images_ncm/bg_navbar.jpg) top left no-repeat;
	/*background-color:#FF6600;*/
}

div#mainnav ul {
	 list-style-type:none;
	 margin:0px;
	 padding:0px;
	 height:50px;
	 border:0px solid #900;
	 padding-left:30px;
}

div#mainnav li {
	/*float:left;*/
	float:left;
	margin:0px;
	padding:3px 25px 0px 25px;
	 /*background:url(../images/images_ncm/bg_fret.jpg) center no-repeat;*/
}

div#mainnav a {
	display:block;
	padding:5px 10px 5px 10px;
	color: #660000;
	width:60px;
	border:0px solid #000;
	font:bold 14px Georgia, "Times New Roman", Times, serif;
	background:url(../images/images_ncm/bg_fret.jpg) center no-repeat;
}

div#mainnav a:hover {
	color: #660000;
	font-weight:bold;
}

#mainContent {
	float: left;
	width:560px;
	background-image: none;
	/*background-color:#006699;*/
	padding:15px;
	margin:0px;
}




#mainContent h1 {
	margin:0px;
	font-family: "Bookman Old Style", Century, "Century Gothic";
	font-style: oblique;
}
/*
.oneColElsCtrHdr #mainContent img {
	border: thin ridge #BDBDBD;
	margin: 0px 10px 10px 10px;
}
*/

div#right_column {
	float:left;
	margin:0px;
	width:150px;
	margin-top:15px;
	border: thin solid #BDBDBD;
	background: url(../images/images_ncm/guitar%20wood%20light%20background.jpg);
	background-color:#333366;
}

div#login {
 	float: right;
 	width: 150px;
	height: 110px;
	border: thin solid #BDBDBD;
 	padding: 10px 8px;
	background: url(../images/images_ncm/guitar%20wood%20light%20background.jpg);
}

div#login p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px;
}

div#login a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

div#login a:hover {
	text-decoration:underline;
}

div#footer {
	clear:both;
	padding: 0 10px;
} 

div.countries {
	height:60px;
	width:240px;
	padding:0px 5px 0px 5px;
	border: thin solid #BDBDBD;
	background: url(../images/images_ncm/guitar%20wood%20light%20background.jpg);
	
}

select.field, input.field {
	width:250px;
}

img.main {
	border: thin ridge #BDBDBD;
	margin: 0px 0px 5px 0px;
}

img.flag {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}

fieldset {
	width: 80%;
	margin: 15px 0px 15px 0px;
	padding: 10px 0px 10px 0px;
	text-align:center;
	border:thin double ridge;
	border-color:#BDBDBD;
}

legend {
	font-weight:bold;
	font-size:14px;
	padding:0px 10px 0px 10px;
}

table.fieldset {
	font-size:12px;
}