/* UNIVERSAL */

body {
	margin: 0;
	background: url(../images/bg.jpg) top repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5b5b5b
}

a {
	color: #335e98
}

a:hover {
	text-decoration: none;
	color: #335e98
}

img {
	border: 0;
}

.clearfix {
	clear: both
}

.floatleft {
	float: left
}



/* TEXT */

p {
	margin: 12px 0;
	padding: 0;
}

#content ul {
	padding: 0;
	margin: 0 0 0 12px;
}

#content li {
	margin: 6px 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 38px;
	font-style: italic;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 26px;
	font-style: italic;
	font-weight: normal;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 12px;
	line-height: 18px;
}

h1.red a, h1.red a:hover {
	color: #e32a29
}

h2.red a, h2.red a:hover {
	color: #e32a29
}

h3.red a, h3.red a:hover {
	color: #e32a29
}

.red {
	color: #e32a29
}

.blue {
	color: #335e98
}



/* LAYOUT */

#wrapper {
	width: 952px
}

#container {
	width: 692px; 
	float: left; 
	padding-left: 15px
}

#main {
	float: left; 
	border: 1px solid #dccdb6; 
	background-color: #ffffff; 
	width:665px; 
	margin-top: 19px;
	padding-left: 25px;
}

#homeMain {
	float: left; 
	border: 1px solid #dccdb6; 
	background-color: #ffffff; 
	width:665px; 
	padding-left: 25px;
	margin-top: 15px
}

#homeFlash {
	margin-top: 19px; 
	float: left
}

#homeLeft {
	float: left; 
	width: 290px; 
	background: url(../images/design-blue.gif) top left no-repeat; 
	padding-top: 25px
}

#homeRight {
	float: left; 
	width: 290px; 
	background: url(../images/design-red.gif) top left no-repeat; 
	padding-top: 25px
}

#homeRight a, #homeRight a:hover {
	color: #e32a29
}

#content {
	float: left; 
	width: 640px; 
	background: url(../images/design-red.gif) top left no-repeat; 
	padding: 25px 0;
}

#contentLeft {
	float: left; 
	width: 255px; 
	padding-left: 25px; 
}

#contentRight {
	float: left; 
	width: 265px; 
}

.vertDivider {
	float:left; 
	margin: 10px 0;
	padding: 0 28px;
	background: url(../images/vert-divider.gif) center repeat-y;
	width: 2px;
	height: 475px;
}

.horizDivider {
	margin: 6px 0
}

.picBdr {
	float:right; 
	margin: 8px; 
	padding: 10px; 
	border: 1px solid #cccccc
}

#footer {
	width: 692px; 
	float: left; 
	font-size: 10px; 
	color: #a0845e; 
	margin-top: 6px
}

#footer a, #footer a:hover {
	color: #a0845e; 
}

/* SIDE VERTICAL NAV */

#verticalNav {
	width: 245px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
	color: #917754;
}

#verticalNav a {
	cursor: pointer;
}

#verticalNavBg {
	width: 245px;
	background: url(../images/nav-bg.jpg) top repeat-y;
}

#verticalNav ul {
	padding: 0;
	margin: 0 0 10px 16px;
	width: 219px;
	font-size: 14px; 
	line-height: 20px;
}

#verticalNav ul li {
	padding: 0;
	margin: 2px 0;
	list-style: none;
}

#verticalNav ul li a {
	color: #917754;
	text-decoration: none;
}

#verticalNav ul li a:hover {
	color: #c81c19;
	text-decoration: none;
}

#address {
	font-size: 12px; 
	font-family: Arial, Verdana, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 14px; 
	padding-left: 14px
}

#address a, #address a:hover {
	color: #917754;
}

/* TOP HORIZONTAL DROPDOWN NAV */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:10;
}

#nav a {
	display: block;
	cursor:pointer;
	text-decoration: none;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 134px;
	left: -999em;
}

#nav li ul li {
	clear:both;
	font-size: 11px;
	font-weight: bold;
	background-color: #fcf5ed;
	text-align: left;
	width: 134px;
}

#nav li ul li a div {
	color: #85735a;
	cursor: pointer;
	text-decoration: none;
}

#nav li ul li a:hover div {
	color: #c81c19;
	cursor: pointer;
	text-decoration: none;
	background-color: #e3d6c4;
}


#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.subNav {
	width: 117px; 
	padding: 6px 9px 6px 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; 
	line-height: 15px; 
	font-style: italic;
	font-weight: normal
}

.subNav2 {
	width: 124px; 
	padding: 6px 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; 
	line-height: 15px; 
	font-style: italic;
	font-weight: normal
}


#horizNav {
	float: left;
	width: 692px;
}

#horizNavInt {
	float: left;
	height: 42px;
	width: 692px;
}

#horizNavTop {
	background-color: #d82f23
}



/* FORMS */

#signup {
	background-color: #d8c6ac; 
	width: 245px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal
}

#signupInt {
	padding: 8px 0 10px 18px;
}

#WishListLeft {
	float: left; 
	width: 320px; 
	padding-top: 15px;
}

#WishListRight {
	float: left; 
	width:320px; 
	padding-top: 15px;
}


/*---- rotating image galleries----*/
.pics {
	padding: 0;
	margin:  0;
}
.pics img {
	padding: 0px;
	border:  0px solid #ccc;
	background-color: #eee;
	top:  0;
	left: 0
}
/*---- rotating image galleries----*/
