body {
	font-size: 62.5%;
	text-align: center;
	margin-top: 10px;
	background-image: url(../store/includes/templates/ustar/images/bg-tile.gif);
	background-repeat: repeat;
}
#container {
	margin: 0 auto;
	width: 747px;
	height: auto;
	border: 1px solid #666;
	text-align: left;	
	background: url(../store/includes/templates/ustar/images/footerfiller.jpg);
}
#bg-container {
	width: 747px;
	height: 995px;
	background: url(../store/includes/templates/ustar/images/bg.jpg);
}
#header {
	width: auto;
	height: 120px;
}

#menu {
	width: auto;
}
#header2 {
	width: auto;
	margin-top: 30px;
}

#header3-home {
	width: auto;
}
#search {
	width: 100%;
	/* background-color: #A9A896; */
	padding-top:5px;
	padding-bottom:4px;
	text-align: right;
	}
#search form {
	margin-left: 58px;
}
.searchField {
	border: 1px solid;
	padding: 3px;
	border-color: #797864;
}

#mainColumn {
	width: 500px;
}
#footer {
	font-family: Tahoma;
	width: 100%;
	height: 60px;
	border-top: 1px;
	border-top-color: #006699;
	border-top-style: solid;
	padding-top: 10px;
}

#footer2_c1 { 
	width:230px;
	float: left;
}
#footer2_c2 {
	width:487px;
	float: left;
	font-size: 11px;	/*margin-top: 10px;*/
}
.footer2_c2_text1, .footer2_c2_text1 a { color:#FFFFFF;}
.footer2_c2_text2, .footer2_c2_text2 a { color:#CCC4C4; font-size:10px; }


/* ------ elements ----- */
p{
	padding-left: 20px;
	padding-right: 20px;
	}

a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

.a {
	font-family: Tahoma;
	font-size:11px;
	line-height:20px;
	padding: 0px 0px 0px 18px;
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing: 2px;
}
a:hover{
	text-decoration:none;
	color: #FFFFFF;}
a:hover, ul a {
	color: #FFFF00;
	text-decoration: none;
        }

h1 {
	font-family: Tahoma;
	margin: 0.3em;
	font-size: 1.5em;
	line-height: 1em;
}
.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.main_text
	{
	font-family: Tahoma;
	font-size:16px;
	color:#FFFFFF;
	text-align: center;
	line-height: normal;
	letter-spacing: 1px;
	}
.input, textarea, select
	{
	font-family: Tahoma;
	font-size:12px;
	line-height:13px;
	color:#464646;
	vertical-align: top;
	}
.tag-line
	{
	font-family: Tahoma;
	font-size:16px;
	line-height: normal;
	color:#FFFF00;
	letter-spacing: 1px;
	width:720px;
	margin-left: 10px;
	margin-right: 10px;
	}
	.img_brd
{
	margin:15px;
	border:10px solid;
	padding:8px;
	background-color: #000000;
	border-color: #B36B00;
}
body, td, th {
	border: 0;
}
/* Miscellaneous classes for reuse */
.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;
}
.thinborderfloatR {
	float: right;
	margin-left: 8px;
	border:solid 1px;
	padding:5px;
	margin:10px;
	border-color: #666666;
}
.thinborderfloatL {
	float: left;
	margin-left: 8px;
	border:solid 1px;
	padding:5px;
	margin:10px;
	border-color: #666666;
}