@charset "UTF-8";
/* CSS Document */

/* v1.0 | 20080212 */

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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}



/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ol.offer{
	margin: 0px 0;
	padding: 0 0 0 0px; /*--Distance between the order numbers--*/
}
ol.offer li {
	margin: 0px;
	padding: 10px 0px 0px 25px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-style: italic;
	font-size: 10px;
	color: #FFF;
}

p {
	margin:1em 0;
}

h1 {
	font-size: 14px;
	color: #FFF;	 
 }
 
h2 {
	font-size: 12px;
	color: #FFF;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	background-image: url(images/mainbg.jpg);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #8f9e9b;
}
a:link {
	color: #CCC;
	text-decoration: none;
}

a:hover {
	color: #940303;
	text-decoration: none;

}

a:visited {
	color: #999;
	text-decoration: none;

}

a:active {
	 color: #999;
	text-decoration: none;

}

#nav-example {
    background:url("images/nav.png") no-repeat;
    height:35px;
    margin:0;
    padding:0;
}

#nav-example span {
    display: none;
}

#nav-example li, #nav-example a {
    height:35px;
    display:block;
}

#nav-example li {
    float:left;
    list-style:none;
    display:inline;
}

#home {width: 119px;}
#portfolio {width: 128px;}
#process {width: 144px;}
#about {width: 142px;}
#contact {width: 109px;}


#home a:hover {background:url("images/nav.png") 0px -35px no-repeat; }
#portfolio a:hover {background:url("images/nav.png") -119px -35px no-repeat; }
#process a:hover {background:url("images/nav.png") -247px -35px no-repeat; }
#about a:hover {background:url("images/nav.png") -391px -35px no-repeat; }
#contact a:hover {background:url("images/nav.png") -533px -35px no-repeat; }


#header {
	background-image: url(images/headbg.png);
	width: 100%;
	background-repeat: repeat;
	height: 462px;
}

#Subheader {
	background-image: url(images/subheadbg.png);
	width: 100%;
	background-repeat: repeat;
	height: 184px;
}


#top {
	background-image: url(images/homeHeader2.jpg);
	margin: auto;
	width: 963px;
	height: 459px;

}

#Subtop {
	margin: auto;
	width: 963px;
	background-image: url(images/subTop2.jpg);
	background-repeat: repeat-x;
	height: 150px;
}

#nav {
	margin-left: 310px;
	padding-top: 50px;
}

#Subnav {
	margin-left: 310px;
	padding-top: 50px;
}
#headerText {
	width: 480px;
	margin-top: 110px;
	line-height: 17px;
	color: #FFF;
}


#BodyWrapper {
	width: 963px;
	margin: auto;
	padding-top: 10px;
}

#wrapper {
	text-align: left;
	padding: 0px;
	border:0;
	background-repeat: repeat;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}



#side-a {
	float: left;
	width: 300px;
	padding-top: 5px;
	padding-left: 5px;
}

#side-b {
	float: right;
	width: 297px;
	padding-top: 5px;
	padding-left: 5px;
}

#content2 {
	padding-top: 5px;
	padding-left: 5px;
	float: left;
	width: 31%;
	margin-left:25px;
}
#bottomContent {
	width: 963px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#qouteContent {
	float: left;
	width:400px;
}
.homeMessage {
	font-size: 10px;
	line-height: 17px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#News {
	width: 360px;
	margin-left: 600px;
}
#footer {
	width: 963px;
	margin: auto;
	text-align: center;
	font-size: 10px;
	line-height: 17px;
	color: #bfbdbb;
}

.mediaLinks {
	margin-right: 25px;	
}


#PortfolioItem {
	float: left;
	width: 280px;
	margin-bottom: 10px;
	border: thin dotted #666;
	background-color: #0e0e0e;
	margin-right: 8px;
	margin-left: 8px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 20px;
	padding-top: 5px;
}

.PortfolioClientName {
	font-size: 9px;
	line-height: 13px;
	color: #C90;
}

.PortfolioClientDescription {
	font-size: 8px;
	line-height: 13px;
	color: #900;
}

.portfolioImage {
	padding-bottom: 10px;	
}

.portfolio-dividing-heading {
	margin-top: 30px;	
}

#aboutUs {
	width: 963px;
	padding-top: 10px;
}

#aboutUsLeft {
	float: left;
	width: 300px;
}

#WhatWeOffer {
	background-color: #222121;
	width: 250px;
	border: 1px solid #666;
	padding: 10px;
}
#AboutUsRight {
	margin-left: 320px;
}

#ContactUsRight {
	margin-left: 380px;
}

a.webbutton {
display: block;
width: 297px;
height: 130px;
padding: 0px 0px 0px 0px;
color:#666666;
text-decoration: none;
background:url(images/web_design_btn_final.gif) no-repeat 0px 0px;

}

a.webbutton:hover {
color:#333333;
background:url(images/web_design_btn_final.gif) no-repeat 0px -130px;
}

a.identitybutton {
display: block;
width: 297px;
height: 130px;
padding: 0px 0px 0px 0px;
color:#666666;
text-decoration: none;
background:url(images/identity_btn_final.gif) no-repeat 0px 0px;

}

a.identitybutton:hover {
color:#333333;
background:url(images/identity_btn_final.gif) no-repeat 0px -130px;
}

a.printbutton {
display: block;
width: 297px;
height: 130px;
padding: 0px 0px 0px 0px;
color:#666666;
text-decoration: none;
background:url(images/print_final.gif) no-repeat 0px 0px;

}

a.printbutton:hover {
color:#333333;
background:url(images/print_final.gif) no-repeat 0px -130px;
}

.headline-divider {
	margin-top: 25px;
	margin-bottom: 0px;	
}

