/* ---------------------------------------------------------------------------------------

Project:	Vale Carpet Cleaners 
File:		vale.css
Content:	Contains all css for website

Author:		Simon Abbott - Moonlighting Web
Copyright:	Moonlighting Web
Author URL:	http://www.moonlightingweb.co.uk

------------------------------------------------------------------------------------------ */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th 
{
	margin : 0;
	padding : 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.contentbox {
	color: #000000;
	background-color: #FFFFFF;
	height: 330px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

td.contentbody {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

table#price {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

table#price th, table#price td {
	padding: 2px;
}

table#price th {
	background-color: #CC3333;
	font-weight: bolder;
	padding: 5px;
}

.navbaritem, .navbaritem a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	width: 260px;
	border: 1px solid #666666;
	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}

.navbaritem:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
	padding: 5px;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-decoration: none;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	margin: 0px;
	padding: 0px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}

.mluk {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
b, strong {
	font-weight: bold;
	font-size: 14px;
}

#mapbox{
	width:355px;
	height:320px;
	padding: 2px;
	border: 1px solid #333333;
}
