body {
	margin: 0px;
 	padding: 0px;
	font-size: 12px;
    line-height: 18px;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    color: #222222;
	background-color: #222222;
	background-image:url(../images/backgroundNew.gif);
	background-position: top center;
	background-attachment: fixed;
    background-repeat: repeat-x;
	background-repeat: repeat-y;
}

a:link {
	font-weight: bold;
	text-decoration: none;
    color: #00ffff;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #00ffff;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ccff00;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #00ffff;
}

h1 {
	font-size: 20px;
    line-height: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #ffffff;
    font-weight: normal;
	margin: 0px;
    padding: 15px 13px 15px 13px;
	background-color: #111111;
	width: 644px;
    border-bottom: 0px solid #c1b5a7;
    border-right: 0px solid #c1b5a7;
    border-left: 0px solid #c1b5a7;
    border-top: 0px solid #f6e9d9;
    text-transform: none;
}

.galleryheader {
	font-size: 16px;
    line-height: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #ff9900;
    font-weight: bold;
	margin: 0px;
    padding: 15px 13px 15px 13px;
	background-color: #222222;
	width: 592px;
    border-bottom: 1px solid #111111;
    border-right: 1px solid #111111;
    border-left: 1px solid #111111;
    border-top: 0px solid #777777;
    text-transform: none;

}

h2 {
margin: 0px 0px 0px 0px;
padding: 17px 10px 2px 10px;
color: #ffffff;
font-size: 14px;
line-height: 19px;
border-bottom: none;
font-weight: none;
text-transform: none;
}

h3 {
margin: 0px 0px 8px 0px;
padding: 20px 0px 2px 0px;
color: #776957;
font-size: 18px;
line-height: 19px;
border-bottom: 1px solid #c5bdb2;
font-weight: normal;
text-transform: none;
}

h5 {
margin: 0px 0px 8px 0px;
padding: 20px 0px 2px 0px;
color: #776957;
font-size: 15px;
line-height: 19px;
border-bottom: 1px solid #c5bdb2;
font-weight: normal;
text-transform: none;
}

h4 {
	font-size: 13px;
    line-height: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-weight: bold;
	margin: 15px 0px 10px 0px;
    padding: 0px;
    font-style: normal;
}

hr
{
	height: 1px;
	border: 1px;
	border-top: 1px solid #c8bdae;
	color: #c8bdae;
	clear: all;
	margin: 10px 0px 10px 0px;
	width: 99%;
}

#topbar {
	width: 100%;
    height: 114px;
    background-color: #222222;
	background-image:url(images/tbd_dark_brown.jpg);
}

#topcontainer {
	width: 870px;
	margin-left: auto;
 	margin-right: auto;
}

#logo {
	width: 252px;
    height: 55px;
    padding-top: 57px;
    float: left;
}

#newsletter {
	width: 491px;
    height: 114px;
    float: right;
    background-color: #222222;
	color: #f2f0e2;
    font-weight: normal;
    padding: 0px;
	margin-right: 0px;
}

#newsletter input {
 	margin: 5px 5px 0px 0px;
    font-size: 12px;
    width: 110px;
}

#newsletter input.button {
    padding: 0px;
    margin: 0px;
    width: 30px;
}

#topnavigation {
width: 870px;
background-image:url(../images/tbd_blue.gif);
margin-left: auto;
margin-right: auto;
}

.jqueryslidemenu{
font: bold 12px Verdana;
background: #414141;
background-image:url(../images/tbd_blue.gif);
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #001526; /*background of tabs (default state)*/
background-image:url(../images/tbd_blue.gif);
color: white;
padding: 10px 10px;
border-left: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
text-align: left;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: #212121; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 11px Verdana;
width: 160px; /*width of sub menus*/
padding: 7px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

#navbar {
	width: 100%;
	height: 34px;
	background-color: #001526;
	background-image:url(../images/tbd_blue.gif);
	border-bottom: solid 1px #0099ff;
	border-top: solid 1px #0099ff;
}

#topnav {
    width: 870px;
    margin-left: auto;
	margin-right: auto;
    height: 27px;
}

#topnav ul {
	list-style: none;
	display: inline;
    margin: 0px;
    padding: 0px;
}

#topnav li {
	list-style: none;
	display: inline;
    margin-right: 6px;
}

#topnav a:link {
	font-weight: normal;
	text-decoration: none;
	ncolor: #2f2216;
	color: #053c42;
    font-size: 13px;
}

#topnav a:visited{
	font-weight: normal;
	text-decoration: none;
	color: #053c42;
    font-size: 13px;
}

#topnav a:hover{
	font-weight: normal;
	text-decoration: none;
	color: #e0f2f0;
    font-size: 13px;
}

#topnav a:active{
	font-weight: normal;
	text-decoration: none;
	color: #053c42;
    font-size: 13px;
}

#content {
    width: 870px;
    margin-left: auto;
	margin-right: auto;
    padding: 0px;
}

#contentleft {
    width: 100px;
    padding: 0px 0px 10px 0px;
    float: left;
    margin: 0px;
}

#contentmiddle {
    width: 670px;
    padding: 0px;
    margin: 0;
    float: left;
}

#contentright {
    width: 200px;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    float: left;
}

.categories
{
	padding: 10px;
    margin: 0px 10px 0px 10px;
    background-color: #ece2d7;
 	border-top: 1px solid #ffffff;
    border-right: 1px solid #c5bdb2;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #c5bdb2;
    color: #ebe0ca;
    font-size: 12px;
    line-height: 16px;
}

.categories a:link {
     line-height: 20px; 
     padding: 4px; 
     color: #117483;
     text-decoration: none;
     font-weight: normal;
} 

.categories a:visited {
     line-height: 20px; 
     padding: 4px; 
     color: #117483;
     text-decoration: none;
     font-weight: normal;
} 

.categories a:hover {
     line-height: 20px; 
     padding: 4px; 
     color: #c3370b;
     text-decoration: none;
     font-weight: normal;
} 

.categories a:active {
     line-height: 20px; 
     padding: 4px; 
     color: #c3370b;
     text-decoration: none;
     font-weight: normal;
}

.copy
{
	padding: 10px;
    margin: 0px 0px 0px 0px;
    background-color: #444444;
 	border-top: 1px solid #777777;
    border-right: 1px solid #777777;
	border-left: 1px solid #777777;
	border-bottom: 1px solid #777777;
    color: #dddddd;
    font-size: 12px;
    line-height: 16px;
}

.banner img
{
	border: 0px solid #d8cdc0;
	background-color: #111111;
    margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	float: left;
}

.banner a img 
{
	border: 0px solid #d8cdc0;
	background-color: #111111;
    margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	float: left;
}

.banner a:visited img 
{
	border: 0px solid #d8cdc0;
	background-color: #111111;
    margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	float: left;
}

.banner a:hover img
{
	border: 0px solid #93c0c7;
	background-color: #111111;
    margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	float: left;
}

.banner a:active img
{
	border: 0px solid #93c0c7;
	background-color: #111111;
    margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	float: left;
}

.bannerBottom
{
background-image:url(../images/bottomBanner.png);
width: 200px;
height: 50px;
float: left;
}

.middlecopy
{
	padding: 3px 25px 32px 25px;
    margin: 0px 0px 0px 0px;
	color: #444444;
    border-right: 0px solid #b2cecb;
    border-bottom: 0px solid #b2cecb;
    border-left: 0px solid #b2cecb;
	background-image:url(../images/content_bg.gif);
    background-repeat: repeat-x;
}

.middlecopy a:link { 
     color: #333333;
     text-decoration: underline;
     font-weight: bold;
}

.middlecopy a:visited { 
     color: #430300;
     text-decoration: underline;
     font-weight: bold;
}

.middlecopy a:hover { 
     color: #095a40;
     text-decoration: underline;
     font-weight: bold;
}

.middlecopy a:active { 
     color: #430300;
     text-decoration: underline;
     font-weight: bold;
}

.middlecopy img
{
	border: 7px solid #333333;
    margin: 2px 10px 6px 0px;
	float: left;
}

.middlecopy a img 
{
	border: 7px solid #333333;
    margin: 2px 10px 6px 0px;
	float: left;
}

.middlecopy a:visited img 
{
	border: 7px solid #333333;
    margin: 2px 10px 6px 0px;
	float: left;
}

.middlecopy a:hover img
{
	border: 7px solid #095a40;
    margin: 2px 10px 6px 0px;
	float: left;
}

.middlecopy a:active img
{
	border: 7px solid #333333;
    margin: 2px 10px 6px 0px;
	float: left;
}

.leftImage {
	padding: 3px 25px 32px 25px;
    margin: 0px 0px 0px 0px;
	border: 1px solid #222222;
	float: left;
}

.middleBottom {
	background-image:url(../images/bottom_white.png);
	width: 670px;
	height: 6px;
	margin-bottom: 15px;
}

.gallerycopy
{
    padding: 0px;
    background-color: #333333;
    margin: 0px;
    border-left: 1px solid #111111;
}

.gallery_image
{
    margin: 0px;
    padding: 13px 20px 11px 15px;
	width: 583px;
	float: left;
	text-align: left;
    background-color: #333333;
	border-top: 1px solid #777777;
	border-left: none;
    border-right: 1px solid #111111;
    border-bottom: 1px solid #111111;
	line-height: 18px;
}


.gallery_image a:link {
	font-weight: normal;
	text-decoration: none;
	color: #00ffff;
}

.gallery_image a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #00ffff;
}

.gallery_image a:hover{
	font-weight: normal;
	text-decoration: none;
	color: #ccff00;
}

.gallery_image a:active{
	font-weight: normal;
	text-decoration: none;
	color: #00ffff;
}

.gallery_image a img 
{
	border: 7px solid #d8cdc0;
    margin: 2px 10px 6px 2px;
	float: left;
}

.gallery_image a:visited img 
{
	border: 7px solid #d8cdc0;
   margin: 2px 10px 6px 2px;
	float: left;
}

.gallery_image a:hover img
{
	border: 7px solid #93c0c7;
    margin: 2px 10px 6px 2px;
	float: left;
}

.gallery_image a:active img
{
	border: 7px solid #93c0c7;
    margin: 2px 10px 6px 2px;
	float: left;
}

.gallery_image img
{
	border: 7px solid #d8cdc0;
    margin: 2px 10px 6px 2px;
	float: left;
}

.gallerybottom
{
    margin: 0px 0px 0px 0px;
	padding: 0px;
	clear: both;
    width: 670px;
    height: 40px;
background-image:url(images/header_gradient.jpg);
background-repeat: repeat-x;
    background-color: #111111;
    border-top: 0px solid #111111;
    border-right: 0px solid #111111;
    border-bottom: 0px solid #111111;
}

.gallerybottomleft
{
	float: left;
	padding: 5px 15px 5px 15px;
}

.gallerybottomright
{
	float: right;
	padding: 5px 15px 5px 15px;
    text-align:right;
}

.bottomTop {
	background-image:url(../images/bottomTop.png);
	width: 670px;
	height: 6px;
}

.bottomBottom {
	background-image:url(../images/bottomBottom.png);
	width: 670px;
	height: 6px;
	margin-bottom: 7px;
}

#bottombanner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top:0px;
    margin-bottom:0px;
    background-color: #555555;
	background-image:url(../images/tbd_blue.gif);
    padding: 10px 0px 10px 0px;
    clear: both;
    text-align: center;
    color: #d9eae8;
    border-top: solid 1px #555555;
    border-bottom: solid 1px #dddddd;
}


#footer {
    width: 100%;
    margin: 0px;
    background-color: #222222;
    padding: 20px 0px 20px 0px;
    clear: both;
    text-align: center;
    color: #d9eae8;
    border-top: solid 1px #000000;
 }

#footer a, #footer a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #dc412d;
    font-size: 12px;
}

#footer a:hover, #footer a:active
{
	font-weight: normal;
	text-decoration: none;
	color: #fffff2;
}

.button
{
    color: #fffff2;
    background-color:#77a7a5;
     border:1px solid #3c6163;
	font-size: 14px;
    font-family:  "Trebuchet MS", Arial, Tahoma, Helvetica, Sans-Serif;
    margin-bottom: 10px;
    font-style:italic;
padding: 5px;
}

input
{
	font-size: 14px;
    font-family:  "Trebuchet MS", Arial, Tahoma, Helvetica, Sans-Serif;
    padding-left: 3px;
    margin: 0px;
    background-color: #ffffff;
}

form
{
     padding: 0px;
     margin: 0px;

}

.sponsorimage img
{
       padding-top:5px;
       padding-bottom:5px;
       border: none;
}

.sponsorpageimg img
{
       float:left;
       padding-right:15px;
       padding-bottom:15px;
       border: none;
}

.designersimg img
{
	border: 1px solid #d8cdc0;
    margin: 0px 0px 5px 0px;
}

.designersimg a img
{
	border: 1px solid #d8cdc0;
    margin: 0px 0px 5px 0px;
}

.designersimg a:visited img 
{
	border: 1px solid #d8cdc0;
}

.designersimg a:hover img
{
	border: 1px solid #93c0c7;
}

.designersimg a:active img
{
	border: 1px solid #93c0c7;
}

.clear {
clear:both;
}

.contactinfo{
display: none;
}

ul#twitter_update_list {list-style: none; margin: 0; padding: 0 0 8px 0;}

.styleBold {
	font-weight: bold;
}

.styleBoldColor {
	color: #068a54;
	font-weight: bold;
}

.styleSmText {
	font-size: 10px;
	font-weight: bold;
}

.styleSmLink {
	color: #CCFF00;
	font-size: 10px;
	font-weight: bold;
}

.styleHidden {
	font-size: 8px;
	color: #111111;
}

#flashcontent {
		height: 100%;
	}