﻿/* Normal, standard links. */
a:link
{
	color: #033399;
	text-decoration: underline;
}
a:visited
{
	color: #033399;
	text-decoration: underline;
}
a:hover
{
	color: #033399;
	text-decoration: underline;
}

/*headers*/
h1,h2,h3,h4,h5,h6 {font-family: Arial, Helvetica, sans-serif;}
h1 {font-size: 18px;
	color: #033399;}
h2 {font-size: 16px;
	color: #033399;}
h3 {font-size: 14px;
	color: #033399;}

/* Navigation links for the main navigation */
.nav, .nav:link, .nav:visited
{
	color: #1888F0;
	text-decoration: none;
}
a.nav:hover
{
	color: #000000;
	text-decoration: none;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Microsoft Sans Serif, MS Sans Serif, Segoe Print;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}

.logo
{
	background-color: #FFFFFF;
	}
	
.foot
{
	background-color:#B2CDE0;
	}

body {
	font-family: Microsoft Sans Serif, MS Sans Serif, Segoe Print;
	font-size: 14px;
	color: #000000;
	margin-top: 10px;
	background-color:#FFFFFF;
}

.border {
	border:#033399;
	border-style:solid;
	border-width:thick;
}

/*Navigation*/

#menu {
	background: #FFF url(../images/menu.png) no-repeat 0 0;
	clear: both;
	font-size: .83em;
	height: 37px;
	margin: 12px 0;
	overflow: hidden;
	width: 732px;
}
#menu ul {
	height: 37px;
	list-style: none;
	margin: 0 0 2px 13px;
	width: 712px;
}
#menu li {
	display: block;
	height: 37px;
	float: left;
	margin: 0 1px 0 0;
	text-align: center;
}
#menu a {
	border: none;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 89px;
}
#menu a:hover {
	background: #FFF url(../images/menurollover.png) repeat-x 50% 0;
	border: none;
	color: #033399;
}
#n_home a {
	width: 120px;
}
#n_showroom a {
	width: 120px;
}
#n_members a {
	width: 120px;
}
#n_advertise a {
	width: 120px;
}
#n_contact a {
	width: 120px;
}



/*Rounded Corners*/

.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#aaa; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#aaa; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#aaa; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#aaa; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #ddd;}
.headh {background: #aaa; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenth {background: #ddd; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.contentbody {background: #fff; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.contenth div {margin-left: 12px; padding-top: 5px;}

/*Header Rounded Corners*/

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#1888F0; margin:0 5px;}
.b2f {height:1px; background:#1888F0; margin:0 3px;}
.b3f {height:1px; background:#1888F0; margin:0 2px;}
.b4f {height:2px; background:#1888F0; margin:0 1px;}
.contentf {background: #1888F0;}
.contentf div {margin-left: 5px;}

/*Rounded Corners*/

#rnd_container {background: #F1F1F1; margin:1px;}
    
    .rnd_top, .rnd_bottom {display:block; background:transparent; font-size:1px;}
    .rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {display:block; overflow:hidden;}
    .rnd_b1, .rnd_b2, .rnd_b3 {height:1px;}
    .rnd_b2, .rnd_b3, .rnd_b4 {background:transparent; border-left:1px solid #033399; border-right:1px solid #033399;}
    .rnd_b1 {margin:0 5px; background:#033399;}
    .rnd_b2 {margin:0 3px; border-width:0 2px;}
    .rnd_b3 {margin:0 2px;}
    .rnd_b4 {height:2px; margin:0 1px;}
    .rnd_content {
    display:block;
    border:0 solid #033399;
    border-width:0 1px;
    padding: 4px;
    
    }