/* CSS Reset */
* { 
	margin:0; 
	padding:0; 
}

html {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size:12px;
	color:#555;
}

body {
	background:#FFF;
	margin:0;
	padding:0;
}

a, a:active, a:visited, a:focus, a:active {
	color:#FFF;
	text-decoration:none;
	outline:none;
	border:none;
}

div#Container {
  	width:1100px;
  	margin:0 auto;
	padding:0;
}

div#PageWrap {
	float:left;
	width:100%;
	padding:40px 0 20px 0;
}

div#Header {
  	width:1120px;
  	height:125px;
  	margin:0 auto;
}

div#Header a {
	float:left;
	width:100%;
	height:100%;
}

div#NavLeft {
	width:389px;
	height:54px;
	float:left;
	margin-left:10px;
	background:url(img/navLeft.png) bottom no-repeat;
}

div#NavHome {
	width:88px;
	background:url(img/navHome.png) bottom no-repeat;
}

div#NavHome:hover {
	background-position:top;
}

div#NavTeamNaz {
	width:132px;
	background:url(img/navTeamNaz.png) bottom no-repeat;
}

div#NavTeamNaz:hover {
	background-position:top;
}

div#NavWhyNaz {
	width:135px;
	background:url(img/navWhyNaz.png) bottom no-repeat;
}

div#NavWhyNaz:hover {
	background-position:top;
}

div#NavServices {
	width:102px;
	background:url(img/navServices.png) bottom no-repeat;
}

div#NavServices:hover {
	background-position:top;
}

div#NavTestimonials {
	width:128px;
	background:url(img/navTestimonials.png) bottom no-repeat;
}

div#NavTestimonials:hover {
	background-position:top;
}

div#NavContact {
	width:126px;
	background:url(img/navContact.png) bottom no-repeat;
}

div#NavContact:hover {
	background-position:top;
}

div.NavItem {
	height:54px;
	float:left;
	cursor:pointer;
}

div#NavigationLogo {
	width:353px;
	height:121px;
	float:left;
	background:url(img/navigationLogo.png) no-repeat;
	position:relative;
	margin:-75px 0 0 25px;
}

div#Logo {
	width:404px;
	height:98px;
	margin:-20px 0 0 15px;
	float:left;
	display:block;
}

div#FlashHome {
	width:100%;
	height:450px;
  	margin:5px 0 15px 0;
	float:left;
}

div#Image {
	float:left;
	margin-bottom:30px;
}

div#Text {
	width:550px;
	float:right;
	padding:0 20px 30px 40px;
}

div#Text ul {
	float:left;
	margin:10px 0 15px 30px;
}

div#Text ul li {
	padding:3px 0;
}

div#Text h1 {
	padding:0;
	margin:0 0 5px 0;
	float:left;
	font-size:200%;
	width:100%;
}

div#Text h2 {
	padding:0;
	margin:10px 0 0 0;
	float:left;
	font-size:110%;
	width:100%;
}

div#Text a {
	color:#0066CC;
}

div#Text a:hover {
	text-decoration:underline;
}

div#Text p {
	float:left;
	width:100%;
	padding:10px 0;
	margin:0;
}

div#Text b {
	color:#0b1c9e;
	font-weight:bolder;
}

div#Text label {
	width:100%;
	float:left;
	padding-top:10px;
}

div#Text input, div#Text select {
	width:300px;
	float:left;
	font-family:"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:11px;
	padding:3px 2px;
}
	
div#Text input:focus {
	background:#EEE;
	border:1px solid #CCC;
}

div#Text input#comments {
	width:300px;
	height:100px;
	float:left;
	margin-right:200px;
}

div#Text div#ContactCheckboxes {
	width:100%;
	float:left;
	margin-top:10px;
}

div#Text p.ContactCheckbox {
	float:left;
	width:37%;
	padding:5px 0;
	margin:0;
}

div#Text p.ContactCheckbox input {
	width:10px;
	margin:2px 5px 0 0;
}

div#Text input#submit {
	width:auto;
	float:left;
	margin:10px 0 0 0;
	cursor:pointer;
}


div#Text input#submit:focus {
	background:none;
	border:none;
}

div.HomeFeature {
	width:270px;
	height:180px;
  	margin:5px 0 15px 0;
	float:left;
	text-align:right;	
	color:#222;
	font-size:11px;
}

div.HomeFeature a {
	margin-top:8px;
	float:right;
	color:#06C;
	cursor:pointer;
}

div.HomeFeature a:hover {
	text-decoration:underline;
}

div#Multimedia {
	background:url(img/multimedia.png) no-repeat;
}

div#MultimediaText {
	margin:40px 11px 0 8px;
}

div#MarketingText {
	margin:40px 11px 0 8px;
}

div#SalesSystemsText {
	margin:40px 11px 0 8px;
}

div#SpecialOffersText {
	margin:40px 11px 0 8px;
}

div#Marketing {
	background:url(img/marketing.png) no-repeat;
}

div#SalesSystems {
	background:url(img/salesSystems.png) no-repeat;
}

div#SpecialOffers {
	background:url(img/specialOffers.png) no-repeat;
}

div.HomeFeature h1 {
	margin:0;
	padding:0 0 5px 0;
	font-size:17px;
	color:#444;
}

div.FeatureSpacer {
	width:5px;
	float:left;
	height:150px;
}

div.dialog img {
	float:left;
}

div.dialog div.Multimedia {
	width:50%;
	min-height:240px;
	float:left;
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
}

div.dialog p {
	margin:10px 0;
	float:left;
	width:100%;
}

div.dialog a {
	color:#06C;
}

div#HomeClients {
	float:left;
	padding:10px 0 40px;
}

div#HomeClients p {
	font-size:100%;
	float:left;
	margin:0;
	width:100%;
	padding:0 0 10px 0;
}

div#HomeClients a.HomeClient {
	height:65px;
	float:left;
}

div#HomeClients a#HomeClient1 {
	background:url(img/clients1.jpg) top;
	width:67px;
}

div#HomeClients a#HomeClient2 {
	background:url(img/clients2.jpg) top;
	width:157px;
}

div#HomeClients a#HomeClient3 {
	background:url(img/clients3.jpg) top;
	width:89px;
}

div#HomeClients a#HomeClient4 {
	background:url(img/clients4.jpg) top;
	width:106px;
}

div#HomeClients a#HomeClient5 {
	background:url(img/clients5.jpg) top;
	width:122px;
}

div#HomeClients a#HomeClient6 {
	background:url(img/clients6.jpg) top;
	width:168px;
}

div#HomeClients a#HomeClient7 {
	background:url(img/clients7.jpg) top;
	width:180px;
}

div#HomeClients a#HomeClient8 {
	background:url(img/clients8.jpg) top;
	width:211px;
}

div#HomeClients a#HomeClient1:hover, div#HomeClients a#HomeClient2:hover, div#HomeClients a#HomeClient3:hover, div#HomeClients a#HomeClient4:hover, div#HomeClients a#HomeClient5:hover, div#HomeClients a#HomeClient6:hover, div#HomeClients a#HomeClient7:hover, div#HomeClients a#HomeClient8:hover {
	background-position:bottom;
}

div#Footer {
	float:left;
	position:fixed;
	bottom:0;
	margin:0;
	width:100%;
	padding:0;
	font-size:11px;
	z-index:1000;
	height:41px;
	background:url(img/footerBg.png) repeat-x;
	vertical-align:bottom
}

div#FooterNav {
	margin:0 auto;
	width:940px;
}

div#FooterNav a {
	margin:10px 0 0 0;
	padding:8px 25px 9px 25px;
	float:left;
	height:100%;
	border-right:1px solid #BBB;
	border-top:1px solid #BBB;
	color:#666;
}

div#FooterNav a:hover {
	color:#e2560f;
	background:#EEE;
	border-top:1px solid #BBB;
}

div#FooterNav a.CopyrightFooter {
	cursor:default;
}

div#FooterNav a.CopyrightFooter:hover {
	color:#666;
	background:none;
}
