/*** universal CSS reset ***/
* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	
	outline: 0;
	padding: 0;
	margin: 0;
}
a img {
	border: 0 none;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	color: #333333;
	background-color: #ffffff;
	font-size: 12px;
}

#container {
	width: 1050px;
	border: 2px solid #982b21;
	position: relative;
	left: -4px;
	top: -4px;
	background: #ffffff url(/images/layout/TGTBottompattern.gif) no-repeat bottom center;
	overflow: hidden;
	padding-bottom: 29px;
	
}
#containerShadow {
	width: 1054px;
	background-color: #cccccc;
	margin: 20px auto;
	position: relative;
}

#contentContainer {
	width: 970px;
	margin: 20px 40px 50px;
}

.mainContent {
	border: 1px solid #982b21;
	width: 640px;
	margin-right: 20px;
	padding: 20px 15px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	line-height: 17px;
}
.mainContent img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.mainContent p {
	line-height: 25px;
	padding-top: 10px;
}

#header #logo {
	border: 2px solid #982b21;
	border-bottom: none;
	margin-left: 40px;
	position: absolute;
	bottom: -3px;
}
#header {
	background: transparent url(/images/layout/TGTtoppattern.gif) no-repeat top center;
	position: relative;
	height: 165px;
}
#nav, h1, h2, h3, #quoteBox {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	color: #00cccc;
	letter-spacing: 2px;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
#header #logo {
	border: 2px solid #982b21;
	bottom: 15px;
	margin-left: 140px;
}
#nav {
	background-color: #982b21;
	overflow: hidden;
	height: 45px;
	font-size: 20px;
	letter-spacing: 3px;
	position: relative;
	z-index: 2;
}

#nav a, #nav a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover, #nav li.on a {
	color: #00cccc;
}

#nav li {
	float: left;
	text-align: center;
	width: 150px;
}
#nav #store {
	padding-right: 15px;
}
#nav ul {
	list-style-type: none;
	margin-left: 130px;
	margin-top: 10px;
}

#footer {
	border-bottom: 2px solid #982B21;
	clear: both;
	color: #982B21;
	font-size: 10px;
	padding: 5px;
	text-align: center;
	width: 100%;
}
a, a:visited {
	color: #992622;
	text-decoration: none;
}
#footer a, #footer a:visited {
	color: #982B21;
	text-decoration: none;
}

#newsAndStitches {
	font-size: 12px;
	color: #446363;
	background-color: #cef8f7;
	width: 265px;
	float: right;
	padding: 20px;
	width: 220px;
	line-height: 17px;
	margin-bottom: 25px;
}
#newsAndStitches h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #446363;
}
#newsAndStitches .date {
	font-size: 10px;
}
#newsAndStitches .newsItem {
	margin-top: 15px;
}

/*** homepage ***/
#homeSidebar {
	background-color: #f2efe6;
	border: 1px solid #982b21;
	border-top: none;
	width: 289px;
	height: 550px;
	font-weight: bold;
	padding: 0 18px 50px;
}
#quoteBox {
	font-size: 29px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	background: transparent url(/images/layout/TGTblueshape.gif) no-repeat top center;
	width: 460px;
	padding-right: 40px;
	padding-top: 55px;
	height: 70px;
	position: relative;
	top: 40px;
	right: 105px;
	float: right;
	letter-spacing: 2px;
}
#quoteBox #author {
	font-size: 12px;
}
#productSlideshow {
	padding-top: 20px;
}
#rotator {
  width: 288px;
  height: 216px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
#rotator img {
  margin: 0;
  padding: 0;
  cursor: pointer;
  left:0;
  position:absolute;
  top:0;
}

#homeContent {
	background: transparent url(/images/layout/TGTblueshape.gif) no-repeat bottom center;
	width: 420px;
	padding: 25px 40px 40px;
	color: #ffffff;
	line-height: 38px;
	float: right;
	font-weight: bold;
}
#contentContainer.home {
	margin: 0 95px 20px;
	width: 850px;
}

/** custom order form **/
#customOrderForm label {
	display: block;
}
#customOrderForm {
	padding-left: 20px;
}

/** Store **/
#storeCategoryNav a, #storeCategoryNav a:visited {
	color: #00CCCC;
	text-decoration: none;
	padding-right: 10px;
}
#storeCategoryNav {
	width: 685px;
}
#storeContent {
	border: none;
	padding-left: 0;
	padding-top: 0;
	width: 685px;
}
.gadget .title {
  display: none;
}
form label {
	line-height: 16px;
}