/*------------------------------------------------------
Main Style Sheet

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

body { /* base font */
	font-size: 0.8em;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Tahoma;
	min-width: 780px;
	margin-top: 0px;
	padding-top: 0px;
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
/* Layout
--------------------------------*/	

#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-color: #000000;
	background-color: #171E24;
	}
	
#header {
	height: 65px;
	width: 760px;
	float: left;
	}
#header a {
	background-image: none;
}

	
#nav {
	float: left;
	}
#pic {
	display: inline;
	height: 180px;
	width: 760px;
	float: left;
	margin-bottom: 20px;
}


#mainContent {
	float: none;
	display: inline;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	}

#sideBar {
	float: left;
	display: inline;
	width: 153px;
	padding-right: 0px;
	padding-left: 20px;
	}
	
#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	margin-top: 10px;
	}

/* Anchor Styling
--------------------------------*/

a:link, a:visited {
	color: #75d4ff;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	background-image: url(file:///C|/Users/bullit/AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/i/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}

a:hover, a:active {
	color: #FFFFFF;
	background-image: url(file:///C|/Users/bullit/AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/i/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration: underline;
	}

/* Anchor Icons
--------------------------------*/

a[href^="http:"] { /* External Link */
	background: url(http://www.) no-repeat right top;
	padding-right: 10px;
	}

a[href^="http://www."] { /* Excludes me */
	background-image: none;
	padding-right: 0px;
	}

a[href^="mailto:"] { /* Email Link */
	background: url(http://www.mailLink.gif) no-repeat left center;
	padding-left: 15px;
	}

a[href$=".doc"] { /* Word File */
	background: url(http://www.wordLink.gif) no-repeat left center;
	padding-left: 18px;
	}

a[href$=".pdf"] { /* PDF File */
	background: url(http://www.Link.gif) no-repeat left center;
	padding-left: 18px;
	}


/* P.P.Indicator
--------------------------------*/

#home #nav .home a,
#web #nav .web a,
#sem #nav .sem a,
#graphic #nav .graphic a,
#quote #nav .quote a,
#contact #nav .contact a{
	color: #75D4FF;
	cursor: default;
	text-decoration: none;
	}

/* All Headings
--------------------------------*/

h1,h2,h3,h4,h5,h6 {
	line-height: normal;
	font-weight: normal;
	display: block;
	color: #75d4ff;
	}

/* Header
--------------------------------*/

#header img {
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: none;
	padding: 0px;
	}

/* Nav
--------------------------------*/

#nav ul {
	float: left;
	width: 740px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #3e5362;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#nav ul li {
	float: right;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(file:///C|/Users/bullit/AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/i/nav-right.gif);
	margin-right: 1px;
	}

#nav li a {
	display: block;
	line-height: 2em;
	text-decoration: none;
	background-image: url(file:///C|/Users/bullit/AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/i/nav-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-style: none;
	padding-top: 0;
	padding-right: 1.2em;
	padding-bottom: 0;
	padding-left: 1.2em;
	font-size: 1em;
	text-align: center;
	text-transform: lowercase;
	font-weight: bold;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	}

#nav li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}

/* Main Content
--------------------------------*/

#mainContent p {
	line-height: 1.4;
	padding-right: 10px;
	}
#mainContent a:hover {
	background-color: #3E5362;
	text-decoration: none;
	color: #75D4FF;
}

	
#mainContent h1 {
	margin: 20px;
	font-size: 2em;
	letter-spacing: 1px;
	text-transform: none;
	text-align: center;
	}

#mainContent h2 {
	display: block;
	font-size: 1.6em;
	text-transform: none;
	}

#mainContent h3 {
	font-size: 1em;
	font-weight: lighter;
	color: #CCC;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: center;
	}
#mainContent ul li {
	line-height: 1.5;
	background-image: url(file:///C|/Users/bullit/AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/i/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
	padding-left: 25px;
	}
#mainContent ul {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


#mainContent ol li {
	line-height: 1.5;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 0.9em;
	text-align: justify;
	}

#mainContent #promo {
	width: 497px;
	height: 222px;
	}

.mainContentBGBottom { /*bottom bg curves for main content */
	display: block;
	height: 30px;
	padding: 0px;
	margin: 0px;
	}
	
.rule { /*horizontal clearing rule */
	background-image: url(file:///C|/Users/bullit/AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/i/rule1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	}

/* SideBar
--------------------------------*/

#sideBar ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px; /* fixes ie5.x problem */
	display: block;
	background-image: url(file:///C|/Users/bullit/AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/i/sidenavbg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #1D262D;
	}
	
#sideBar ul a {
	display: block;
	text-decoration: none;
	height: auto;
	width: 133px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1em;
	text-transform: lowercase;
	background-image: none;
	margin: 0px;
	line-height: 1;
	color: #CCCCCC;
	}

#sideBar ul a:hover {
	background-image: none;
	color: #FFFFFF;
	background-color: #13181E;
	}

#sideBar h3 {
	padding-right: 10px;
	line-height: 2.5;
	margin: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	text-transform: lowercase;
	letter-spacing: 1px;
	background-image: url(file:///C|/Users/bullit/AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/i/sidenavh3.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #3E5362;
	}

/* Footer
--------------------------------*/

#footer p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 0.9em;
	text-align: center;
}


/* Redefined html tags
--------------------------------*/

abbr {
	cursor: help;
	}

code {
	font-weight: normal;
	color: #999900;
	font-size: 1.3em;
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #F1EDE2;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 2px solid #D1C5A3;
	}

blockquote {
	font-size: 1em;
	line-height: 1.4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 80px;
	background-image: url(file:///C|/Users/bullit/AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/i/quotemarks.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #1D262D;
	font-style: italic;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
blockquote strong {
	display: block;
	margin-top: 10px;
}


/* Contact Form
-----------------------------------*/

#name, #email, #phone, #messagebody, #referrer {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFFFFF;
	display: block;
	border: 1px solid #3e5362;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1e282f;
	}

#contact label {
	cursor:pointer;
	}

/* Enquiry Form
-----------------------------------*/

#quote label {
	width: 120px;
	display: block;
	float: left;
	line-height: normal;
	text-align: left;
	}

/* Evaluation Form
-----------------------------------*/

#EVname, #EVemail, #EVphone, #EVurl {
	border: 1px solid #3E5362;
	width: 200px;
	background-color: #1E282F;
	color: #FFFFFF;
	}
	
#revamps label {
	width: 100px;
	display: block;
	}

label {
	font-size: 1em;
	font-weight: bold;
	cursor:pointer;
	}

fieldset {
	border: 1px dotted #1e282f;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

legend {
	font-size: 0.8em;
	font-weight: bold;
	line-height: normal;
	padding: 5px;
	background-color: #1e282f;
	text-transform: uppercase;
	color: #CCCCCC;
	}

input:focus {
	background-color: #3E5362;
	color: #FFFFFF;
	}
	
textarea:focus {
	background-color: #1e282f;
	color: #FFFFFF;
	}

/* Table Styling
=================================*/

table {
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
td {
	font-size: inherit;
	padding: 3px;
	}

caption {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #75D4FF;
	}

.trAlternate { /* alternative table row highlighting */
	background-color: #1D262D;
	}

/* Image Drop Shadows
=================================*/

.img-wrapper {
	background-image: url(file:///C|/Users/bullit/AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/i/drop-shad-bottom-right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	clear: right;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 15px;
	}

.img-wrapper img {
	padding: 5px;
	margin-top: -5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -5px;
	background-color: #000000;
	border: 1px solid #3E5362;
	}

/* Image align
=================================*/
.img-right {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	}
	
.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
	}

/* classes
=================================*/
.highlighted {
	color: #FF0000;
	}

.pink { /*work in progress */
	color: #CC3366;
	}
	
.bold {
	font-weight: bold;
	}
#nastymeat {
	display: none;
	visibility: hidden;
}












































/* This website  Â© 2002-2008 steve - DO NOT COPY #home #wrapper #mainContent #photo {
	width: 760px;
	clip: rect(auto,auto,auto,auto);
}

