/* --------reset-------- */

html, body, div, span,   
h1, h2, h3, h4, h5, h6, p, blockquote, pre,   
a, abbr, acronym, address, big, cite, code,   
img, ins, kbd, q, s, samp,   
small, strike, strong,   
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%;   
    background: transparent;   
}   

body {   
    line-height: 1;   
}   
ol, ul {   
    list-style: none;   
}
.clear {
	clear: both;
}

/*--------------------------------------------GENERAL STYLES---------------------------------------------*/
div#wrapper {
	background-image: url(images/body_bkgrnd.png);
	margin: auto;
	background-repeat: repeat-y;
	background-position: center top;
	}
div.centerCntainr {
	width: 1080px;
	margin: auto;
	}
div.separator {
	width: 960px;
	height: 1px;
	margin: auto;
	background-color: #FAFAFA;
	border-top: 1px solid #CCC;
	}
.fr {
	float: right;
	}
.fl {
	float: left;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #a7dcea;
	float: left;
	padding: 7px 0 7px 120px;
	margin: 30px 0 0 0;
	}
h1 span {
	color: #939598;
	background-color: #fff;
	padding: 7px 15px 7px 15px;
	}
h1.two {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #a7dcea;
	float: left;
	display: block;
	
	padding: 7px 0 7px 120px;
	margin: 30px 0 30px 0;
	
	}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color: #939598;
	padding: 7px 0 15px 0;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #a7dcea;
	padding-bottom: 3px;
	margin-bottom: 8px;
	
	border-bottom: 1px dashed #CCC;
	
	}
h2.spacer {
	border-bottom: none;
	}
a.top {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #a7dcea;
	float: right;
	display: block;
	background-image: url(images/top_arrow.png);
	
	padding: 7px 20px 7px 0;
	margin-right: 30px;
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	text-transform: uppercase;
	}
/*--------------------------------------------TOP NAVIGATION---------------------------------------------*/
div#navTop {
	width: 710px;
	float: left;
	margin-top: 30px;
	z-index: 3000;
	}
div#navTop ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 30px
	}
div#navTop ul li {
	display: inline;
	padding-right: 9px;
	}
div#navTop ul li a {
	color: #939598;
	text-decoration: none;
	}
div#navTop ul li a:hover {
	color: #a7dcea;
	}
img.dina1 {
	float: right;
	padding-right: 69px;
	}
/*--------------------------------------------INTRO SECTION---------------------------------------------*/
div.columnIntro {
	width: 590px;
	float: left;
	margin: 30px 0 0 120px;
	}
div.columnIntrocol1 {
	width: 275px;
	float: left;
	padding-right: 20px;
	}
div.columnIntrocol1 ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #939598;
	margin-left: 15px;
	}
div.columnIntrocol1 ul li {
	padding-top:12px;
	}
div.columnIntrocol1 ul li p {
	padding-top: none;
	padding-left: 25px;
	}
div.columnIntrocol1 ul li.choicesOne {
	background-image: url(images/01.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
	div.columnIntrocol1 ul li.choicesTwo {
	background-image: url(images/02.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
	div.columnIntrocol1 ul li.choicesThree {
	background-image: url(images/03.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
div.columnIntrocol1 span {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #a7dcea;
	}
/*--------------------------------------------WORK SECTION---------------------------------------------*/
div.work {
	margin: auto;
	}
div.workCntentWrap {
	width: 1080px;
	margin: auto;
	background-image: url(images/bodyBkgrnd_02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
div.workCntent {
	width: 900px;
	padding: 100px 0 30px 60px;
	margin: auto;
	}
div.workCntent p span {
	font-style: italic;
	color: #a7dcea;
	font-weight: bold;
	
	}
div.workCntentCol1 {
	width: 275px;
	float: left;
	padding-right: 20px;
	}
div.workCntentCol1 ul {
	padding-left: 12px;
	}
/*div.workCntentCol1 ul li {
	padding-bottom: 12px;
	}*/
div.workCntentCol1 ul li p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 27px;
	color: #939598;
	padding: 0px;
	}
div.workCntentCol1 ul li.clientsList {
	list-style-image: url(images/rightarrow.png);
	}
div.workCntentCol2 {
	width: 605px;
	float: left;
	}
div.workCntentCol2sub {
	width: 300px;
	float: left;
	padding: 0 245px 0 15px;
	
	margin-top: 7px;
	}
div.workCntentCol1 span {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #a7dcea;
	}
div.workCntentCol1 ul#productsServices {
	margin-top: 30px;
	background-image: url(images/bkGrndproductsServices.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
div.workCntentCol1 h3.services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #939598;
	}
div.workCntentCol1 ul#productsServices li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #939598;
	padding-bottom: 45px;
	}
div.workCntentCol1 ul#productsServices li p {
	padding: 0 0 0 25px;
	}
div.workCntentCol1 ul#productsServices li.one {
	background-image: url(images/bllt_01.png);
	list-style-position: inside;
	background-repeat: no-repeat;
	background-position: left top;
	}
div.workCntentCol1 ul#productsServices li.two {
	background-image: url(images/bllt_02.png);
	list-style-position: inside;
	background-repeat: no-repeat;
	background-position: left top;
	}
div.workCntentCol1 ul#productsServices li.three {
	background-image: url(images/bllt_03.png);
	list-style-position: inside;
	background-repeat: no-repeat;
	background-position: left top;
	}
div.workCntentCol1 ul#productsServices li.four {
	background-image: url(images/bllt_04.png);
	list-style-position: inside;
	background-repeat: no-repeat;
	background-position: left top;
	}
div.workCntentCol1 ul#productsServices li.five {
	background-image: url(images/bllt_05.png);
	list-style-position: inside;
	background-repeat: no-repeat;
	background-position: left top;
	}
div.workCntentCol1 ul#productsServices li.six {
	background-image: url(images/bllt_06.png);
	list-style-position: inside;
	background-repeat: no-repeat;
	background-position: left top;
	}
div.workCntentCol1 ul#productsServices li a {
	color: #939598;
	}
div.workCntentCol1 ul#productsServices li a:hover {
	text-decoration: none;
}

/*--------------------------------------------PROFILE SECTION---------------------------------------------*/
div.profile {
	width: 1080px;
	margin: auto;
	}
div.profileCntent {
	width: 900px;
	margin: auto;
	padding: 100px 0 0 60px;
	}
div.profileCntentCol1 {
	width: 275px;
	float: left;
	padding-right: 20px;
	}
div.profileCntentCol1 a {
	color: #939598; 
	}
div.profileCntentCol1 a:hover {
	text-decoration: none; 
	}
div.profileCntentCol1 ul#contact li {
	padding-bottom: 21px;
	}
div.profileCntentCol1 ul#contact li p {
	padding: 15px 0 0 35px;
	}
div.profileCntentCol1 ul#contact li p span {
	display: block;
	}
div.profileCntentCol1 ul#contact li.phone {
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
div.profileCntentCol1 ul#contact li.email {
	background-image: url(images/mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
div.profileCntentCol1 ul#contact li.fax {
	background-image: url(images/fax.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
div.profileCntentCol1 ul#contact li.office {
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: left center;
	}

/*--------------------------------------------FOOTER NAVIGATION---------------------------------------------*/
div#footerNav {
	width: 840px;
	background-color: #a7dcea; 
	padding: 30px 120px 30px 120px;
	margin: auto;
	}
div.footerNav4thCol {
	width: 210px;
	float: left;
	}
div.footerNav4thCol p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding: 0px;
	}
div.footerNav4thCol ul li a {
	color: #FFF;
	text-decoration: none;
	}
div.footerNav4thCol ul li a:hover {
	text-decoration: underline;
	}

