/* =================== global styles =================== */

a {
   outline: none;
}

html {
	background-color: #f2f2f2;
}


body {
	background: #f2f2f2;
}

#page {
	display: none;	
}


#wrapper {
	position: relative;
    width: 960px;
	height: 100%;
}



/* =================== left column =================== */


#leftColumn {
	float: left;
	width: 360px;
	height: 100%;
}


#logoBox {
	height: 106px;
	background-image: url(../images/logoShadow.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
}


#logo {
	padding: 32px 0 0 50px;
}





#navigation {
	border-bottom: 1px solid #fff;
}

#navigation ul {
	float: left;
	list-style: none;
}


	
#navigation li {
	width: 360px;
	height: 46px;
	border-bottom: 1px dotted #ccc;
	background-image: url(../images/navArrow.png);
	background-repeat: no-repeat;
	background-position: 318px center;
}

#navigation li img{
	position: absolute;
	vertical-align: middle;
	height: 21px;
	width: 18px;
	margin: -6px 0 0 5px;
}

#navigation li a:link, #navigation li a:visited {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .1em;
	color: #666;
	padding: 18px 0 0 112px;
}


#navigation li a:hover, #navigation li a:active {
	color: #910505;
}


#navShadow {
	float: left;
	height: 35px;
	width: 360px;
}

#graphic {
	float: left;
	margin-left: 310px;
}



/* =================== slide show =================== */


#slideshow {
    position: absolute;
	top: 380px;
	left: 30px;
	width: 300;
	height: 300;
}


#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}





/* =================== right column =================== */


#rightColumn {
	position: relative;
	float: left;
	width: 590px;
	height: 100%;
	background-color: #fff;
	border-right: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	padding-bottom: 20px;
}



/* =================== feature start =================== */

#contact {
	position: absolute;
	top: -14px;
	right: 20px;
}


#whFeature {
	position: relative;
	width: 590px;
	height: 100%;
	margin-top: 48px;
}




#feature2 {
	position: relative;
	width: 590px;
	height: 320px;
	margin-top: 50px;
}


#feature {
	position: relative;
	width: 590px;
	height: 320px;
	margin-top: 30px;
}

#featureHome {
	position: absolute;
	top: 45px;
	left: 124px;
}




#contact a:link, #contact a:visited {
	width: 124px;
	height: 48px;
	display: block;
    text-indent: -1000em;
    background: url(../images/emailBtn.jpg) no-repeat left top;
    border: none;
}

#contact a:hover {
    background-position: left bottom;
}





#strategicInnovative {
	position: absolute;
	left: 269px;
	top: 37px;
}

#strategicInnovative a:link, #strategicInnovative a:visited {
	width: 222px;
	height: 106px;
	display: block;
    text-indent: -1000em;
    background: url(../images/feature/strategicInnovative.png) no-repeat left top;
    border: none;
}

#strategicInnovative a:hover {
    background-position: left bottom;
}


#strategicInnovative a.current {
    background-position: left bottom;
}


#strategicInnovative a.current:hover {
    cursor: default;
}







#provenLeader {
	position: absolute;
	left: 117px;
	top: 17px;
}

#provenLeader a:link, #provenLeader a:visited {
	width: 160px;
	height: 124px;
	display: block;
    text-indent: -1000em;
    background: url(../images/feature/provenLeader.png) no-repeat left top;
    border: none;
}

#provenLeader a:hover {
    background-position: left bottom;
}


#provenLeader a.current {
    background-position: left bottom;
}


#provenLeader a.current:hover {
    cursor: default;
}




#customerExpert {
	position: absolute;
	left: 45px;
	top: 121px;
}

#customerExpert a:link, #customerExpert a:visited {
	width: 184px;
	height: 109px;
	display: block;
    text-indent: -1000em;
    background: url(../images/feature/customerExpert.png) no-repeat left top;
    border: none;
}

#customerExpert a:hover {
    background-position: left bottom;
}

#customerExpert a.current {
    background-position: left bottom;
}


#customerExpert a.current:hover {
    cursor: default;
}


#creative {
	position: absolute;
	left: 79px;
	top: 202px;
}

#creative a:link, #creative a:visited {
	width: 204px;
	height: 83px;
	display: block;
    text-indent: -1000em;
    background: url(../images/feature/creative.png) no-repeat left top;
    border: none;
}

#creative a:hover {
    background-position: left bottom;
}

#creative a.current {
    background-position: left bottom;
}


#creative a.current:hover {
    cursor: default;
}


#analytical {
	position: absolute;
	left: 278px;
	top: 201px;
}

#analytical a:link, #analytical a:visited {
	width: 214px;
	height: 86px;
	display: block;
    text-indent: -1000em;
    background: url(../images/feature/analytical.png) no-repeat left top;
	border: none;
}

#analytical a:hover {
    background-position: left bottom;
}

#analytical a.current {
    background-position: left bottom;
}


#analytical a.current:hover {
    cursor: default;
}







/* =================== feature end =================== */



#text {
	padding: 0px 0 2px 0;
	margin: 0 20px 0 20px;
}

#text h1 {
	font-family: Georgia, serif;
	font-size: 25px;
	color: #910505;
	margin-bottom: 20px;
}


#text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding-top: 15px;
	border-top: 1px dotted #ccc;
	margin-bottom: 3px;
}



#text h3 {
	font-family: Georgia, serif;
	font-size: 15px;
	color: #333;
	margin-bottom: 3px;
}


#text h4 {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 15px;
	color: #910505;
	margin-bottom: 3px;
}




#text ul {
	margin: 0 0 5px 10px;
}

#text li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #666;
	padding: 0 0 6px 20px;
	background-image:url(../images/circleBullet.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}


#text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #666;
	margin-bottom: 8px;

}





#testimonials {
	padding: 0px 0 10px 0;
	margin: 0 20px 0 20px;
	border-bottom: 1px dotted #ccc;
}

#testimonials h1 {
	font-family: Georgia, serif;
	font-size: 25px;
	color: #910505;
	margin-bottom: 10px;
}

#testimonials p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 15px;
}


#testimonials a {
	text-decoration: none;
}

#testimonials a h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
	text-transform: uppercase;
	text-decoration: none;
}



#testimonials a h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	text-decoration: none;
}


#testimonials a:hover h2 {
	color: #910505;
}

#testimonials a:hover h3 {
	color: #910505;
}






#video {
	margin: 20px 0 0 20px;
}



/* =================== thumbs start =================== */



#thumbnails {
	margin: 20px 0px;
}



.thumbnailsRows {
	float: left;
	margin-bottom: 20px;
}

.thumb {
	float: left;
	width: 170px;
	height: 100%;
	margin-left: 20px;
}

.thumb img {
	padding: 6px;
	border: 1px solid #eee;
	margin-bottom: 6px;
}

.thumb h1 a {
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
	color: #666;
	text-decoration: none;
}



.thumb h1 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: #910505;
}




#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 56px;
	background-image: url(../images/footerPattern.jpg);
	background-repeat: repeat-x;
}


#footerLinks {
	float: left;
	margin-left: 650px;
}


#footerLinks img {
	padding-top: 14px;
	margin-left: 18px;
}




.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}
