/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: URL("/graphics/bg.gif") repeat-x #5f574b;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#000000;
	
}
table {
	font-family:arial,sans-serif;
	font-size:12px;
	color:#000000;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:894px; 
	padding: 0;
}

div#header {
	width:894px;
	height:144px;
	background: url("/graphics/header.gif") #fff no-repeat;
	margin: 0 auto 0 auto;
	padding:13px 0 0 0;
}
	
div#content {
	padding:0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
	background:#fff;
	min-height:450px;
}

div#footer {
	width:894px;
	height:106px;
	background:#5e564a;

	font-size:11px;
	margin: 0 auto 0 auto;
	visibility: hidden;
	color: #bfbbb7;

}




/* main nav */


#topmenu {
	width: 296px;
	height:10px;
	margin: 0 10px 16px 0;
	float:right;
	display:inline;
}

#leftmenu {
	width: 205px;
	padding:0 0 40px 0;
	margin: 0 0 20px 0px;
	border-right:1px solid #dcdad8;
	float:left;
}




/* content formatting */

#pagecontent {
	width: 676px;
	margin: 0 6px 22px 0;
	overflow: hidden;
	line-height:15px;
	float:right;
	display:inline;
}

#splashpagecontent {
	width: 881px;
	margin: 0 7px 22px 0;
	overflow: hidden;
	line-height:15px;
	float:right;
}

#names {
	width:786px; 
	height:22px;  
	padding:9px 0 0 108px;
	margin:6px 0 8px 0; 
	background:#6e675c;
	overflow: hidden;

}


#butn {
	margin:20px 0 8px 0; 
}

#butn p {
	margin:18px 0;
}

#butn a {
	width:120px;
	text-align:center;
	color: #606060;
	text-decoration: none;
	padding:3px 10px;
	margin:10px 0 0 20px;
	border:1px solid #606060;
}
#butn a:hover {
	color: #c0c798;
	text-decoration: none;
	border:1px solid #c0c798;
}

#left_foot {
	color: #cacaca;
	float: left;
	font-size:10px;
	padding-top: 18px;
	padding-left:0;
}

#right_foot {
	color: #cacaca;
	float: right;
	font-size:10px;
	padding-top: 18px;
	padding-right:0;
	text-decoration: underline;
}


#right_foot a{
	color: #cacaca;
	text-decoration: underline;
}

#right_foot a:hover{
	color: #c0c798;
	text-decoration: underline;

}


#clear {
	clear: both;
}

div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #606060;
	text-decoration: none;
	 outline: none;

}
a:hover {
	color: #606060;
	text-decoration: underline;
}

a.item {
	color: #606060;
	text-decoration: none;
	outline: none;
	text-transform:lowercase;
	font-size:12px;
}
a.item:hover {
	color: #c0c798;
	text-decoration: none;
}

a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}



a.splink {
padding: 0 20px 0 9px;
color: #787268;
text-decoration: none;
font-size:11px;
background: url("/graphics/sptri.gif") no-repeat 0px 4px;
float:left;
}
a.splink:hover {
	color: #c0c798;
	text-decoration: none;
}



#newslist{
padding: 0;
font-size: 12px;
text-align:left;
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
padding: 0;
color: #000000;
text-decoration: underline;
height:28px;
}

li a.newslist:hover{
color: #7f2319;
	text-decoration: underline;
}










h1 {
	font-weight:bold;
	font-size:15px;
	color: #425d1f;
	text-transform: uppercase;
	margin:0 0 26px 0;
}
h6 {
	font-size : 22px;
	font-weight: normal;
	color: #425d1f;
	margin:15px 0 15px 0;
}

p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}



/* catalog styles */

a.catalog {
	color: #606060;
	text-decoration: none;
}
a.catalog:hover {
	color: #606060;
	text-decoration: underline;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5c5c5c;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #e4e4e4;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}


/* links page  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}






/* menu codes */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 184px;
color: #606060; /* #425d1f; */
padding: 12px 0 11px 13px;
margin:0 0 0 8px;
font-size: 12px;
text-align:left;
text-transform:uppercase;
font-weight:bold;
border-bottom:1px solid #dcdad8;
}

* html #blueblock{ /*IE 6 only */
w\idth: 184px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 5px 0 0 0;
color: #606060; /* #425d1f; */
text-decoration: none;
text-transform:lowercase;
width: 184px;
height:16px;
font-weight:normal;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #c0c798;
	text-decoration: none;
}


li a.blueblock2 {
display: block;
padding: 5px 0 0 0;
color: #606060; /* #425d1f; */
text-decoration: none;
text-transform:uppercase;
width: 184px;
height:16px;
font-weight:bold;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
}

li a.blueblock2:hover{
color: #c0c798;
	text-decoration: none;
}






li a.activeblack {
display: block;
padding: 5px 0 0 0;
color: #000000; /* #425d1f; */
text-decoration: none;
text-transform:lowercase;
width: 184px;
height:16px;
font-weight:bold;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.activeblack2 {
display: block;
padding: 5px 0 0 0;
color: #000000; /* #425d1f; */
text-decoration: none;
text-transform:uppercase;
width: 184px;
height:16px;
font-weight:bold;
}

li.activeblack2 {
display: block;
padding: 5px 0 0 0;
color: #000000; /* #425d1f; */
text-decoration: none;
text-transform:uppercase;
width: 184px;
height:16px;
font-weight:bold;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
}






a.bridal {
	color: #606060;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 0 14px;
	padding:7px 68px 7px 7px;
}

a.bridal:hover{
color: #c0c798;
	text-decoration: none;
}


#about {
height: 10px;
width: 67px;
background: URL(/graphics/topbu.gif) 0px -10px;
float: left;
text-indent: -999px;
font-size:4px;
display: block;
overflow:hidden;
}
#about:hover {
background: URL(/graphics/topbu.gif) 0px 0px;
}

#serv {
height: 10px;
width: 164px;
background: URL(/graphics/topbu.gif) -67px -10px;
float: left;
text-indent: -999px;
font-size:4px;
display: block;
overflow:hidden;
}
#serv:hover {
background: URL(/graphics/topbu.gif) -67px 0px;
}


#home {
height: 10px;
width: 65px;
background: URL(/graphics/topbu.gif) -231px -10px;
float: left;
text-indent: -999px;
font-size:4px;
display: block;
overflow:hidden;
}
#home:hover {
background: URL(/graphics/topbu.gif) -231px 0px;
}

#breg {
margin:0 22px 0 0;
height: 15px;
width: 218px;
background: URL(/graphics/breg2.gif);
float: left;
text-indent: -999px;
font-size:4px;
display: block;
overflow:hidden;
}
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
	width:881px;
	height:28px;
}

#underlinemenu ul{
font-weight:normal;
font-size:14px;
line-height:16px;
text-transform:lowercase;
	width:860px;
	height:28px;
	background:#6e675c;
	float: left;
	margin:0 0 10px 6px;
	padding:0 0 0 21px;
	display;inline;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: #fff;
padding: 6px 21px 0 21px;
height:22px;
text-decoration: none;
}

#underlinemenu ul li a:hover{
color: #8ece3b;
}


