@charset "utf-8";
/* CSS Document */
/* Copyright © 2008-2010 Visual Devise. All Rights Reserved. */
html{
	height: 100%;
	background-image: url(/assets/images/html.png);
	background-repeat: repeat;
	background-position: center top;
	line-height: normal;
}
body {
	height: 100%;
	/*background-color: #F0F0F0;*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/assets/images/body.png);
	background-repeat: repeat-x;
	background-position: center top;
	color: #333;
}
.clearFloats, #mainContent, li, ul{
	overflow: hidden;
	_height : 1%;
	_overflow: visible;
	zoom:1; /* needed for ie6*/
	_display:inline; /* needed for ie5*/
}
a {
	color: #09F;
	text-decoration: none;
}
a:hover {
	color: #0CF;
	text-decoration: none;
	cursor: pointer;
}


#container {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 980px;
	position: relative;
}
#container #shiftContainer {
	margin-left: 23px;
	margin-right: 2px;
}
#container #shiftContainer .secondaryContainer {
	background-image: url(/assets/images/shiftContainerBG.png);
	background-repeat: repeat-y;
	background-position: 5px center;
	padding-right: 4px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#container #shiftContainer #header {
}
#container #shiftContainer #header .login{
	float: right;
}
#container #shiftContainer #header .login a{
	line-height: 28px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	background-image: url(/assets/images/loginBG.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 28px;
	width: 86px;
	display: block;
	text-align: center;
	font-size: 12px;
}
#container #shiftContainer #header .login a:hover{
	background-position: right center;
	color: #FFF;
}
#container #shiftContainer #header #bannerTopLeft {
	background-image: url(/assets/images/bannerTopLeft.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 250px;
	position: relative;
	left: -24px;
}

#container #shiftContainer #header #banner {
	background-image: url(/assets/images/banner.png);
	height: 77px;
	width: 980px;
	margin-bottom: 7px;
	position: relative;
	left: -29px;
}
#container #shiftContainer #header #navbar {
	background-image: url(/assets/images/NavBar.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	position: relative;
	left: -5px;
	width: 955px;
}
#container #shiftContainer #header #navbar ul{
	padding-left: 3px;
}
#container #shiftContainer #mainContent {
	padding-top: 7px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#container #shiftContainer #footer{
	background-image: url(/assets/images/footer.png);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: both;
}
#container #shiftContainer #footer .copyright {
	color: #FFF;
	font-size: 0.7em;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer .legal {
	line-height: 0.65em;
}
#footer .legal a {
	font-size: 0.65em;
	padding-right: 20px;
}
#footer  #footerBottom{
	background-image: url(/assets/images/footerBottomBG.png);
	background-position: center bottom;
	height: 5px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: -5px;
	clear: both;
	font-size: 0px; /* IE 5-6 FIX*/
}
.leftColumn {
	width: 50%;
	float: left;
}
.rightColumn {
	width: 50%;
	float: right;
}
.leftColumn .columnSpacer {
	padding-right: 2px;
}
.rightColumn .columnSpacer {
	padding-left: 2px;
}
#comingSoon {
	height: 200px;
	width: 50px;
	background-image: url(/assets/images/comingSoon.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}
#graphicDesignList .name {
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 20px;
}
form fieldset {
	border: 1px dashed #ccc;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
form label {
	display: block;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
}
form label input, form label select, form label textarea{
	border: 1px solid #999;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
form label input, form label textarea{
	border: 1px solid #fff;
}
form label input {
	height: 18px;
	background-attachment: fixed;
	background-color: transparent;
	background-image: url(/assets/images/forms/inputtextfield.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2px;
	padding-top: 3px;
	width: 196px;
	padding-right: 2px;
}
form label>input {
	background-color: transparent;
	background-image: url(/assets/images/forms/inputtextfield.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
form label textarea{
	background-attachment: fixed;
	background-color: transparent;
	background-image: url(/assets/images/forms/textarea.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	width: 296px;
	height: 194px;
}
form label>textarea{
	background-color: transparent;
	background-image: url(/assets/images/forms/textarea.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
form label textarea:focus{
	background-position: left -200px;
}
form label input:focus {
	background-position: left -22px;
}

form .optional{
	font-size: 0.7em;
	color: #09F;
	width: 40px;
	line-height: normal;
	margin-right: 0px;
	float: none;
}
form .submit {
	text-align: center;
}
form .terms {
	position: relative;
}
form .terms p {
	float: right;
	margin-left: 40px;
	font-size: 0.8em;
	line-height: 15px;
	text-align: center;
}
form .terms input {
	position: absolute;
	left: 10px;
	top: 3px;
}
form label span {
	float: left;
	width: 100px;
	font-size: 0.8em;
	text-align: right;
	display: block;
	line-height: 20px;
	margin-right: 5px;
}

#latestDevelopement {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
}
#latestDevelopement .mainHeading {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}

#latestDevelopement .container .imgContainer{
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
	position: relative;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
}
#latestDevelopement .title {
	position: absolute;
	top: 110px;
	color: #FFF;
	right: 0px;
	font-weight: bold;
	text-align: right;
	background-color: #333;
	padding-right: 20px;
	display: block;
	float: right;
	line-height: 40px;
	padding-left: 20px;
	opacity: .8;
}
p, h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}
/* REQUIRED BUTTON STYLES: */		
.button {
	position: relative;
	border: 0;
	padding: 0;
	cursor: pointer;
	overflow: visible;
}
.button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}
.button span {
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari and Google Chrome only - fix margins */
	.button span {
	 	margin-top: -1px;
	}
}
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
.button {
	margin-right:5px;
	text-align: center;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
	background-color: transparent;
	background-image: url(/assets/images/blueButton.gif);
	background-repeat: no-repeat;
	background-position: right -24px;
	height: 24px;
	display: inline;
}
.button span {
	height:24px;
	background: transparent url(/assets/images/blueButton.gif) no-repeat left top;
	color:#FFF;
	display: block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.button:hover{
	margin-right:5px;
	text-align: center;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
	background-color: transparent;
	background-image: url(/assets/images/blueButton.gif);
	background-repeat: no-repeat;
	background-position: right -120px;
	height: 24px;
	display: inline;
	cursor: pointer;
}
.button:hover span {
	height:24px;
	color:#FFF;
	display: block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	background-color: transparent;
	background-image: url(/assets/images/blueButton.gif);
	background-repeat: no-repeat;
	background-position: left -96px;
}
.button:active { /* the redundant class is used to apply the hover state with a script */
	background-position: right -72px;
}
.button:active span {
	background-position: left -48px;
	padding-top: 1px;
}
.button.disabled  { /* the redundant class is used to apply the hover state with a script */
	background-position: right -144px;
}
.button.disabled span {
	background-position: left -168px;
	padding-top: 1px;
	color: #999;
}
/*end button*/


#latestNewsCarousel ul noscript .noscriptNews {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #F60;
	z-index: 20;
	width: 400px;
	height: 200px;
}
#footer #footerSiteMap {
	float: right;
	width: 450px;
	padding-left: 200px;
}
#footer #footerSiteMap div {
	float: left;
	width: 10%;
	color: #CCC;
	font-size: 0.7em;
	padding-left: 30px;
}
#footer #footerSiteMap div .verticalNav li a {
	color: #79CAFF;
	font-weight: normal;
}
#top3packages {
	position: relative;
}
#top3banner {
	background-image: url(/assets/images/packages/top3banner.png);
	background-repeat: no-repeat;
	height: 63px;
	position: relative;
}
#top3packagesSelect {
	position: relative;
}
ul.packageSelect li a{
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 160px;
	padding-right: 2px;
	padding-left: 4px;
	text-indent: -5000px;
}

ul.packageSelect li a:hover{
	background-position: center bottom;
}
ul.packageSelect li a#standard{
	background-image: url(/assets/images/packages/standard.png);
}
ul.packageSelect li a#pro{
	background-image: url(/assets/images/packages/pro.png);
}
ul.packageSelect li a#corporate{
	background-image: url(/assets/images/packages/corporate.png);
}

a#packagesSeeMore{
	background-image: url(/assets/images/packages/packagesSeeAll.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 34px;
	width: 161px;
	position: relative;
	text-indent: -5000px;
}
a#packagesSeeMore:hover{
	background-position: bottom;
}
table#webdPackages tr , table#webdPackages th, table#webdPackages td{
	border: 1px solid #CCC;
	border-collapse:collapse;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	color: #333;
}
table#webdPackages th, table#webdPackages td{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
table#webdPackages tr.header th{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
.details {
	font-size: 0.6em;
	color: #999;
}
p {
	font-size: .8em;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul.social-icons li a#twitter{background-image:url(/assets/images/social-icons/twitter.png)}
ul.social-icons li a#myspace{background-image:url(/assets/images/social-icons/myspace.png)}
ul.social-icons li a#facebook{background-image:url(/assets/images/social-icons/facebook.png)}