/* Standard Css */

body { margin: 0; padding: 0; background: url(../images/background.jpg) top center repeat-x #333333; font-family: Georgia, arial, sans-serif; font-size: 12px; }
a { color: #000000; text-decoration: none; }
a:hover { color: #333333; text-decoration: underline; }
h1,h2,h3,p { margin: 0; padding: 0; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 16px; }

/* Main Css */

#container { margin: 0 auto; width: 850px; }
#headerContainer { height: 224px; background: url(../images/header.jpg) top center no-repeat; }
#header { padding: 65px 40px 0 40px; }
#header h1 a { color: #FF9900; }
#header h2 a { color: #CECECE; padding-left: 20px; display: none; }
#header p { color: #FFFFAA; padding: 10px 20px 0 20px; text-align: justify; font-weight: bold; }
#contents { background: url(../images/body.jpg) top center repeat-y; }
#left { float: left; width: 555px; padding-left: 40px; }
#right { float: right; width: 165px; padding-right: 51px; }
#right ul { list-style: none; margin: 5px 0; padding: 0; }
#right ul li a { color: #000000; text-decoration: none; }
#right ul li a:hover { border-bottom: 1px dashed #000000; }
#footerContainer { height: 98px; background: url(../images/footer.jpg) top center no-repeat; }
#footer { text-align: center; padding: 50px 40px 0 40px; }
#footer * { color: #FF9900; font-size: 11px; }
	
/* Search Form Css */

#searchDropdownBox { border: 2px solid #000000; background: #FFFFCC; font-size: 10px; }
select { width: 163px; border: 2px solid #000000; background: #FFFFCC; font-size: 10px; }
select option { width: 163px; border-bottom: 1px solid #000000; background: #FFFFCC; font-size: 10px; }
#searchBox { width: 103px; border: 2px solid #000000; background: #FFFFCC; font-size: 10px; padding: 2px 2px; }
#searchButton { font-weight: bold; font-size: 10px; height: 20px; width: 50px; border: 2px solid #000000; background: #000000; color: #FFFFFF; }

/* Top Products Css */

#topProducts { padding: 10px; border: 2px solid #000000; text-align: center; margin-bottom: 8px; background: #FFFFFF; }

/* Links List Css */

#linksList li { margin-bottom: 10px; }
#linksList li b { text-decoration: underline; }