body {
	background-color: #F6F9FF;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	width: 780px;
}
form {
	margin: 0px;
	padding: 0px;
}
#Navbar {
	background-image: url(/images/back_navbar.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	width: 762px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#Navbar li {
	padding: 0px;
	display: inline;
	margin: 0px;
}
#Navbar a {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 13px;
	padding-bottom: 2px;
	padding-left: 13px;
	float: left;
	font-weight: normal;
}
#Navbar a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
td, tr, body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}
#MainIMage {
	margin: 0px;
	padding: 0px;
	height: 174px;
	width: 780px;
	background-image: url(/images/random_sub/1.jpg);
	background-position: left top;
}
#OfficeDrinkingIMage {
	margin: 0px;
	padding: 0px;
	height: 174px;
	width: 780px;
	background-image: url(/images/random_sub/2.jpg);
	background-position: left top;
}
#CommericalIMage {
	margin: 0px;
	padding: 0px;
	height: 174px;
	width: 780px;
	background-image: url(/images/commerical-header.jpg);
	background-position: left top;
}
#SubContent {
	background-color: #FFFFFF;
	background-image: url(/images/back_content_watermark.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#SubLeft {
	background-color: #DCDDDD;
	float: left;
	width: 196px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
}
#SubRight {
	width: 490px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #DCDDDD;
	float: right;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-top: 15px;
	display: block;
}
#SubRight h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	margin: 0px;
}
#SubRightContent {
	width: 130px;
	float: right;
	margin-top: 20px;
	padding-left: 14px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#SubRightContent a img {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDDDD;
}
#FooterClear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	width: 780px;
}
#Footer {
	height: 100px;
	width: 780px;
	background-color: #547EB9;
	margin-top: 5px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#Footer a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	height: 200px;
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	}
	
	#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 194px;
	width: 150px;
	margin-top: -1.7em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	display : block;
	color : #336699;
	font-weight : bold;
	text-decoration : none;
	background-color : #E4E6E6;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 3px;
	width: 190px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	border: 1px solid #D0D1D1;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #336699;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
#SaveIcon {
	background-image: url(/images/icon_sale.png);
	padding: 0px;
	height: 111px;
	width: 168px;
	clear: both;
	background-repeat: no-repeat;
	margin: 0px;
}
#SaveIcon2 {
	background-image: url(/images/icon_sale2.png);
	padding: 0px;
	height: 111px;
	width: 168px;
	clear: both;
	background-repeat: no-repeat;
	margin: 0px;
}
#SaveIcon a {
	display: block;
	padding-top: 77px;
	padding-left: 17px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#SaveIcon2 a {
	display: block;
	padding-top: 77px;
	padding-left: 17px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#SaveIcon a:hover {
	text-decoration: underline;
}
#SaveIcon2 a:hover {
	text-decoration: underline;
}
#SaveIcon .TinyExpire {
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
}
#SaveIcon2 .TinyExpire {
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
}
a {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.FormField {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #537EBB;
	width: 95%;
}
.FormTextField {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #537EBB;
	width: 95%;
}
.FormButton {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #567EB2;
	margin: 0px;
	padding: 0px;
	border: 1px solid #567EB2;
}
.ErrorText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
.OrangeBold {
	color: #FF6600;
	font-weight: bold;
}
.UploadFileFormField {
	width: 175px;
	border: 1px solid #336699;
}
.BigText {
	font-size: 13px;
	font-weight: bold;
}
.SubPageImage {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Footer .FingGiant {
	font-size: 40px;
}
