* {
	margin: 0px;
	padding: 0px;
}
html {
	background: #f3f3f3 url(../img/bg.gif) repeat-x 0px 78px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
#outer {
	width: 703px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
/* TOP */
#top {
	height: 233px;
	border: 1px solid #cdc8c8;
	border-bottom: 0px solid;
	background: #fcfcfc url(../img/top-bg.gif) repeat-x;
	position: relative;
}
#top .border {
	border: 1px solid #cdc8c8;
	margin: 4px;
	height:223px;
}
#top span {
	display: none;
}
#top h1 {
	width: 671px;
	height: 103px;
	background: url(../img/top-h1.gif) no-repeat;
	position: absolute;
	top: 40px;
	left: 15px;
}
#top h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/top-h1-a.gif) no-repeat top right;
}
#top h2 {
	width: 447px;
	height: 22px;
	background: url(../img/top-h2.gif) no-repeat;
	position: absolute;
	top: 143px;
	right: 15px;
}
#top h3 {
	width: 301px;
	height: 28px;
	background: url(../img/top-h3.gif) no-repeat;
	position: absolute;
	top: 188px;
	left: 153px;
}
#top .smile {
	display: block;
	width: 212px;
	height: 104px;
	position: absolute;
	right: 26px;
	bottom: -36px;
	background: url(../img/top-smile.gif) no-repeat;
}
/* MENU */
#menu {
	height: 49px;
	background: #1f2154 url(../img/menu-bg.gif) repeat-x;
	border-right: 1px solid #cdc8c8;
	border-left: 1px solid #cdc8c8;
}
#menu ul {
	background: url(../img/menu-ul-bg.gif) repeat-x 0px 1px;
	margin: 0px 1px;
	height: 49px;
	padding-left: 5px;
}
#menu li {
	display: inline;
}
#menu a {
	position: relative;
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	line-height: 47px;
	margin-top: 2px;
	border-left: 1px solid #585a91;
	font-size: 16px;
	text-align: center;
	font-style: italic;
}
#menu .first {
	border-left: 0px solid;
}
#menu a:hover span, #menu a.active span {
	background-position: 0px 45px;
}
#menu a span {
	display: block;
	height: 45px;
	top: 2px;
	position: absolute;
	line-height: 0px;
	left: 0px;
}
#menu .starter { width: 104px; }
#menu .starter span {
	width: 104px;
	background: url(../img/menu/starter.gif);
}
#menu .budget { width: 108px; }
#menu .budget span {
	width: 108px;
	background: url(../img/menu/budget.gif);
}
#menu .business { width: 121px; }
#menu .business span {
	width: 121px;
	background: url(../img/menu/business.gif);
}
#menu .corporate { width: 125px; }
#menu .corporate span {
	width: 125px;
	background: url(../img/menu/corporate.gif);
}
#menu .custom { width: 106px; }
#menu .custom span {
	width: 106px;
	background: url(../img/menu/custom.gif);
}

/* CONTENT */
#content {
	border: 1px solid #cdc8c8;
	border-top: 0px solid #fff;
	min-height: 200px;
	background: #fff url(../img/content-bg.gif) repeat-x 0px 1px;
	padding-top: 1px;
	color: #02222b;
	line-height: 1.3em;
	position: relative;
	overflow: hidden;
}
#content .pack {
	position: relative;
	top: 0px;
	left: 0px;
	width: 701px;
	padding-bottom: 1px;
}
#content .newPack, #content .pack {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 701px;
	padding-bottom: 1px;
}
#content a {
	color: #02222b;
}
#content p {
	margin-bottom: 8px;
}

/* FOOTER */ 
#footer {
	border: 1px solid #cdc8c8;
	height: 29px;
	background: #fafafa url(../img/footer-bg.gif) repeat-x;
	line-height: 29px;
	text-align: center;
	color: #080939;
	margin-top: 9px;
}
#footer a {
	color: #080939;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer span {
	display: inline-block;
	padding: 0 6px;
}

/* STYLE FOR PAGES */
#submenu {
	height: 27px;
	padding-top: 21px;
	padding-left: 58px;
}
#submenu li {
	display: block;
	float: left;
	height: 24px;
	font-size: 21px;
	line-height: 27px;
	font-style: italic;
	padding-left: 15px;
	padding-right: 12px;
	padding-top: 3px;
	background: url(../img/submenu-border.gif) no-repeat 0px 0px;
}
#submenu li.first {
	background: none;
}
#submenu a {
	display: block;
	color: #030333;
	text-decoration: none;
	position: relative;
	height: 23px;
	background-position: center center;
}
#submenu a:hover {
	border-bottom: 1px solid;
}
#submenu span {
	display: none;
}
#submenu .portfolio {
	width: 180px;
	background: url(../img/submenu-portfolio.gif) no-repeat;
}
#submenu .package {
	width: 184px;
	background: url(../img/submenu-package.gif) no-repeat;
}
#submenu .call {
	width: 138px;
	background: #fff url(../img/submenu-call.gif) no-repeat;
}
form .starter {
	padding-top: 21px;
	width: 385px;
	float: left;
}
form .starter span, form .custom span {
	display: block;
	float: left;
	width: 90px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	color: #111244;
	text-align: right;
	margin-right: 10px;
	clear: both;
	margin-bottom: 7px;
}
form .starter input, form .custom input {
	width: 270px;
	height: 21px;
	border: 1px solid #cfcdcd;
	margin-bottom: 7px;
	display: block;
	float: left;
	padding: 0px 2px;
	padding-top: 5px;
	color: #111244;
	font-size: 11px;
	background: #fff url(../img/input-bg.gif);
}
form .starter input:focus, form .starter textarea:focus, form .starter input.focus, form .starter textarea.focus, form .custom input:focus, form .custom textarea:focus, form .custom input.focus, form .custom textarea.focus {
	border-color: #5f0f09;
}
form .starter textarea, form .custom textarea {
	width: 324px;
	height: 82px;
	display: block;
	clear: both;
	color: #111244;
	float: left;
	margin-bottom: 7px;
	border: 1px solid #cfcdcd;
	margin-left: 44px;
	padding: 3px;
	font-size: 11px;
	background: #fff url(../img/input-bg.gif);
}
form .starter .submit, form .custom .submit {
	width: auto;
	height: auto;
	border: 0px solid;
	clear: both;
	margin-left: 272px;
	padding: 0px;
}
.clearFix {
	clear: both;
	padding-top: 1px;
	margin-top: -1px;
}
.formDescription {
	float: left;
	text-align: justify;
	width: 275px;
	background: url(../img/description-border.gif) no-repeat center left;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	float: left;
	margin-top: 19px;
	padding: 0px 11px;
	padding-right: 30px;
	text-indent: 14px;
}
#content .yellow {
	color: #dda810;
}
#content .green {
	color: #379113;
}
.buttons {
	text-align: center;
	margin-top: 15px;
}
.buttons span { display: none; }
.buttons a {
	padding: 0px 5px;
}
.buttons a:hover {
	opacity: .9;
	-moz-opacity: .9;
	filter: alpha(opacity = 90);
	zoom: 1;

}
img {
	border: 0px;
}

#content h1 {
	color: #060737;
	font-size: 15px;
	position: relative;
	margin-top: 21px;
	margin-left: 24px;
	width: 316px;
	height: 50px;
	margin-bottom: 20px;
}
#content h1 span {
	display: none;
}
ul.nav {
	width: 237px;
	height: 47px;
	top: 31px;
	right: 20px;
	position: absolute;
}
ul.nav li {
	display: block;
	list-style: none;
	float: left;
	width: 79px;
	height: 47px;
}
ul.nav a {
	display:block;
	width: 79px;
	height: 47px;
}
ul.nav span {
	display: none;
}
ul.nav .prev {
	background: url(../img/nav-prev.gif) no-repeat;
}
ul.nav .home {
	background: url(../img/nav-home.gif) no-repeat;
}
ul.nav .next {
	background: url(../img/nav-next.gif) no-repeat;
}
#content h1.starter {
	background: url(../img/h1/starter.gif) no-repeat;
}
#content h1.budget {
	background: url(../img/h1/budget.gif) no-repeat;
}
#content h1.business {
	background: url(../img/h1/business.gif) no-repeat;
}
#content h1.corporate {
	background: url(../img/h1/corporate.gif) no-repeat;
}
#content h1.custom {
	background: url(../img/h1/custom.gif) no-repeat;
}
#content .text {
	padding-left: 20px;
	padding-bottom: 1px;
}
#content .text ul {
	list-style: none;
	line-height: 1.4em;
	margin-bottom: 23px;
}
#call {
	display: block;
	width: 221px;
	height: 36px;
	position: absolute;
	right: 5px;
	bottom: 6px;
	background: url(../img/call.gif);
}
#call span {
	display: none;
}
.ico {
	height: 261px;
	position: absolute;
	width: 221px;
	background: url(../img/loader.gif) no-repeat center center;
	right: 5px;
	bottom: 42px;
}
.ico div {
	background-position: center center;
	background-repeat: no-repeat;
	width: 221px;
	height: 261px;
}
.ico .starter {
	background-image: url(../img/ico/starter.gif);
}
.ico .budget {
	background-image: url(../img/ico/budget.gif);
}
.ico .business {
	background-image: url(../img/ico/business.gif);
}
.ico .corporate {
	background-image: url(../img/ico/corporate.gif);
}
.ico .custom {
	background-image: url(../img/ico/custom.gif);
}
#content .ajaxLoader {
	background: white;
	zoom: 1;
	filter: alpha(opacity = 50);
	opacity: .9;
	width: 702px;
	position: absolute;
	top: 0px;
	z-index: 10;
	left: 0px;
	display: none;
}
#content h2, #content h3 {
	padding-bottom: 4px;
}
#content h2 {
	font-size: 16px;
}
#content h3 {
	font-size: 13px;
}
#content p.small {
	padding-right: 235px;
	text-align: justify;
	text-indent: 15px;
}
#content p:first-letter {
	font-weight: bold;
	font-size: 13px;
}
form .custom {
	width: 385px;
}
#content .linkRead {
	display: block;
	text-align: right;
	padding-top: 5px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 19px;
	background: url(../img/more.gif) no-repeat top right;
	padding-bottom: 2px;
	margin-right: 235px;
}
#content .linkRead:hover {
	text-decoration: underline;
}
#content .readMore .ext { display: block; }
