@charset "utf-8";
/* CSS Document */

body {
	font: 100% century gothic;
	background: url(./img/bg_dots.png) repeat top center; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

* { margin:0; padding:0; }

html { padding: 0; margin: 0;}


/*************************** Global STYLINGS ******************************/
a:link { text-decoration: none; color : #568032; border: 0px; -moz-outline-style: none;}
a:active, a:focus { text-decoration: underline; color : #779f4d; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; /* darker green ** color : #456f24;*/ color : #88b94a; border: 0px; -moz-outline-style: none;}
a:hover, a:hover span	{ text-decoration: underline; color : #dd8241; border: 0px; -moz-outline-style: none;} 

#navEZPagesTop a:link, #navEZPagesTop a:visited, #navEZPagesTop a:active { text-decoration: none; color : #4B1F66; }

.sublinks #navEZPagesTop a:link, .sublinks #navEZPagesTop a:visited, .sublinks #navEZPagesTop a:active { 
font-family:Arial,Helvetica,sans-serif;
font-size:11px ;
text-decoration: none; 
color : #dd8241;  
background: url(./img/nav_r.gif) 0 0 no-repeat;
}
.sublinks #navEZPagesTop a:hover, .sublinks #navEZPagesTop a:hover span { 
text-decoration: underline; 
color : #4B1F66;
background: #ffffff none;
}

#mainContent a:link, #mainContent a:visited  { text-decoration: underline; }

h1, h2, h3, h4 { font-family: Geneva, Arial, Helvetica, sans-serif; color: #4B1F66;}
h2 { padding: 5px 0 8px; }
h3 { padding: 8px 0 0;}
h4 { padding: 5px 0 0; color: #dd8241; font-size: 13px; }

.main-wrap ul { margin: 10px; }
.main-wrap li { margin: 0 8px 0 10px; list-style-image: url(./img/orng_bullet.gif); }
.main-wrap ul li ul { margin: 5px 20px 10px; /*font-style:*/ italic; font-size: 12px; }


form { padding: 0px; margin: 0px;}
input { font-family: 'Verdana'; color: #471D1D; font-size: 12px;}
textarea { font-family: 'Verdana'; color: #471D1D; font-size: 12px;}
select { font-family: 'Verdana'; color: #471D1D; font-size: 12px;}
a:focus { outline: none;-moz-outline-style: none;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

img.align-left {
	float: left;
	padding: 5px 15px 10px 0;
}
img.align-right {
	float: right;
	padding: 5px 0 10px 15px;
}

img { padding: 0px; margin: 0px; border: none; text-align: center;}
hr { border-left:0px solid #FFEBFA; border-right:0px solid #FFEBFA; border-top:1px dotted #FFEBFA; border-bottom:0px solid #FFEBFA; height : 1px;  }
.about-page p { padding: 5px 0 10px 0; }
/*************************** Global STYLINGS ******************************/

/***** page container *****/
#container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(./img/header.png) no-repeat top center; 
	margin: 10px auto 10px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.about-page #container {
	width: 859px;  
	background: url(./img/header_about.png) no-repeat top center; 
	margin: 0 auto 10px;
	font-size: 90%;
}


/******** header *********/
#header {
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 306px;
}
.about-page #header {
  height: 196px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/****** Subscribe HOME ONLY *******/
#subscribe {
	width: 230px;
	/*float: right;
	margin: 195px 50px 0 0;*/
	position:relative;
	top: 197px;
	left: 570px;
}
.mc-field-group label {
	display: none; visibility: hidden; text-indent: -999px;
}
#mce-EMAIL { /*email field*/
	margin: 4px 0 10px 4px;
	float: left;
	width: 168px;
	border:0;
}
#mce-success-response {
background: #ffffff none;
margin-bottom: -20px;
}
.mce_inline_error {
	display: block;
	clear: both;
}
.response, .mce_inline_error { /*error and success*/
	font-size: 80%;
	margin: 0 0 21px 0;
	float: left;
	display: block;
	clear: both;
	color:#dd8241;
	width: 180px;
}
#mc-embedded-subscribe { /*button*/
	width: 45px;
	height: 35px;
	/*position:relative; 
	bottom: 28px; 
	left: 166px;*/
	float: right;
	margin: -5px 3px 0 0; 
	padding: 0;
	border: 0;
	background: transparent url(./img/subscribe.png) no-repeat center top;
	text-indent: -1000em;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
#mc_embed_signup fieldset {
	position: relative;
	border:0;
	padding: 0;
	margin: 0;
	background: #ffffff url(./img/srch_fld.png) no-repeat top left;
}
#mc_embed_signup legend {
	position: absolute;
	top: -1em;
	left: .2em;
}
#mc_embed_close {
	display: none; visibility: hidden; text-indent: -999px;
}
#submess { 	display: none; visibility: hidden; text-indent: -999px;

	text-align: right;
	line-height:20px;
	padding: 5px 0 10px;
	background: url(./img/sub_bg.png) no-repeat bottom center;
}


/* =================Page Navigation - All Pages except HOME==================*/

#menu_wrap {
	/*background: url(./img/bg_menu.jpg) 0 0 repeat-x;*/
	height: 45px;
	text-align: center;
	margin: 0 0 0 230px; 
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:150%;
overflow: hidden;
}

#menu_body, #navCatTabsWrapper {
	margin: auto;
	width: 830px;
	text-align: left;
	margin-bottom: 6px;
	}
	
#navEZPagesTop {
	font-size: 14px;
	margin: 0 0 0 15px;
	padding-top: 5px;
	}

#navEZPagesTop ul {
	list-style: none;}

#navEZPagesTop li {
	display: inline;
	list-style-type: none;
	}

#navEZPagesTop a:link, #navEZPagesTop a:visited, #navEZPagesTop a:active {
	float:left;
	margin-left:10px;
}
	
#navEZPagesTop a span {
	float:left;
	display:block;
	padding:5px 10px;
	/*color:#FFF;**see STYLINGS***/
	}
	
* { margin:0; padding:0; }

#navEZPagesTop a:hover {
	background: url(./img/nav_r.gif) 100% 0 no-repeat;
	/*color:#FFF;**see STYLINGS***/
}

#navEZPagesTop a:hover span {
	background: url(./img/nav_l.gif) 0 0 no-repeat;
	/*color:#FFF;**see STYLINGS***/
}

/* =================SUBLINK Page Navigation - All Pages except HOME==================*/
.sublinks {
	line-height:100% !important;
	margin: 105px 0 0 290px !important; 
}
.sublinks #navEZPagesTop a:link, .sublinks #navEZPagesTop a:visited, .sublinks #navEZPagesTop a:active {
	float:left;
	margin-left:0px;
}


/******* Main Content *******/
.home #mainContent {
	padding: 0; 
	background: #FFFFFF url(./img/main.gif) no-repeat top center;
	width: 100%;
}
.about-page .main-wrap {
	padding: 2px 0 10px;
	margin: 0 0 0 29px; 
	background: #FFFFFF none no-repeat top center;
	width: 829px;
}
.about-page #mainContent {
	margin: 0 30px;
	padding: 0 0 20px 0;
}

/** about Link from Home **/
#about-wrap {
	padding: 20px 50px 20px 0;
	margin-bottom: 50px;
}
.about {
	width: 190px;
	height: 49px;
	padding: 0;
	margin: -1px 12px 0 0;
	text-indent: -9999px;
	float:right;
	cursor: pointer; cursor: hand; 
}
#about { background: url(./img/about.gif) no-repeat top right; }
#about:hover { background: url(./img/about_h.gif) no-repeat top right; }

/************ begin Menu - HOME ONLY **********/
#menu {
	width: 830px;
	display:block;
}
.menu-wrap { padding: 12px; }
.menu {
	width: 171px;
	height: 201px;
	padding: 15px 15px 0;
	text-indent:-9999px;
	float:left;
	cursor: pointer; cursor: hand; 
}

#pagedown { background: url(./img/pagedown.gif) no-repeat top center; width: 830px; height: 190px; text-align:center;}
/*button images*/
#shop { background: url(./img/the_shop.gif) no-repeat top center; }
#blog { background: url(./img/the_blog.gif) no-repeat top center; }
#gallery { background: url(./img/the_gallery.gif) no-repeat top center; }
#forum { background: url(./img/the_forum.gif) no-repeat top center; }
 /*button images hover*/
#shop:hover { /*background: url(./img/the_shop_h.gif) no-repeat top center;*/
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
 }
#blog:hover { /*background: url(./img/the_blog_h.gif) no-repeat top center;*/
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
 }
#gallery:hover { /*background: url(./img/the_gallery_h.gif) no-repeat top center;*/
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
 }
#forum:hover { /*background: url(./img/the_forum_h.gif) no-repeat top center;*/
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
 }
/** end Menu **/

/******* Footer******/
#footer {
	padding: 10px 10px 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(./img/footer.png) no-repeat bottom center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
}
.about-page #footer{
	width: 859px;  
		margin: 0 8px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
	
/* =================DESIGN TEAM PAGE==================*/
.guestdesigners { 
display: none; 
visibility: hidden; 
text-indent: -9999px; 
}

.designteam img {
	float: left !important;
}

.designteam td {
	clear: both;
	padding-bottom: 50px;
}
.designteam .facebook {
float: right !important;
width: 230px !important;
}
.facebook {
	text-align: center;
	width: 100%;
}