/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #280606;
	background-image: url(images/bodybg5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #efefef; 
	font-size: 1.15em;
	line-height: 20px;
}
body a { color: #971b1b; }
p {
	margin: 20px 0;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/wrapperbg.jpg);
	background-repeat: repeat;	
	background-color: #150303;
}
#header { width: 960px; height: 100px; padding: 0; margin: 0 auto; }
.titleimg { margin-left: 40px; }
#navcontainer { width: 960px; height: 60px; margin: 0 auto; }
#navigation { margin-left: 20px; padding: 0; }
#navigation li {
	display: inline;
	list-style-type: none;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0;
	padding: 0;
	}
#navigation li a {
	color: #efefef;
	font-size: 1.35em;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0 20px;
	}
#navigation li a:hover {
	color: #971b1b;
	}
body#home a#homelink,
body#about a#aboutlink,
body#services a#serviceslink,
body#portfolio a#portfoliolink,
body#contact a#contactlink {
	color: #971b1b;
	}
#intro { width: 920px; margin: 0 20px; padding: 20px 0; }
#intro ul { margin-left: 20px; }
#intro ul li { margin-left: 20px; }
#content-info { width: 920px; margin: 0 20px; padding: 20px 0; clear: both; }
#content-inside { width: 920px; margin: 0 20px; padding: 20px 0; clear: both; }
#content-inside ul { margin-left: 20px; width: 500px; float: left; }
#content-inside ul li {
	line-height: 20px;
	margin-left: 20px;
	list-style-type: disc;
}
#content-info ul { margin-left: 20px; width: 250px; float: left; }
#content-info ul li {
	list-style-type: none;
	line-height: 30px;
	background-image: url(images/check.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	margin: 0; 
}
#content-a { width: 567px; float: left; margin: 0; padding: 0; }
#content-b { width: 313px; float: right; margin: 0 0 0 40px; padding: 0; }
#footer { width: 960px; margin: 0 auto 20px auto; padding: 40px 0 20px 0; clear: both; }
#footer p { margin: 0 20px; }

h1 { font-size: 1.5em; margin: 0; font-weight: normal; color: #971b1b; }
h2 { font-size: 1.5em; margin: 0; font-weight: normal; color: #efefef; line-height: 30px; }
h3 { font-size: 1.5em; margin: 0; font-weight: normal; color: #efefef; line-height: 30px; }
#slider h3 { margin: 10px 0; }

.red { color: #971b1b; }
.white { color: #efefef; }
.big { font-size: 1.4em; margin: 0 20px; font-weight: normal; font-style: italic; text-align: center; }
.clear { clear: both; }
.smalltext { font-size: .85em; }
.margbottom { margin-bottom: 10px; }
.noleftmarg { margin-left: 0; }
.highlightbox { font-style: italic; border-top: solid 1px #753b39; border-bottom: solid 1px #753b39; padding: 10px 0; }
.bottommarg { padding-bottom: 5px; display: block; }

/* Slider */
#slidercontainer {
	width: 920px;
	margin: 0 20px;
	padding: 0;
	clear: both;
	background-color: #0d0202;
	background-image: url(images/darkbg.jpg);
	background-repeat: repeat;
}
#outerslider { width: 880px; margin: 20px; }
#slider { width: 880px; margin: 0 auto; }
#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:880px;
		height:350px;
		overflow:hidden; 
		}
	span#prevBtn a { width: 100px; height: 30px; text-decoration: none; margin: 10px; background:url(images/previous.jpg) no-repeat 0 0; display: block; float: left; }
	span#nextBtn a { width: 100px; height: 30px; text-decoration: none; margin: 10px; background:url(images/next.jpg) no-repeat 0 0; display: block; float: left; }
	
/* // Slider */
	
.contact { margin: 0 0 50px 200px;  }
.row { width: 920px; clear: both; }
.column-one { width: 450px; margin: 20px 20px 20px 0; float: left; background-color: #0d0202; }
.column-two { width: 450px; margin: 20px 0; float: right; background-color: #0d0202; }
.client { margin: 10px; font-size: 1.15em; color: #971b1b; }
.clientimg { margin: 0 10px 5px 10px; }
.more { margin: 0 0 10px 10px; }
.smallh { font-size: 1.15em; }
.black { background-color: #0d0202; padding: 10px 20px 20px 20px; margin: 20px 0; }
.floatleft { float: left; margin-right: 20px; }
.floatright { float: right; margin-left: 20px; }
.big-line { line-height: 30px; }
	