/* Styles for Dianella Polishing */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #F1F2EC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
a:link {
	color: #DD0003;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #DD0003;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #8E0000;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 26px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1c1c1c;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1c1c1c;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.footer {
	font-size: 11px; 
	line-height: 15px; 
	font-weight: normal; 
	color: #000000; }
	
.footer_link {
	font-size: 11px; 
	line-height: 15px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #DD0003; 
}

.footer_link:hover {
	font-size: 11px; 
	line-height: 15px; 
	font-weight: bold; 
	text-decoration: none;
	color: #8E0000; 
}
.bold {
	font-weight: bold; 
}

#top_slideshow {
	padding:				0;
	margin:					0;
	width:					576px;
	height:					342px;
	overflow:				hidden;
}

#top_slideshow ul {
	padding:				0;
	margin:					0;
	list-style-type: 		none;
}

#heading {
	z-index:				2000;
}

/* -------- NAVIGATION -------- */
.navigation {
	position:				relative;
	width:					576px;
	height:					36px;
	list-style: 			none;
	padding: 				0px;
	margin: 				0px;
	background-color:		#F1F2EC;
	z-index:				3000;
	font-family: 			Arial, Helvetica, sans-serif;
	font-size:				11px;
	text-transform: 		uppercase;
}
ul#topnav {
	margin: 				0; 
	padding: 				0;
	float:					left;
	width: 					100%;
	list-style: 			none;
}
ul#topnav li {
	float: 					left;
	margin: 				0;
	padding: 				0;
	position: 				relative;
}
ul#topnav li a {
	float: 					left; 
	text-indent: 			-9999px;
	height: 				36px;
}
ul#topnav li:hover a, ul#topnav li a:hover { 
	background-position: 	left bottom; 
}
ul#topnav a.home {
	background: 			url(../images/b1.gif) no-repeat;
	width: 					84px; 
}
ul#topnav a.about {
	background: 			url(../images/b2.gif) no-repeat;
	width: 					90px; 
}
ul#topnav a.services {
	background: 			url(../images/b3.gif) no-repeat;
	width: 					108px; 
}
ul#topnav a.gallery {
	background: 			url(../images/b4.gif) no-repeat;
	width: 					105px; 
}
ul#topnav a.links {
	background: 			url(../images/b5.gif) no-repeat;
	width: 					78px; 
}
ul#topnav a.contact {
	background: 			url(../images/b6.gif) no-repeat;
	width: 					111px; 
}


/*--Navigation Active States--*/
ul#topnav a.home_active {
	background: 			url(../images/b1.gif) no-repeat;
	width: 					84px;
	background-position: 	0 -36px;
}

ul#topnav a.about_active {
	background: 			url(../images/b2.gif) no-repeat;
	width: 					90px;
	background-position: 	0 -36px;
}
ul#topnav a.services_active {
	background: 			url(../images/b3.gif) no-repeat;
	width: 					108px; 
	background-position: 	0 -36px;
}
ul#topnav a.gallery_active {
	background: 			url(../images/b4.gif) no-repeat;
	width: 					105px; 
	background-position: 	0 -36px;
}
ul#topnav a.links_active {
	background: 			url(../images/b5.gif) no-repeat;
	width: 					78px; 
	background-position: 	0 -36px;
}
ul#topnav a.contact_active {
	background: 			url(../images/b6.gif) no-repeat;
	width: 					111px; 
	background-position: 	0 -36px;
}


/*--Drop Down Menu Styling--*/
ul#topnav li .sub {
	position: 				absolute;	
	top: 					36px;
	left: 					0;
	background: 			#fff418 url(../images/bg_nav.gif) repeat-x;
	border-left: 			1px solid #feda0e;
	border-right: 			1px solid #feda0e;
	border-bottom:			1px solid #feda0e;
	border-top:				1px solid #feda0e;
	padding: 				10px 10px 10px;
	float: 					left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 		5px;
	-khtml-border-radius-bottomright: 		5px;
	-webkit-border-bottom-right-radius: 	5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 			5px;
	-khtml-border-radius-bottomleft: 		5px;
	-webkit-border-bottom-left-radius: 		5px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-topright: 		5px;
	-khtml-border-radius-topright: 		5px;
	-webkit-border-top-right-radius: 	5px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-topleft: 		5px;
	-khtml-border-radius-topleft: 		5px;
	-webkit-border-top-left-radius: 	5px;
	display: 								none;
}
ul#topnav li .row {
	clear: 					both; 
	float: 					left; 
	width: 					100%; 
	margin-bottom: 			6px;
}
ul#topnav li .sub ul{
	list-style: 			none;
	margin: 				0;
	padding: 				0;
	width: 					190px;
	float: 					left;
}
ul#topnav .sub ul li {
	width: 					100%;
	color: 					#fff;
}
ul#topnav .sub ul li a {
	float: 					none; 
	text-indent: 			0; /*--Reset text indent--*/
	height: 				auto;
	background: 			url(../images/nav_arrow_off.gif) no-repeat 5px 8px;
	padding: 				5px 5px 5px 14px;
	display: 				block;
	text-decoration: 		none;
	color:					#000;
}
ul#topnav .sub ul li a:hover {
	color: 					#DD0003; 
	background: 			url(../images/nav_arrow_on.gif) no-repeat 5px 8px;
}


/*------------------------------------------
	NEWSLETTER
------------------------------------------*/
.newsletter_text {
	color:					#FFF;
	width:					200px;
	text-align:				left;
	font-size:				11px;
	padding-bottom:			10px;
	line-height:			15px;
}
.contactForm input {
	position:				relative;
	font-family:			Verdana, Geneva, sans-serif;
	font-size:				11px;
	color:					#e1e1e1;
	border:					1px solid #555555;
	width:					180px;
	margin-left:			15px;
	padding:				5px 8px;
	background-color:		#464646;
	-moz-border-radius: 	4px;
	border-radius: 			4px;
}
.contactForm input:focus, .contactForm textarea:focus {
	color:					#fff;
	border:					1px solid #707070;
	background-color:		#666;
	-moz-border-radius: 	4px;
	border-radius: 			4px;
}
.submitbutton {
	border: 				none;
	width:					182px;
	height:					51px;
	margin:					0;
	padding:				0;
	background-image: 		url(../images/grey_btn.gif);
	background-position:	top;
} 
.submitbutton:hover {
	cursor: 				pointer;   
	border: 				none;
	width:					182px; 
	height:					51px;
	margin:					0;
	padding:				0;
	background-image: 		url(../images/grey_btn.gif);
	background-position:	bottom;
	
}
.contactForm_button input {
	position:				relative;
	float:					right;
	top:					0;
	right:					25px;
	width:					182px;
	height:					51px;
	border: 				none;
	margin:					0;
	padding:				0;
	text-indent:			-9999px;
}
