@CHARSET "ISO-8859-1";
#leftbar {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 200px;
	overflow:hidden;
}


#bottomNav {
	width: 665px;
	padding-left: 5px;
	margin: 0px 0px;
	padding: 35px 0px;
	overflow:hidden;
}

.leftbox {
	margin: 0px 9px;
	text-align: left;
	width: 200px;
	float: left;
}

.leftboxNav {
	margin: 0px 9px;
	text-align: left;
	width: 174px;
	float: left;
}

.leftbox h2 {
	color: #fff;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.leftbox h3 {
	color: #fff;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

.leftbox h5 {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.leftbox h6 {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.leftbox p {
	color: #fff;
	font-size: 10px;
	margin: 10px 0px;
}

.leftboxNav .lt,
.leftbox .lt {
	position: absolute;
	background: url(../img/round-lt.gif) no-repeat 0px 0px;
	height: 9px; width: 9px; left: 0px; top: 0px;
}
.leftboxNav .rt,
.leftbox .rt {
	position: absolute;
	background: url(../img/round-rt.gif) no-repeat 0px 0px;
	height: 9px; width: 9px; left: 100%; margin-left: -9px; top: 0px;
}
.leftboxNav .lb,
.leftbox .lb {
	position: absolute;
	background: url(../img/round-lb.gif) no-repeat 0px 0px;
	height: 9px; width: 9px; left: 0px; top: 0px;
}
.leftboxNav .rb,
.leftbox .rb {
	position: absolute;
	background: url(../img/round-rb.gif) no-repeat 0px 0px;
	height: 9px; width: 9px; left: 100%; margin-left: -9px; top: 0px;
}

.leftboxNav .top,
.leftboxNav .bottom,
.leftbox .top,
.leftbox .bottom {
	position: relative;
	height: 9px;
}


.boxcontent {
	margin: 10px 10px 0px 10px
}

.boxcontent a,
.boxcontent a:hover {
	text-decoration:none;
	color:#fff;
}

.boxcontent a.button {
	/*overflow: hidden;
	padding-top: 60px;*/
	display:block;
	height: 44px;
	width: 44px;
	line-height: 100px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
}

.boxcontent a.button:hover {
	/*overflow: hidden;
	padding-top: 60px;*/
	display: block;
	height: 44px;
	width: 44px;
	line-height: 100px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: none;
	overflow: hidden;
}

.boxcontentLeft {
	float: left;
	width: 135px;
}

/**** Specials ****/
#boxSpecials{
	background: #FE3B5B;
}
#btnSpecials2 {
	float: right;
}
#btnSpecials2 a {
	height: 44px;
	background: url(../img/specials.gif) no-repeat 0px 0px;
}
#btnSpecials2 a:hover {
	background-position: 0px -47px;
}

/**** Gallery Items ****/

#boxGalleryItems{
	background: #2ADD6C;
}
#btnGallery2 {
	float: right;
}
#btnGallery2 a {
	height: 44px;
	background: url(../img/designs.gif) no-repeat 0px 0px;
}
#btnGallery2 a:hover {
	background-position: 0px -47px;
}

/**** Contact Form ****/
#boxContact {
	background: #4F9DF1;
	height: auto;
}
#boxContact #quickcontactform {
	height: 170px;
}
#btnContact2 {
	float: right;
}
#btnContact2 a {
	height: 44px;
	background: url(../img/contact.gif) no-repeat 0px 0px;
}
#btnContact2 a:hover {
	background-position: 0px -47px;
}
#boxContact form {
	padding-bottom: 5px;
}
#boxContact input.text { 
	font-family:Arial,Helvetica,sans-serif;
	border: 1px #127CED solid;
	background: #D8E9FC;
	font-size: 11px;
	margin: 1px 0px;
	padding: 5px;
	color:#000;
	width:150px;
}
#boxContact textarea { 
	font-family:Arial,Helvetica,sans-serif;
	border: 1px #127CED solid;
	background: #D8E9FC;
	font-size: 11px;
	margin: 1px 0px;
	padding: 5px;
	color:#000;
	height:50px;
	width:150px;
}
#boxContact input.submit {
	font-size: 12px;
	font-weight: bold;
	margin: 1px 0px;
	padding: 5px;
	color:#000;
	width:100px;
	text-align:center;
}

/**** Catalog Items ****/

#boxCatalog{
	background: #D2B635;
}
#btnCatalog2 {
	float: right;
}
#btnCatalog2 a {
	height: 44px;
	background: url(../img/catalog.gif) no-repeat 0px 0px;
}
#btnCatalog2 a:hover {
	background-position: 0px -47px;
}


/***************Pictures in left boxes***************/

.boxcontent .pictures {
	text-align: center;
	margin-bottom: 10px;
}
.boxcontent .pictures img {
	border: none;
}
.boxcontent .pictures a,
.boxcontent .pictures a:hover {
	display: inline;
	width: auto;
	height: auto;
	text-decoration:none;
	border:none;
	padding:2px;
}

.boxcontent .pictures .border,
.boxcontent .pictures a.border img {
	border: 2px #fff solid;
}

/**************LEFTBOX NAV******************/
.subnav {
	background: #C9E2FE;
}

.boxnav {
	padding: 0px;
	margin-left: 0px;
	text-align: left;
}
.boxnav ul {
	list-style: none;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
.boxnav ul li {
	padding: 0px 0px;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}
.boxnav ul li a {
	color: #3F90E7;
	font-weight: bold;
	clear: both;
	display: block;
	padding: 3px 20px;
	text-decoration: none;
}
.boxnav ul li a:hover {
	color: #3F90E7;
	font-weight: bold;
	text-decoration: underline;
	background: #E4F1FF url(../img/sidebar_bluearrow.gif) left center no-repeat;
	border-bottom: none;
}
.boxnav ul li a.active,
.boxnav ul li a.active:hover {
	color: #8BB7E7;
	font-weight: bold;
	text-decoration: none;
	background: #E4F1FF url(../img/sidebar_whitearrow.gif) left center no-repeat;
	border-bottom: none;
}

.boxnav ul li.sub a {
	color: #3F90E7;
	font-weight: normal;
	clear: both;
	display: block;
	padding: 3px 40px;
	text-decoration: none;
}
.boxnav ul li.sub a:hover {
	color: #3F90E7;
	font-weight: normal;
	text-decoration: underline;
	background: #E4F1FF url(../img/sidebar_bluearrow.gif) left center no-repeat;
	border-bottom: none;
}
.boxnav ul li.sub a.active,
.boxnav ul li.sub a.active:hover {
	color: #8BB7E7;
	font-weight: normal;
	text-decoration: none;
	background: #E4F1FF url(../img/sidebar_whitearrow.gif) left center no-repeat;
	border-bottom: none;
}


.boxnav h1 {
	display: block;
	margin: 0px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
/*******************************************/





/**** Specials ****/
#boxSpecials3{
	height: 78px;
	width: 200px;
	background: url(../img/btn_specials.jpg) 0px -82px no-repeat;
	overflow: hidden;
}

#boxSpecials3 a:hover {
	background: url(../img/btn_specials.jpg) 0px 0px no-repeat;
}
/**** Specials ****/


/**** Gallery Items ****/

#boxGalleryItems3{
	height: 78px;
	width: 200px;
	background: url(../img/btn_designs.jpg) 0px -82px no-repeat;
	overflow: hidden;
}

#boxGalleryItems3 a:hover {
	background: url(../img/btn_designs.jpg) 0px 0px no-repeat;
}
/**** Gallery Items ****/


/**** Contact ****/
#boxContact3 {
	height: 78px;
	width: 200px;
	background: url(../img/btn_contact.jpg) 0px -82px no-repeat;
	overflow: hidden;
}

#boxContact3 a:hover {
	background: url(../img/btn_contact.jpg) 0px 0px no-repeat;
}
/**** Contact ****/


/**** Catalog Items ****/

#boxCatalog3{
	height: 78px;
	width: 200px;
	background: url(../img/btn_catalog.jpg) 0px -82px no-repeat;
	overflow: hidden;
}

#boxCatalog3 a:hover{
	background: url(../img/btn_catalog.jpg) 0px 0px no-repeat;
}



a.button2 {
	/*overflow: hidden;
	padding-top: 60px;*/
	display:block;
	height: 78px;
	width: 200px;
	line-height: 300px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
}

a.button2:hover {
	/*overflow: hidden;
	padding-top: 60px;*/
	display: block;
	height: 78px;
	width: 200px;
	line-height: 300px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: none;
	overflow: hidden;
}