
/*    -----------------------    Main Tags   -----------------------   */  

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	background: #311f0a url(images/bg.gif) repeat-x;
 }

hr {
	height: 1px;
	width: 100%;
	background: #bfc9b0;
	border: 1px;
	color: #bfc9b0;
}
h1 {
	font: 500 24px/24px Arial, Helvetica, sans-serif;
	color: #a74e22;
	text-align:left;
	margin: 20px 0px 0px 0px;
	text-transform: lowercase;
}
h2 {
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	color: #625f58;
	margin:0;
	padding:0;
}
h3 {
	font: 700 14px/14px Arial, Helvetica, sans-serif;
	color: #b53e2a;
	margin: 0px;
}
ul {
	margin: 0px;
	padding:0px;
}

/*    -----------------------    Page Structure   -----------------------   */ 

#mc, #header, #content, #contentend, #copyright {
	width:949px;
}
#mc {
	margin:auto;
}
#pagetile {
	background:  url(images/mc_bg.gif) repeat-y 0px 0px;
	float:left;
}
#header {
	background: url(images/top.gif) no-repeat 0px 0px;
	height:88px;
	float:left;
}

/*    -----------------------    Navigation   -----------------------   */  

#navcontainer {
	width: 555px;
	margin: 40px 0px 0px 330px;
}
#nav, #nav ul {
	width: 555px;
}
#nav ul li {
	list-style: none;
	float: left;
	display: inline;
	margin: 0px;
}
#nav ul li a {
	display: block;
	height: 19px;
	margin: 0px;
	padding: 0px;
}
#nav em {
	display: none;
}

/*    -----------------------   Menu Items   -----------------------   */ 

#products, #products a {
	width: 79px;
	background: url(images/m_products.gif) no-repeat 0px 0px;
}	
#products a:hover {
	background: url(images/m_products.gif) no-repeat 0px -19px;
}
#designers, #designers a {
	width: 77px;
	background: url(images/m_designers.gif) no-repeat 0px 0px;
}	
#designers a:hover {
	background: url(images/m_designers.gif) no-repeat 0px -19px;
}
#artwork, #artwork a {
	width: 59px;
	background: url(images/m_artwork.gif) no-repeat 0px 0px;
}	
#artwork a:hover {
	background: url(images/m_artwork.gif) no-repeat 0px -19px;
}
#onlineshopping, #onlineshopping a {
	width: 128px;
	background: url(images/m_online_shopping.gif) no-repeat 0px 0px;
}	
#onlineshopping a:hover {
	background: url(images/m_online_shopping.gif) no-repeat 0px -19px;
}
#contact, #contact a {
	width: 84px;
	background: url(images/m_contact.gif) no-repeat 0px 0px;
}	
#contact a:hover {
	background: url(images/m_contact.gif) no-repeat 0px -19px;
}
#mdivider, #mdivider a, #mdivider a:hover {
	width: 28px;
	cursor: default;
	background: url(images/m_divider.gif) no-repeat 0px 0px;
}

/*    -----------------------   Main Menu For Submenu Items   -----------------------   */ 

.about {
	width: 56px;
	background: url(images/m_about.gif) no-repeat 0px 0px;
}	
.abouthl {
	width: 56px;
	background: url(images/m_about.gif) no-repeat 0px -17px;
}

/* ----------------- Submenu -----------------*/  

.subOne a, .subTwo a, .subThree a {
	font: 500 11px/12px  arial, helvetica, sans-serif;
	color: #606366;
	display: block;
	text-decoration:none;
	padding: 7px 1px 1px 25px;
	width: 146px;
	height: 22px;
	background: #000000;
	line-height: 18px;
}
.subOne a:hover, .subTwo a:hover, .subThree a:hover {
	color: #000000;
	text-decoration:none;
}
.subOne {
	position: absolute;
	z-index: 15;
	visibility: hidden;
	top: 130px;
	margin-left: 220px;
}
.subTwo {
	position: absolute;
	z-index: 15;
	visibility: hidden;
	top: 70px;
	margin-left: 475px;
}
.subThree {
	position: absolute;
	z-index: 15;
	visibility: hidden;
	top: 70px;
	margin-left: 620px;
}

.showthis {
	font: 500 11px/12px  arial, helvetica, sans-serif;
	color: #ffffff;
	position: absolute;
	z-index: 15;
	visibility: hidden;
	top: 0px;
	width:949px;
	background: url(images/cover.png);
	padding:20px;
	vertical-align:middle;
	text-align:center;
}
.showthis img {
	padding: 0 0 10px 0;
}

/*    -----------------------   Content  -----------------------   */  

#content {
	text-align: left;
	float:left;
	background: url(images/content_bg.gif) no-repeat 0px 0px;
}
#contentend {
	float: left;
	background: url(images/address.gif) no-repeat bottom;
}
#contenthome {
	width: 762px;
	text-align: left;
	float:left;
	background: url(images/content_home.jpg) no-repeat 0px 0px;
}
#contentdivide {
	float:left;
  	margin-top: 5px;
  	margin-bottom: 5px;
}
#contentdivide #left {
	width: 290px;
	float: left;
}
#contentdivide #right {
	width: 100px;
	float: right;
}

/*    -----------------------   Left Column    -----------------------   */  

#leftcol {
	font: normal 11px/13px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 305px;
	padding:0 0 122px 0;
	float:left;
}
#leftcolHome {
	font: normal 11px/13px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 305px;
	float:left;
}
#leftcol a {
	color: #004e75;
	text-decoration:none;
}
#leftcol a:hover {
	color: #004e75;
	text-decoration:underline;
}

/*    -----------------------   Wide Column    -----------------------   */  

#widecol {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #e5ae08;
	width: 644px;
	float: right;
}


/*    -----------------------   Mid Column    -----------------------   */  

#midcol {
	font: normal 12px/18px  arial, verdana, sans-serif;
	color:#8d8a81;
	width: 400px;
	float: left;
	margin: 0 0 0 40px;
}
#midcolHome {
	font: normal 12px/18px  arial, verdana, sans-serif;
	color: #faefce;
	width: 400px;
	float: left;
	margin: 0 0 0 40px;
}
#midcol a {
	color:#b53e2a;
	text-decoration:none;
}	
#midcol a:hover {
	text-decoration:underline;
	color:#b53e2a;
}

/*    -----------------------   Right Column    -----------------------   */  

#rightcol {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 157px;
	min-height:147px;
	float: right;
	background: url(images/rightcol_img.gif) no-repeat 0px 0px;
}
#rightcolHome {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 157px;
	min-height:147px;
	float: right;
	background: url(images/rightcolHome_img.gif) no-repeat 0px 0px;
}
#rightcol a {
	color: #ae852a;
	text-decoration:none;
}
 #rightcol a:hover {
	color: #ae852a;
	text-decoration:underline;
}
 #rightcol ul  {
	margin: 0 0 0 15px;
	padding: 0;
}
#rightcol ul li {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #5a451b;
	list-style-image: url(images/a_bullet.gif);
	margin:0 0 0 55px;
	padding: 0;
}

/*    -----------------------   Footer   -----------------------   */  

#copyright  {
	font: normal 11px/12px arial, verdana;
	color: #000000;
	height:75px;
	text-align: right;
	background:  url(images/end.gif) no-repeat 0px 0px;
	padding:20px 0px 0px 0px ;
	float: left;
	text-decoration:none;
}
 #copyright a {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
 #copyright a:hover {
	color: #000000;
	text-decoration:underline;
}
#copyright p {
	margin:0 140px 0 0;
}

/*    末末末末末末末末末  Home Logo Link and Top Headers   末末末末末末末末末  */ 

#gohome {
	position: absolute;
	z-index: 10;
	visibility: visible;
	margin:0px 0px 0px 30px;
}


/*    -----------------------   Content Images    -----------------------   */  

.picleft {
	float: left;
    margin-top: 3px;
	margin-right:8px;
	margin-bottom: 10px;
	border: 1px solid #0b0b71;
}
.picright {
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 0px solid #2b5eae;
}
.pic {
  /*margin: 2px;*/
  border: 1px solid #2b5eae;
}
.staffpic {
	float: left;
    margin-top: 3px;
	margin-right:8px;
	margin-bottom: 10px;
	border: 1px solid #718da5;
}
.thumb {
	/*width: 75px;
	height:44px;*/
	width:100px;
	height:59px;
}

/*    -----------------------   Small Columns    -----------------------   */  

#smleft { 
	width:200px;
	float:left;
}
#smright {
	width:200px;
	float:right;
}
#equalleft { 
	width:200px;
	float:left;
	padding: 0px 40px 0px 0px;
}
#equalright {
	width:200px;
	float:right;
	padding: 0px 40px 0px 0px;
}

/*    -----------------------    Style a Form   -----------------------   */  
.newsletter {
	width:470px;
	height:83px;
	background: url(images/newsletter.gif) no-repeat 0px 0px;
}
.newsletter form {
	width: 221px;
}
.newsletter input {
	font: normal 12px/11px  arial, verdana, microsoft sans-serif, sans-serif;
	color: #5a451b;
	border:0;
	background: none;	
}
.newsletterEmail {
	margin: 55px 0px 0px 100px;
	float:left;
}
.newsletterSubmit {
	margin: -100px 0px 10px 400px !IMPORTANT;
	margin: -40px 0px 0px 400px;
	border: 0px solid #000000;
}

/* --------------------------  Hide for spam --------------------------*/
#commentas {
	display:none;
}
