/***** AGENCIA NA WEB - ALL RIGHTS RESERVED *****/ 
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body {
	background: url(../images/bg.gif) repeat-x #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	color: #005367;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #005367;
	text-decoration: none;
	}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
 
p, ul, ol {
	margin:0;
	padding:0;
}
 
ul, ol {
	list-style:none;
	padding:0;
}
 
 
img {
	border:0;
}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

* html a {
	position: relative;
	}

* html form {
	position: relative;
	}
	
* html iframe {
	position: relative;
	}	

a span, h1 span, h2 span {
	display: none;
	}

/***** Forms *****/
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}
 
input, select, textarea {
	font: 11px arial, helvetica, sans-serif;
}
 
textarea {
	line-height: 1.25;
}
 
label {
	cursor:pointer;
}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}
 
table tr td {
	padding:2px;
}
 
 
/***** Global Classes *****/
 
.clear         { clear: both; }
 
.float-left    { float: left; }
.float-right   { float: right; }
 
.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }
 
.no { margin: 0px !important; padding: 0px !important; }



/***** Main Layout Containers *****/

a#star {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/star.png) no-repeat;
	width: 114px;
	height: 101px;
	z-index: 1000;
	display: block;
	}

#master {
	width: 1024px;
	height: 1035px;
	margin: 0px auto;
	text-align: center;
	background: url(../images/burst.gif) no-repeat top;
	}

#content-container {
	margin: 0px auto;
	text-align: center;
	width: 885px;
	}

#content-top {
	width: 815px;
	padding: 30px 35px 0px 35px;
	text-align: left;
	float: left;
	}

#content-body-container {
	clear: both;
	float: left;
	width: 885px;
	}

#arrow-left {
	float: left;
	padding: 291px 0px 0px 15px;
	width: 20px;
	height: 379px;
	background: url(../images/body-left.png) no-repeat;
	}

#arrow-left a {
	display: block;
	width: 16px;
	height: 31px;
	background: url(../images/arrow-left.gif) no-repeat 0% 0%;
	}

#arrow-left a:hover {
	background-position: 100% 100%;
	}

* html #arrow-left {
_background-image: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/body-left.png');
	}

#arrow-right {
	float: left;
	padding: 291px 15px 0px 0px;
	width: 20px;
	height: 379px;
	background: url(../images/body-right.png) no-repeat;
	}

#arrow-right a {
	display: block;
	width: 16px;
	height: 31px;
	background: url(../images/arrow-right.gif) no-repeat 0% 0%;
	}

#arrow-right a:hover {
	background-position: 100% 100%;
	}

* html #arrow-right {
_background-image: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/body-right.png');
	}


#content-body {
	float: left;
	background-color: #fff;
	text-align: left;
	padding: 35px 0px 0px 75px;
	width: 740px;
	height: 670px;
	overflow: hidden !important;
	position: relative;
	}


/***** Div Spinner *****/

#content-spinner {
	width: 3700px;
	height: 650px;
	}

#company, #services, #packages, #projects, #contact {
	width: 665px;
	height: 653px;
	float: left;
	margin: 0px 75px 0px 0px;
	padding: 0px;
	position: relative;
	}

* html #content-spinner div.end {
	margin: 0px !important;
	}

/***** Main Site Components *****/

#phone-number {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/phone.gif) no-repeat;
	width: 123px;
	height: 135px;
	z-index: 1000;
	}

a#logo {
	display: block;
	width: 200px;
	height: 64px;
	background: url(../images/logo.png) no-repeat;
	float: left;
	}

a#blog-link {
	display: block;
	width: 263px;
	height: 48px;
	background: url(../images/blog-link.gif) no-repeat;
	float: right;
	}


/***** Main Navigation *****/

ul#main-nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

ul#main-nav li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 29px;
	}
	


	
ul#main-nav li.company a {
	display: block;
	background: url(../images/nav/company.gif) no-repeat 100% 100%;
	width: 170px;
	height: 29px;
	}



ul#main-nav li.services a {
	display: block;
	background: url(../images/nav/services.gif) no-repeat 0% 0%;
	width: 151px;
	height: 29px;
	}



ul#main-nav li.packages a {
	display: block;
	background: url(../images/nav/packages.gif) no-repeat 0% 0%;
	width: 151px;
	height: 29px;
	}



ul#main-nav li.projects a {
	display: block;
	background: url(../images/nav/projects.gif) no-repeat 0% 0%;
	width: 151px;
	height: 29px;
	}



ul#main-nav li.contact a {
	display: block;
	background: url(../images/nav/contact.gif) no-repeat 0% 0%;
	width: 159px;
	height: 29px;
	}



/* Nav Spacers */

ul#main-nav li.spacer-gb {
	width: 8px;
	height: 29px;
	font-size: 1px;
	background: url(../images/nav/spacer-gb.gif) no-repeat;
	}

ul#main-nav li.spacer-bb {
	width: 8px;
	height: 29px;
	font-size: 1px;
	background: url(../images/nav/spacer-bb.gif) no-repeat;
	}

ul#main-nav li.spacer-gg {
	width: 8px;
	height: 29px;
	font-size: 1px;
	background: url(../images/nav/spacer-gg.gif) no-repeat;
	}

ul#main-nav li.spacer-bg {
	width: 8px;
	height: 29px;
	font-size: 1px;
	background: url(../images/nav/spacer-bg.gif) no-repeat;
	}

/***** Body Content *****/

#content-body h1 span, #content-body h2 span {
	display: none;
	}

/***** Icons *****/

#icon-chair {
	background: url(../images/icons/chair.gif) no-repeat;
	width: 227px;
	height: 245px;
	}

#flash-monitor {
	width: 200px;
	height: 199px;
	}

#icon-monitor {
	background: url(../images/icons/monitor.jpg) no-repeat;
	width: 183px;
	height: 190px;
	}

#icon-proposal {
	background: url(../images/icons/proposal.gif) no-repeat;
	width: 183px;
	height: 190px;
	}

#icon-consult {
	background: url(../images/icons/services/consult.gif) no-repeat;
	width: 207px;
	height: 174px;
	}

#icon-webdev {
	background: url(../images/icons/services/webdev.gif) no-repeat;
	width: 207px;
	height: 197px;
	}

#icon-mail {
	background: url(../images/icons/services/mail.gif) no-repeat;
	width: 207px;
	height: 197px;
	}

#icon-seo {
	background: url(../images/icons/services/seo.gif) no-repeat;
	width: 207px;
	height: 197px;
	}

#icon-ppc {
	background: url(../images/icons/services/ppc.gif) no-repeat;
	width: 207px;
	height: 197px;
	}

#icon-other {
	background: url(../images/icons/services/other.gif) no-repeat;
	width: 207px;
	height: 197px;
	}

#icon-projects {
	background: url(../images/icons/pen.gif) no-repeat;
	width: 119px;
	height: 111px;
	}

#icon-contact {
	background: url(../images/icons/contact.gif) no-repeat;
	width: 130px;
	height: 131px;
	}

/*Company Overview*/

#company h1 {
	background: url(../images/page-titles/company.gif) no-repeat;
	width: 415px;
	height: 43px;
	margin: 0px 0px 5px 0px;
	}

#company h2 {
	background: url(../images/subtitles/estimate.gif) no-repeat;
	width: 450px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	float: left;
	}

#company p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 18px;
	}


/*Our Services*/

/* Services Page Titles */

h1#title-services {
	background: url(../images/page-titles/services.gif) no-repeat;
	width: 415px;
	height: 43px;
	margin: 0px 0px 10px 0px;
	}

h1#title-consult {
	background: url(../images/page-titles/services/consult.gif) no-repeat;
	width: 383px;
	height: 26px;
	}

h1#title-webdev {
	background: url(../images/page-titles/services/webdev.gif) no-repeat;
	width: 383px;
	height: 26px;
	}

h1#title-mail {
	background: url(../images/page-titles/services/mail.gif) no-repeat;
	width: 383px;
	height: 26px;
	}

h1#title-seo {
	background: url(../images/page-titles/services/seo.gif) no-repeat;
	width: 383px;
	height: 26px;
	}

h1#title-ppc {
	background: url(../images/page-titles/services/ppc.gif) no-repeat;
	width: 383px;
	height: 26px;
	}

h1#title-other {
	background: url(../images/page-titles/services/other.gif) no-repeat;
	width: 383px;
	height: 26px;
	}
	
/* Services Icon List */

#services ul#service-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#services ul#service-list li {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	display: inline;
	float: left;
	text-align: center;
	font-size: 10px;
	width: 105px;
	}
	
#services ul#service-list li a {
	margin: 0px auto;
	text-align: center;
	text-decoration: none;
	}

#services ul#service-list li a.consult {
	display: block;
	width: 55px;
	height: 44px;
	background: url(../images/icons/services/consult-sm.gif) no-repeat 0% 0%;
	}


#services ul#service-list li a.webdev {
	display: block;
	width: 55px;
	height: 44px;
	background: url(../images/icons/services/webdev-sm.gif) no-repeat 100% 100%;
	}


#services ul#service-list li a.mail {
	display: block;
	width: 55px;
	height: 44px;
	background: url(../images/icons/services/mail-sm.gif) no-repeat 100% 100%;
	}


#services ul#service-list li a.seo {
	display: block;
	width: 55px;
	height: 44px;
	background: url(../images/icons/services/seo-sm.gif) no-repeat 100% 100%;
	}


#services ul#service-list li a.ppc {
	display: block;
	width: 55px;
	height: 44px;
	background: url(../images/icons/services/ppc-sm.gif) no-repeat 100% 100%;
	}


#services ul#service-list li a.other {
	display: block;
	width: 55px;
	height: 44px;
	background: url(../images/icons/services/other-sm.gif) no-repeat 100% 100%;
	}


#services p {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	}

#services div.details {
	width: 650px;
	height: 162px;
	background: url(../images/servicedetails-bg.gif) no-repeat;
	padding: 25px 0px 0px 15px;
	color: #005367;
	}

#services div.details ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 500px;
	}

#services div.details ul li {
	background: url(../images/list-logo.gif) no-repeat;
	padding: 2px 0px 0px 30px;
	margin: 0px 0px 7px 0px;
	height: 25px;
	}

#services div.details div.price {
	width: 109px;
	height: 105px;
	position: absolute;
	padding: 5px 0px 0px 510px;
	}

#services #dvSheet {
	background-color:#fff;
	width: 668px;
	height:375px; 
	position: absolute; 
	opacity:0;
	filter:alpha(opacity=0);
	z-index: 1000 !important;  
	}
	

/* Website Development Packages */

#packages h1 {
	background: url(../images/page-titles/packages.gif) no-repeat;
	width: 415px;
	height: 43px;
	margin: 0px 0px 5px 0px;
	}

#packages p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 18px;
	}

#packages div.package-listings {
	margin-top: 5px;
	padding: 0px;
	float: left;
	}

#packages div.package-listings div.left {
	float: left;
	width: 332px;
	margin-right: 1px;
	}

#packages div.package-listings div.left div.one {
	background: url(../images/packageone-bg.gif) no-repeat;
	width: 332px;
	height: 211px;
	margin-bottom: 12px;
	}

#packages div.package-listings div.left div.two {
	background: url(../images/packagetwo-bg.gif) no-repeat;
	width: 332px;
	height: 286px;
	}

#packages div.package-listings div.right {
	float: left;
	width: 332px;
	}

#packages div.package-listings div.right div.three {
	background: url(../images/packagethree-bg.gif) no-repeat;
	width: 332px;
	height: 286px;
	margin-bottom: 12px;
	}

#packages div.package-listings div.right div.xml {
	background: url(../images/packagexml-bg.gif) no-repeat;
	width: 332px;
	height: 211px;
	}

#packages div.package-listings ul.includes {
	list-style: none;
	padding: 45px 0px 0px 23px;
	margin: 0px;
	color: #005367;
	}

#packages div.package-listings ul.includes li {
	background: url(../images/bluedot.gif) no-repeat 0px 5px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 3px 0px;
	}

#packages div.package-listings h3.samples {
	width: 92px;
	height: 17px;
	margin: 9px 0px 0px 20px;
	padding: 0px;
	background: url(../images/subtitles/sample-sites.gif) no-repeat;
	}

* html #packages div.package-listings h3.samples {
	margin: 4px 0px 0px 20px;
	}

#packages div.package-listings ul.samples {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
	}

#packages div.package-listings ul.samples li {
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}

#packages div.package-listings ul.samples img {
	border: 1px solid #94ccd5;
	}


/***** Recent Projects *****/

#projects h1 {
	background: url(../images/page-titles/projects.gif) no-repeat;
	width: 415px;
	height: 43px;
	margin: 0px 0px 5px 0px;
	}

#projects p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 18px;
	}

#projects div.project-listings {
	width: 615px;
	height: 319px;
	padding: 60px 25px 0px 25px;
	margin-bottom: 10px;
	background: url(../images/projects-bg.gif) no-repeat;
	}

#projects div.project-listings ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#projects div.project-listings ul li {
	float: left;
	width: 153px;
	height: 150px;
	display: inline;
	background: url(../images/project-matte.gif) no-repeat;
	}

/***** Recent Projects *****/

#contact h1 {
	background: url(../images/page-titles/contact.gif) no-repeat;
	width: 415px;
	height: 43px;
	margin: 0px 0px 5px 0px;
	}

#contact p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 18px;
	}

#contact div.contact-form {
	width: 475px;
	height: 319px;
	padding: 60px 95px 0px 95px;
	margin-bottom: 10px;
	background: url(../images/contactform-bg.gif) no-repeat;
	color: #005367;
	}

#contact div.contact-form input.textbox {
	border: 1px solid #9adee9;
	width: 215px;
	height: 15px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#contact div.contact-form input.textboxERR {
	border: 1px solid #a6df48;
	width: 215px;
	height: 15px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#contact div.contact-form textarea.textbox {
	border: 1px solid #9adee9;
	width: 215px;
	height: 43px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#contact div.contact-form textarea.textboxERR {
	border: 1px solid #a6df48;
	width: 215px;
	height: 43px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#contact div.contact-form ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 215px;
	}

#contact div.contact-form ul li {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	}

#contact div.contact-form ul li p {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	}

#contact div.contact-form div.left {
	width: 215px;
	float: left;
	margin-right: 45px;
	}

#contact div.contact-form div.right {
	float: left;
	width: 215px;
	}

#contact h2#delivered {
	background: url(../images/page-titles/delivered.gif) no-repeat;
	width: 415px;
	height: 43px;
	margin: 10px 0px 5px 0px;
	}

#contact div.contact-form-sent {
	width: 565px;
	height: 149px;
	padding: 60px 50px 0px 50px;
	margin-bottom: 10px;
	background: url(../images/contactformsent-bg.gif) no-repeat;
	color: #005367;
	}	

/***** Advance Buttons *****/

a.next-button {
	height: 44px;
	display: block;
	float: right;
	margin: 20px 1px 0px 0px;
	}

a#next-services {
	width: 210px;
	background: url(../images/arrow-buttons/services.gif) no-repeat 0% 0%;
	}

a#next-services:hover {
	background: url(../images/arrow-buttons/services.gif) no-repeat 100% 100%;
	}

a#next-packages {
	width: 262px;
	background: url(../images/arrow-buttons/packages.gif) no-repeat 0% 0%;
	}

a#next-packages:hover {
	background: url(../images/arrow-buttons/packages.gif) no-repeat 100% 100%;
	}

a#next-projects {
	width: 262px;
	background: url(../images/arrow-buttons/projects.gif) no-repeat 0% 0%;
	}

* html a#next-projects {
	margin-top: 10px !important;
	}

a#next-projects:hover {
	background: url(../images/arrow-buttons/projects.gif) no-repeat 100% 100%;
	}

a#next-contact {
	width: 262px;
	background: url(../images/arrow-buttons/contact.gif) no-repeat 0% 0%;
	}

a#next-contact:hover {
	background: url(../images/arrow-buttons/contact.gif) no-repeat 100% 100%;
	}

a#next-submit {
	width: 133px;
	height: 40px !important;
	background: url(../images/arrow-buttons/submit.gif) no-repeat 0% 0%;
	}

a#next-submit:hover {
	background: url(../images/arrow-buttons/submit.gif) no-repeat 100% 100%;
	}

a#next-overview {
	width: 262px;
	background: url(../images/arrow-buttons/overview.gif) no-repeat 0% 0%;
	}

a#next-overview:hover {
	background: url(../images/arrow-buttons/overview.gif) no-repeat 100% 100%;
	}

/***** Footer *****/

#footer {
	margin-top: 50px;
	width: 885px;
	}

#footer ul {
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	width: 203px;
	list-style: none;
	}

#footer ul li {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	display: inline;
	float: left;
	}

#footer a {
	display: block;
	width: 203px;
	height: 140px;
	}

#footer p {
	text-align: center;
	color: #fff;
	}

a#priceline {
	background: url(../images/link-priceline.gif) no-repeat 0% 0%;
	}

a#priceline:hover {
	background-position: 100% 100%;
	}

a#worldchoice {
	background: url(../images/link-worldchoice.gif) no-repeat 0% 0%;
	}

a#worldchoice:hover {
	background-position: 100% 100%;
	}

a#travelocity {
	background: url(../images/link-travelocity.gif) no-repeat 0% 0%;
	}

a#travelocity:hover {
	background-position: 100% 100%;
	}