/* GLOBAL PROPERTIES */

body {
margin: 0px;	
text-align: center;		
background: #ffffff;
padding: 0px;
background: url(../images/bkg.png) repeat-y #ffffff;

}

td,tr,p,div {
color: #000000;
font-family: verdana, arial, sans-serif;
font-size: 11px;
letter-spacing: 0.5px;
line-height: 18px;
} 

/*body,td,tr,table,p,a,div {
	font-family: Arial, Helvetica, Sans-serif;
}*/

li {
	line-height: 20px;
	list-style: square;
}

ul {
	margin: 0px;
	padding: 0px;
}

input,select,textarea {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
	/*background: url(images/generic-header.gif) no-repeat top left;*/
	display: block;
	width: 100%;
	margin: 0;
	/*padding: 55px 0 15px 88px;*/
}

/* IDS */

#content-td {
	/*border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #F16321;*/
	background: url(http://ts.fivefourty.com/images/sub-bg.gif) bottom repeat-x white;
}

.footer {
	font-size: 10px;
	color: #000000;
}

#no-bg {
	background-color: white;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #F16321;
}

#content-td #about {
	margin: 7px 0 23px 2px;
}

/* CLASSES */

.site-text {
	font-size: 11px;
	color: white;
}

.site-text a{
	color: white;
}

.black-text {
	font-size: 11px;
	color: black;
}

.black-text a{
	color: black;
}

.notice {
	color: #F68D5C;
}

.indent {
	margin: 7px 0 24px 2px;
}

.gallery-thumbs {
	display: inline;
	margin: 15px;
}

.gallery-thumbs td{
	font-size: 11px;
	color: white;
}

.gallery-thumbs td:first-line{
	font-weight: bold;
}

.gallery-thumbs p:first-line{
	font-weight: bold;
}

.gallery-thumbs .border {
	border: solid 1px white;
}

.categories {
	margin: 10px 0 20px 0;
}

.categories .cat-title{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: white;
	text-transform: uppercase;
	padding: 45px 0 0 88px;
}

.categories .cat-text{
	font-size: 11px;
	color: black;
	padding: 8px 300px 8px 25px;
}

.categories .see-more{
	border: solid 1px white;
	background: url(images/see-more-arrow.gif) no-repeat left;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: white;
	margin: 0 50px 0 0;
	padding: 3px 0 3px 0;
}

.categories .see-more a{
	color: white;
	text-decoration: none;
	display: block;
	height: 29px;
	padding: 0 10px 0 30px;
	margin-bottom: -10px;
	margin-top: 4px;
}

.product-thumbs {
	display: inline;
	margin: 15px 0 15px 15px;
}

.product-thumbs td{
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

.product-detail {
	font-size: 11px;
	color: white;
}

.product-detail .product-title {
	background: url(images/product-title-image.gif) no-repeat left center;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	padding-left: 18px;
}