/* Colours:
	Black: #000;
	White: #fff;
	Red: #f00;
*/
	/* General Declarations */
*{font-family:Arial, Helvetica, sans-serif;font-size:100.1%}
body{color:#fff;background:#000;margin:0;padding:0}
h1{font-size:1.55em;letter-spacing:0.1em;font-weight:normal;background:#fff;color:#000;margin:0;padding:50px 0 20px 10px}
h2{font-size:1.2em;margin:0;padding:0}
h3{font-size:1em;margin:0;color:#f00}
form{margin:8px 0;padding:0}
label{display:block;float:left;width:80px;height:1.2em;padding:0;margin:0.3em 0 0 0}
input,textarea{font-size:0.9em;color:#666;width:auto;margin:0.1em 0 0 10px}
textarea{overflow:auto}
em{font-size:3em;line-height:0.9em;display:block;height:15px}
ol{list-style-type:disc;font-size:0.8em}
	/* iDs */
#toolbar{background:#f00;height:20px}
#toolbar ul{list-style-type:none;margin:0;padding:0;width:760px}
#toolbar li{display:inline;margin:0;padding:0}
#toolbar li a,#toolbar li a:visited{display:inline-table;width:20%;height:18px;margin:0;padding:2px 0 0 0;float:left;color:#fff;text-decoration:none;text-align:center;font-size:0.9em}
#toolbar li a:hover,#toolbar li a:active,#toolbar li a:focus{color:#f00;background:#fff}
#content{width:450px;margin:0;padding:10px 300px 10px 10px}
#content p{font-size:0.8em}
#content ul{list-style:none;margin:0;padding:30px 100px 0 50px;font-size:0.95em}
#content ul li{display:block;margin:2px 0;padding:0;height:20px}
#content ul li a,#content ul li a:visited{display:block;background:url(images/bullet.gif) top left no-repeat;height:20px;margin:0;padding:0 0 0 30px;text-decoration:none;color:#fff}
#content ul li a:hover,#content ul li a:active,#content ul li a:focus{background:url(images/bullet.gif) bottom left no-repeat;color:#f00}
#footer{width:760px;margin:0;padding:10px 0 0 0;clear:both;text-align:center;font-size:0.7em}
#clear{font-size:0.8em}
#p400{float:left;width:1px;height:380px}
	/* The Backgrounds */
#home #content{background:url(images/home.jpg) top right no-repeat}
#about #content{background:url(images/about.jpg) top right no-repeat}
#services #content{background:url(images/services.jpg) top right no-repeat}
#testimonials #content{background:url(images/testimonials.jpg) top right no-repeat}
#contact #content{background:url(images/contact.jpg) top right no-repeat}
	/* Class Is In Session */
.open{float:left}
.close{float:right}
.clear{clear:both}
.error{font-size:0.85em;font-weight:bold}
	/* Links */
a,a:visited{color:#fff;text-decoration:none}
a:hover,a:active,a:focus{text-decoration:underline;color:#f00}