@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
a:link {
	color: #0D58B7;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0D58B7;
}
a:hover {
	text-decoration: none;
	color: #FF0722;
}
a:active {
	text-decoration: underline;
	color: #FF0722;
}
.tch #container {
	width: 1034px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.tch #header {
	padding: 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. */
	margin: 0px;
	height: 175px;
	background-image: url(../images/fonTopWork.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
.tch #logo {
	float: left;
	width: 211px;
	padding-left: 28px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.tch #logo h2 {
	color: #0d58b7;
	font-size: 17px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.tch #logo span {
	color: #c6c6c6;
	font-size: 16px;
}
.tch #mainMenu {
	padding-top: 31px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tch #mainMenu th {
	text-align: center;
	height: 43px;
	color: #FFFFFF;
	font-size: 11px;
	width: 132px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.tch #mainMenu td {
	height: 95px;
	padding-top: 5px;
}
.tch #mainMenu a {
	color: #000000;
	display: block;
	font-size: 11px;
	padding-left: 10px;
	line-height: 15px;
	text-decoration: none;
}
.tch #mainMenu a:hover {
	text-decoration: none;
	color: #FF0000;
}
.tch #mainMenu a:active {
	text-decoration: underline;
	color: #FF0000;
}


.tch #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 */
}
.tch #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.tch #sidebar1 h2 {
	line-height: 29px;
	font-size: 70%;
	color: #FFFFFF;
	background-image: url(../images/fonSidebar1H1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FF0722;
	padding-left: 10px;
	text-decoration: underline;
}
.tch #sidebar1 h3 {
	font-weight: normal;
	font-size: 70%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.tch #sidebar1 a {
	display: block;
	font-size: 100%;
	text-transform: uppercase;
	color: #FF0722;
	line-height: 16px;
	text-decoration: none;
}
.tch  #sidebar1  a:hover {
	text-decoration: underline;
}
.tch #sidebar1 p {
	font-size: 70%;
	line-height: 16px;
	padding-left: 10px;
	margin: 0px;
}
.tch  #sidebar1  p  a {
	color: #000000;
	text-transform: none;
}

.tch #banner {
	background-image: url(../images/fonLeftmenuTop.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}
.tch #banner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tch #leftMenu {
	background-image: url(../images/fonLeftmenuBott.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.tch #leftMenu a {
	color: #0d55b7;
	text-decoration: none;
	display: block;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	width: 130px;
	margin-left: 65px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0D55C3;
}

.tch #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 232px;
}
.tch #sidebar2 h2 {
	background-image: url(../images/fonSidebar2H2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 80%;
	color: #FFFFFF;
	height: 29px;
	line-height: 29px;
	padding-left: 10px;
	text-decoration: underline;
}
.tch #sidebar2 h3 {
	font-size: 75%;
	text-transform: uppercase;
	color: #0D55B7;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 0px;
	margin: 0px;
}
.tch #letters h3 {
	color: #666666;
	text-transform: none;
}
.tch #letters #artLink {
	text-align: right;
	font-size: 75%;
}
.tch #letters #artLink a {
	color: #0D58B7;
	padding-left: 10px;
	padding-right: 15px;
	font-weight: normal;
}
.tch #letters #artLink a:hover {
	text-decoration: none;
}


.tch #sidebar2 p {
	padding-left: 20px;
	font-size: 75%;
	text-align: left;
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.tch #sidebar2 a {
	font-weight: bold;
	color: #ed1c24;
}
.tch #banners2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tch #search {
	color: #0D55B7;
	font-weight: bold;
	padding-top: 15px;
}


.tch #navMenu {
	text-align: right;
	margin-top: 5px;
	height: 16px;
}
.tch #navMenu a {
	font-size: 50%;
	padding-right: 7px;
	text-decoration: none;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 16px;
	color: #0D58B7;
	padding-left: 5px;
	text-transform: uppercase;
	font-weight: normal;
}
.tch #navMenu a:hover {
	text-decoration: underline;
}

.tch #navMenu img {
}
.tch #letters {
	background-color: #dce7ed;
	padding-bottom: 10px;
}


.tch #mainContent {
	margin-right: 240px;
	margin-left: 240px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 30px;
} 
.tch #mainContent h1 {
	font-size: 100%;
	text-transform: uppercase;
	color: #0C56B9;
	text-decoration: underline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.tch #mainContent h2 {
	font-size: 90%;
	color: #0D56B7;
	text-transform: uppercase;
}
.tch #mainContent h3 {
	font-size: 85%;
	font-weight: bold;
	color: #0D58B7;
}
.tch #mainContent p {
	font-size: 75%;
	
}
.tch #mainContent ul {
	font-size: 70%;
	
}
.tch #itemBox {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0C56B9;
	margin-bottom: 15px;
}
.tch #itemBox h2 {
	margin: 0px;
	padding: 0px;
	font-size: 140%;
	text-transform: none;
}
.tch #itemBox h3 {
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.tch #itemBox span {
	color: #ED1C24;
	font-weight: bold;
}
.tch #itemBox a {
	color: #000000;
	background-image: url(../images/icMore.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 32px;
	line-height: 32px;
	display: block;
}



.tch #footer {
	background-color: #DDDDDD;
	background-image: url(../images/fonBott.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 215px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.tch #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 */
}
.tch #bottMenu {
	padding-left: 240px;
	text-align: left;
	font-size: 65%;
	text-transform: uppercase;
	color: #000000;
}
.tch #bottMenu a {
	color: #000000;
	text-decoration: none;
}
.tch #bottMenu a:hover {
	text-decoration: underline;
}
.tch #copyr {
	padding-left: 240px;
	height: 48px;
	line-height: 48px;
	font-size: 65%;
	font-weight: bold;
	color: #666666;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#price h1 {
	font-size: 100%;
	text-transform: uppercase;
	color: #FF0722;
	text-decoration: underline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#price h2 {
	font-size: 85%;
	font-weight: bold;
	color: #FFFFFF;
			margin: 2px;
		padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left:2px;
}
#price h3 {

		font-size: 85%;
	font-weight: bold;
	color: #0D58B7;
}
#price p {
	font-size: 75%;
		margin: 2px;
		padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left:2px;
	
}
#price ul {
	font-size: 70%;
	
}
