@import url(xinha_stylist.css);

* { font-family: Verdana, Arial, Helvetica, sans-serif; padding: 0px; margin: 0px; font-size: 100%; }
html, body { height: 100%; }

body { font-size: 0.7em; color: #494949; padding: 0px 10px; background-color: #006180; background-image: url(../images/bg.jpg); background-repeat: no-repeat; background-position: top center; }

#root { width: 980px; margin: 40px auto 20px; background-color: #FFFFFF; padding: 15px; }

a, a:visited { color: #0000FF; }

input, select, textarea { vertical-align: middle; }

h1, h2, h3, h4, h5, h6 { color: #1A3A6E; font-weight: normal; font-style: normal; line-height: 1em; margin-bottom: 0em; }
h1 { font-size: 1.75em; padding-bottom: 6px; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
img { border: 0px; }
p { margin: 1em 0px; line-height: 1.5em; }

table h1, table h2, table h3, table h4, table h5, table h6 { margin-top: 0px; }

table.form td, table.form th { padding: 2px; }
input.text, select, textarea { padding: 1px; }
input.button { background-color: #1A3A6E; color: #FFFFFF; border: 0px; padding: 3px 5px; font-weight: bold; }

table.data { border-collapse: collapse; }
table.data td, table.data th { padding: 4px; border: 1px solid #1A3A6E; }
table.data th { background-color: #E0E0E0; text-align: left; }
table.data td { background-color: #F0F0F0; }

table.product-list img { padding-bottom: 10px; padding-right: 10px; }
div.hr hr { display: none; }
div.hr { border-top: 1px solid black; margin-top: 8px; padding-bottom: 8px; }
ol, ul { margin-left: 2em; padding-left: 2em; margin-bottom: 1em; }

#header-root {  }
	#header-logo { padding: 16px; float: left;}
		#header-img { position: relative; height: 170px; padding-top: 6px; }

	#body-root { margin-top: 10px; }
		#navigation { float: left; width: 290px; }

		#navigation ul { margin-left: 0px; padding-left: 0px; list-style-type: none; margin-top: 7px; }
			#searchbox { width: 250px; background-image: url(../images/searchbox-bg.gif); background-repeat: repeat-y; padding: 5px 0px 5px 15px; color: #FFFFFF; }
				#searchbox form { display: inline; }

			#navigation ul li { list-style-type: none; }
				#navigation li a { display: block; background-color: #076EB8; width: 235px; padding: 7px 0px 7px 15px; margin-top: 6px; text-decoration: none; color: #FFFFFF; text-transform: lowercase; }
				#navigation li a:hover, #navigation li a.level1active { background-color: #1e3b6e; }
			 	#navigation li a.level2 { padding: 3px 0px 3px 15px; margin: 0px 0px 0px 0px; background-color: #bac4d4; }
				html #navigation li a.level2:hover, html #navigation li a.level2active { padding: 3px 0px 3px 15px; margin: 0px 0px 0px 0px; background-color: #a3b0c6; }

			#newsfeed { margin: 10px 0; font-size: 0.85em; margin-right: 40px; background-color: #c0c3e7; }
			#newsfeedheading { background-color: #1e3b6e; border: 1px solid #1e3b6e; }
			#newsfeed h2 { color: white; color: white; padding: 7px 0px 7px 15px; text-transform: lowercase; }
			#newsfeedheading div { float: right; padding: 0 15px 0 0; line-height: 25px; }
			#newsfeedheading a { color: white; text-decoration: none; }
			#newsfeedcontent { padding: 5px 8px; }
			.newsfeeditem { margin: 8px 0px; }
			.newsfeeddate { text-align: right; }

			#call-us { text-align: right; font-size: 1.6em; color: #8c9cb7; margin-right: 40px; }
		#content-root { float: left; width: 670px; }
			#content { padding: 7px 0px 20px 0px; }
				#testimonial-feature-outer { color: #999999; font-size: 1.2em; font-style: italic; margin-top: 30px; }
					#testimonial-feature { width: 480px; padding-left: 10px; }
						#testimonial-feature h3 { color: #999999; }

				#subpage-list {  }
					.subpage-container { padding-bottom: 5px; border-bottom: 1px solid #999999; padding-top: 10px; }
					.subpage-text {  }
					.subpage-container h3 {  }

				#map { width: 670px; height: 400px; }

				.product-page-frame { float: left; width: 180px; height: 190px; margin: 0px 30px 20px 0px; padding: 5px; position: relative; background-color: #e8e8e8; border: 1px solid #8c8c8c; }
					.product-page-frame h3 { margin-top: 0.5em; }
					.go-arrow { position: absolute; right: 10px; bottom: 10px; }

		#side-navigation-root { float: left; width: 25%; }
			#side-navigation ul { list-style-image: url(../images/sidenav-bullet.gif); list-style-type: square; margin-top: 7px; margin-left: 16px; padding-left: 16px; }
				#side-navigation ul li { margin-top: 4px; }
					#side-navigation ul li a { display: block; background-color: #D6DEEB; padding: 4px 25px 5px 10px; line-height: 1.5em; margin-right: 1px; text-decoration: none; color: #1A3A6E; }

	#footer { margin-top: 20px; width: 964px; padding: 8px; background-image: url(../images/footer-bg.gif); background-repeat: repeat-y; font-size: 0.75em; color: #FFFFFF; }
		#footer a { color: #FFFFFF; text-decoration: none; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.valign-top { vertical-align: top; }
.valign-middle { vertical-align: middle; }
.valign-bottom { vertical-align: bottom; }
.clear-left { clear: left; line-height: 1px; height: 1px; font-size: 1px; }
.clear-right { clear: right; line-height: 1px; height: 1px; font-size: 1px; }
.clear { clear: both; line-height: 0px; height: 0px; font-size: 0px; }
.float-left { float: left; }
.float-right { float: right; }
