input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner { 
	border: 0; 
	outline-style: none !important;
	outline-width: medium !important;
}

body {
	margin: 0;
	padding: 0;
}

html>body {
	margin: 0;
	padding: 0;
}

body * {
	margin: 0;
	padding: 0;
	font-family: Helvetica,Arial,sans-serif;
	/*font-family: Georgia,Helvetica,Arial,sans-serif;*/
	font-size: 14px;
}

a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	/*outline-color: -moz-use-text-color !important;*/
	outline-style: none !important;
	outline-width: medium !important;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

h1 {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 20px;
}

h2 {
	margin-left: 15px;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 21px;
	font-weight: normal;
}

h3 {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin-bottom: 20px;
}

h4 {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin-bottom: 20px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

input,
textarea {
	border: none;
	/*outline-color: -moz-use-text-color !important;*/
	outline-style: none !important;
	outline-width: medium !important;
}

/* MAIN */

div#div_main {
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	text-align: center;
	overflow: auto;
}  

div#div_header,
div#div_content,
div#div_footer {
	text-align: left;
}


/* HEADER */

div#div_header {
	width: 100%;
	float: left;
	overflow: auto;
	text-align: left;
	background-color: #000;
}

div#div_header div#div_header_topo {
	width: 100%;
	height: 65px;
	background-color: #000;
	float: left;
}

div#div_header div#div_header_topo div#div_logo {
	float: left;
	overflow: auto;
	margin-top: 22px;
	margin-left: 73px;
}

div#div_header div#div_banner {
	height: 285px;
	width: 100%;
	float: left;
	background: transparent url('../images/layout/bg.png');
}

div#div_header div#div_banner_intro {
	height: 90px;
	width: 100%;
	float: left;
	background: transparent url('../images/layout/bg.png');
}

div#div_header div#div_header_bottom {
	height: 35px;
	width: 100%;
	float: left;
	background-color: #000;
}

/* HEADER ABOUT */

div#div_header div#div_about {
	height: 200px;
	width: 356px;
	float: left;
	margin-top: 32px;
	margin-left: 70px;
}

div#div_header div#div_about p {
	font-size: 14px;
	color: #000;
	/*height: 135px;*/
	float: left;
}

div#div_header div#div_about p.title {
	/*height: 35px;*/
	font-size: 24px;
	font-weight: bold;
	color: #000;
	float: left;
	margin-bottom: 25px;
}

div#div_header div#div_about p.button {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #000;
	text-align: right;
	color: #000;
}

div#div_header div#div_about p.button a {
	color: #000;
	font-size: 24px;
}

/* HEADER PORTFOLIO */

div#div_header div#div_header_port {
	height: 240px;
	width: 520px;
	float: right;
	background: transparent url('../images/layout/header_port_bg.png');
	margin-top: 25px;
	margin-right: 40px;
}

div#div_header div#div_slider {
	height: 209px;
	width: 460px;
	float: right;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 33px;
	float: left;
	color: #FFF;
	position: relative;
}

/*div#div_header div#div_slider a {
	color: #FFF;
}

div#div_header div#div_slider ul {
	float: left;
	height: 100%;
	overflow: hidden;
}*/

/*div#div_header div#div_slider li { */
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	/*height: 209px;
	width: 460px;
	overflow:hidden;
	float: left; 
}*/

/*div#div_header div#div_slider span#prevBtn{}
div#div_header div#div_slider span#nextBtn{}		*/			

/*div#div_header div#div_slider li div {
	background: #000;*/
	/*opacity: 0.8; */
	/* For IE 5-7 */
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
	/* For IE 8 */
	/*-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
	/*height: 60px;
	width: 100%;
	float: left; 
	margin-top: 149px;
}*/

/*div#div_header div#div_slider li div p {
	margin: 5px 0 0 5px;
}*/

/* SLIDESHOW */

div#div_slideshow {
	width: 100%;
	height: 100%;
	float: left;
	cursor: pointer;
}

/* CONTROLS */

div#div_controls {
	position: absolute;
	bottom: 10px;
	left: 8px;
	background: transparent;
	z-index: 10;
}

div#div_controls a {
	float: left;
	background: #FFF;
	border: 2px solid #000;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
}

div#div_controls .activeSlide {
	background: #ABAAAA;
}

/* MENU */

div#div_header div#div_menu {
	float: right;
	overflow: auto;
	margin-top: 28px;
	margin-right: 72px;
}

div#div_header div#div_menu ul li {
	display: inline;
	float: left;
	margin-left: 25px;
}

div#div_header div#div_menu ul li a {
	color: #abaaaa;
	font-size: 15px;
	font-weight: bold;
}

div#div_header div#div_menu ul li a:hover {
	color: #FFF;
}


/* CONTENT */

div#div_content_bg {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
}

div#div_content {
	/*width: 964px; - 95% */
	/*width: 92%;
	float: left;
	margin-top: 45px;
	margin-left: 58px;
	margin-right: 28px;*/
	margin: 45px 0 0 0;
	text-align: left;
	width: 100%;
	float: left;
}

div#div_content_header {
	color: #323232;
	float: left;
	font-family: Georgia;
	font-size: 21px;
	width: 100%;
}

div#div_content_header * {
	float: left;
}

div#div_content_header h2 {
	margin-left: 15px;
	width: 90%;
}

div#div_content_header img {
	margin-top: 5px;
}

div#div_content_header .line {
	margin: 0;
	margin-bottom: 25px;
}

/* FOOTER */

div#div_footer {
	width: 100%;
	margin-top: 60px;
	float: left;
	background-color: #000;
}

/* SOCIAL */

div#div_footer div#div_social {
	margin-top: 28px;
	margin-left: 58px;
	float: left;
	overflow: auto;
	width: 600px;
}

div#div_footer div#div_social li {
	display: inline;
}

/* FOOTER MENU */

div#div_footer div#div_footer_menu {
	width: 420px;
	float: left;
	overflow: auto;
	margin-left: 58px;
	margin-top: 16px;
}

div#div_footer div#div_footer_menu ul li {
	width: 138px;
	height: 20px;
	float: left;
	background-color: #323232;
	margin-left: 2px;
	margin-bottom: 2px;
}

div#div_footer div#div_footer_menu ul li a {
	color: #FFF;
	font-size: 12px;
	margin-left: 6px;
}

/* TWITTER */

div#div_footer div#div_twitter {
	margin-left: 21px;
	float: left;
	overflow: hidden;
}

div#div_footer div#div_twitter a {
	cursor: pointer;
	float: left;
}

div#div_footer div#div_twitter img {
	float: left;
}

/* COPYRIGHT */

div#div_footer div#div_copyright {
	float: right;
	overflow: auto;
	margin-top: 45px;
	margin-right: 40px;
	width: 282px;
}

div#div_footer div#div_copyright img {
	float: right;
}

div#div_footer div#div_copyright p {
	color: #FFF;
	font-size: 12px;
	float: right;
}

/* SERVICES */

div#div_services {
	float: left;
	width: 315px;
	/*margin-right: 7%;*/
}

div#div_services div#div_services_header,
div#div_projects div#div_projects_header,
div#div_news div#div_news_header {
	font-family: Georgia;
	font-size: 21px;
	color: #323232;
	float: left;
	height: 75px;
}

div#div_services div#div_services_header *,
div#div_projects div#div_projects_header *,
div#div_news div#div_news_header * {
	float: left;
}

div#div_services div#div_services_header h2,
div#div_projects div#div_projects_header h2,
div#div_news div#div_news_header h2 {
	margin-left: 15px;
}

div#div_services div#div_services_header img,
div#div_projects div#div_projects_header img,
div#div_news div#div_news_header img {
	margin-top: 5px;
}

div#div_services div#div_services_header .line,
div#div_projects div#div_projects_header .line,
div#div_news div#div_news_header .line {
	margin: 0;
	margin-bottom: 25px;
}

div#div_services div.div_service {
	margin-bottom: 50px;
	float: left;
	width: 100%;
}

div#div_services div.div_service p.title {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

div#div_services div.div_service p.text {
	font-size: 12px;
	color: #000;
	/*height: 135px;*/
	float: left;
}

div#div_services div.div_service p.text a {
	color: #ABAAAA;
}

div#div_services div.div_service p.button {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #000;
	text-align: right;
	font-size: 10px;
	color: #000;
}

div#div_services div.div_service p.button a {
	color: #000;
}

/* PROJECTS */

div#div_projects {
	float: left;
	width: 315px;
	margin: 0 0 0 50px;
}

div#div_projects div.div_project {
	margin-bottom: 50px;
	float: left;
	width: 100%;
}

div#div_projects div.div_project div.div_project_header {
	width: 328px;
	height: 128px;
	float: left;
	background: transparent url('../images/layout/projects_bg.png');
}

div#div_projects div.div_project div.div_image {
	width: 293px;
	height: 100px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 18px;
}

div#div_projects div.div_project p.title {
	font-size: 15px;
	float: left;
	padding-left: 16px;
	background: transparent url('../images/icons/person.gif') left no-repeat;
	margin-bottom: 12px;
	font-weight: bold;
	color: #000;
	width: 80%;
}

div#div_projects div.div_project p.text {
	font-size: 12px;
	color: #000;
	height: 61px;
	float: left;
}

div#div_projects div.div_project p.button {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #000;
	text-align: right;
	font-size: 10px;
	color: #000;
}

div#div_projects div.div_project p.button a {
	color: #000;
}

/* NEWS */

div#div_news {
	float: left;
	width: 272px;
	margin-left: 30px;
}

div#div_news div.div_new {
	width: 100%;
	height: 357px;
	float: left;
}

div#div_news div.div_new ul {
	height: 236px;
	float: left;
	margin-top: 30px;
	margin-top: 45px;
}

div#div_news div.div_new ul li {
	width: 220px;
	height: 25px;
	float: left;
}

div#div_news div.div_new ul li a {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #353535;
	background: #FFF url('../images/icons/arrow.gif') 2% no-repeat;
	padding-left: 12px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

div#div_news div.div_new ul li a:hover {
	color: #FFF;
	background: #484848 url('../images/icons/arrow-white.gif') 2% no-repeat;
}

/* NEWSLETTER */

div#div_newsletter {
	width: 272px;
	height: 136px;
	background-color: #000;
	float: left;
}

div#div_newsletter div#div_newsletter_header {
	overflow: auto;
	background-color: #000;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}

div#div_newsletter div#div_newsletter_header img {
	float: left;
}

div#div_newsletter div#div_newsletter_header p.title {
	font-family: Georgia;
	font-size: 21px;
	float: left;
	color: #FFF;
	font-style: italic;
	margin-left: 8px;
	margin-top: 9px;
}

div#div_newsletter div#div_newsletter_header p.text {
	font-family: Georgia;
	font-size: 10px;
	float: left;
	color: #FFF;
	height: 26px;
}

div#div_newsletter form {
	width: 250px;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-top: 15px;
}

div#div_newsletter form fieldset {
	border: 0;
}

div#div_newsletter form input {
	width: 200px;
	height: 32px; /*24px;*/
	/*padding-top: 8px;*/
	padding: 0 0 0 10px;
	float: left;
	background-color: #FFF;
	color: #000;
	border: none;
}

div#div_newsletter form input.news-submit {
	width: 25px;
	height: 32px;
	float: left;
	background: #FFF url('../images/icons/input-arrow.png') no-repeat center;
	padding: 0;
	border: none;
	cursor: pointer;
}

/**/

div#div_right {
	float: right;
	overflow: auto;
	width: 280px; /*235px;*/
}

div#div_right ul li a {
	background-color: #E5E5E5;
	clear: both;
	color: #000000;
	font-size: 13px;
	line-height: 1.55em;
	margin-top: 2px;
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
}

div#div_content div#div_right ul li a:hover {
	background-color:#CCCCCC;
}

div#div_right ul li li {
	margin-left: 10px;
}

/* PORTFOLIO */

/*div#div_content div#div_clients {
	text-align: center;
	margin: 0 auto;
	width: 980px;
}

div#div_content div#div_portfolio {
	text-align: center;
	margin: 0 auto;
	width: 980px;
}*/

div#div_content .client {
	float: left;
	/*margin: 20px 45px 0 45px;*/
	margin: 20px 45px 0 0;
	width: 295px; /*293px;*/
	height: 165px; /*120px; */
}

div#div_content .lastline {
	margin-right: 0;
}

div#div_content .client .image {
	overflow: hidden;
	width: 295px;
	height: 130px; /*100px;*/
	float: left;
	background-color: #CCCCCC;
	vertical-align: middle;
}

div#div_content .client a {
	float: left;
	color: #FFFFFF;
	display: inline-block;
	float: left;
	font-size: 11px;
	margin-right: 3px;
	margin-top: 5px;
	padding: 1px 3px;
}

div#div_content .client a.more {
	background: #000;
	border: 1px solid #000;
}

div#div_content .client a.visit {
	background: #7F7F7F;
	border: 1px solid #7F7F7F;
}

div#div_content .client a:hover {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
}

div#div_content .client .image a {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	float: left;
}

div#div_content .client .image img {
	float: left;
}

div#div_content .client_big {
	overflow: auto;
	float: left;
	background-color: #CCCCCC;
	margin-right: 30px;
}

div#div_content .client_big .image {
	overflow: auto;
	margin: 1px;
	float: left;
	background-color: #FFFFFF;
	vertical-align: middle;
}

div#div_content .client_big .image img {
	float: left;
}

div#div_content .text {
	float: left;
	margin: 0 5px 0 10px;
}

div#div_content .client_text {
	float: left;
	width: 310px;
}

div#div_content .client_text #div_client_link {
	float: left;
	width: 100%;
	background-color: #CCC;
	margin: 5px 0 0 0;
}

div#div_content .client_text #div_client_link a {
	float: left;
	color: #000;
	padding: 5px;
}

div#div_content .client_text #div_client_link a:hover {
	text-decoration: underline;
}

div#div_content .client_text p {
	margin-top: 10px;
	float: left;
	width: 100%;
}

div#div_content .client_text p a {
	color: #ABAAAA;
	font-size: 15px;
}

div#div_content .client_text form {
	margin-top: 10px;
	float: left;
	width: 200px;
}

div#div_content .client_text form input,
div#div_content .client_text form textarea {
	width: 150px;
}

div#div_content .client_text form .submit {
	width: 50px;
	text-align: center;
	margin-top: 10px;
}

div#div_content .client_text form input,
div#div_content .client_text form textarea {
	border: 1px solid #ABAAAA;
}


/* PORTFOLIO SLIDE */

.boxgrid { 
	overflow: hidden; 
	position: relative; 
	border: 1px solid #FFF;
	/*padding: 1px;*/
}

.boxgrid:hover { 
	border: 1px solid #000;
}

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0;
}

.boxgrid .boxcaption { 
	float: left; 
	position: absolute; 
	background: #000;
	color: #FFF;
	height: 100px; 
	width: 100%; 
	/*opacity: 0.8; */
	/* For IE 5-7 */
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
	/* For IE 8 */
	/*-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
	/*top: 110;
	left: 0;*/
}

.boxgrid .boxcaption h3 { 
	float: left; 
	width: 90%;
	font-size: 15px;
	margin: 0;
	margin-left: 5px;
	margin-top: 2px;
}

.boxgrid p { 
	color: #afafaf; 
	float: left; 
	font-size: 12px;
	margin-left: 5px;
	margin-top: 2px;
}

.boxgrid .captionfull .boxcaption {
	top: 260px;
	left: 0;
}

/* CONTACTS */

div#div_contacts {
	margin-top: 15px;
	float: left;
}

div#div_contacts p {
	margin-top: 15px;
}

div#div_contacts p span {
	font-weight: bold;
}

div#div_contacts p a {
	color: #ABAAAA;
}

/* SERVICES */

div#div_service {
	float: left;
	width: 650px;
}

div#div_service h1 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

div#div_service img {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

div#div_service a {
	color: #ABAAAA;
}

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

/* FORM */

div#div_form {
	float: right;
	overflow: auto;
	width: 300px;
	margin-right: 30px;
}

div#div_form fieldset {
	border: none;
}

div#div_form fieldset input,
div#div_form fieldset textarea {
	border: 1px solid #000;
	width: 100%;
	padding: 2px;
	letter-spacing: 1px;
}

div#div_form fieldset .radio {
	height: 18px;
	padding-left: 25px;
	background: transparent url('../images/icons/notcheck.gif') no-repeat left center;
	cursor: pointer;
	margin-top: 5px;
}

div#div_form fieldset .active {
	border:none;
	background: transparent url('../images/icons/check.gif') no-repeat left center;
}

div#div_form fieldset .on {
	border:none;
	background: transparent url('../images/icons/check.gif') no-repeat left center;
}

div#div_form fieldset input.button {
	cursor: pointer;
	background-color: #000;
	border: 1px solid #000;
	color: #FFF;
	width: 60px;
	margin-top: 20px;
}

div#div_form fieldset input.button:hover {
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
}

/* ABOUTUS */

div#div_aboutus {
	width: 100%;
	float: left;
}

div#div_aboutus div.div_text {
	width: 70%;
	float: left;
}

div#div_aboutus div#div_newsletter {
	float: right
}

/* DOMAINS */

#table_domains {
	border: none;
	overflow: auto;
	float: left;
}

#table_domains * {
	border: none;
}

#table_domains thead tr {
	background-color: #000;
	color: #FFF;
}

#table_domains thead td {
	text-align: center;
	padding: 5px;
}

#table_domains thead td:first-child {
	text-align: left;
}

#table_domains tbody td {
	border-bottom: 1px solid #000;
	width: 100px;
	text-align: center;
	padding: 3px;
}

#table_domains tbody td:first-child {
	border-bottom: 1px solid #000;
	width: 100px;
	text-align: left;
}

/* HOSTING */

div#div_hosting {
	overflow: auto;
	float: left;
	width: 100%;
	font-family: Georgia,Helvetica,Arial,sans-serif;
}

div#div_hosting div.div_title {
	width: 640px;
	background-color: #000;
	color: #FFF;
	text-transform: uppercase;
	padding: 5px;
	border-bottom:1px solid #FFF;
	float: left;
	cursor: pointer;
}

div#div_hosting div.div_func {
	display: none;
	float: left;
}

div#div_hosting div#func_geral,
div#div_hosting div#func_pay {
	display: block;
}

div#div_hosting table {
	float: left;
}

div#div_hosting table img {
	text-align: center;
	float: none;
	margin: 0;
}

div#div_hosting table tr td {
	width: 100px;
	text-align: center;
	border-top: 1px solid #000;
	padding: 2px;
}

div#div_hosting table tr:first-child td {
	border-top: none;
}


div#div_hosting table tr td.info {
	width: 30px;
	text-align: center;
}

div#div_hosting table tr td:first-child {
	width: 150px;
	text-align: left;
}

/* STORE */

div#div_hosting div#div_demo {
	float: left;
	margin: 20px 0 0 0;
}

div#div_hosting div#div_demo h3 {
	margin: 20px 0 5px 0;
	text-transform: uppercase;
}

div.div_store table tr td:first-child {
	width: 540px !important;
}

/* ALERT */

div.div_alert {
	width: 330px;
	float: right;
	margin-top: 15px;
	padding-top: 5px;
}

div.div_alert * {
	float: left;
}

div.div_alert p {
	margin: 8px 0 0 10px;
}

/* LOGIN */

div#div_login {
	float: left;
	width: 100%;	
}

div#div_login form {
	width: 272px;
	/*border: 1px solid #000;*/
	background-color: #000;
	padding: 20px 0;
	overflow: auto;
	float: left;
}

div#div_login form fieldset {
	float: left;
	overflow: auto;
	border: none;
	margin: 20px 0 0 20px;
}

div#div_login form fieldset:first-child {
	float: left;
	overflow: auto;
	border: none;
	margin: 0 0 0 20px;
}

div#div_login form fieldset span {
	font-family: Georgia;
	font-size: 12px;
	color: #FFF;
}

div#div_login form fieldset input {
	float: left;
	height: 32px;
	padding: 8px 10px;
	width: 238px;
}

div#div_login form fieldset#button {
	float: left;
	margin: 15px 0 0 0;
	width: 100%;
}

div#div_login form fieldset#button input {
	float: right;
	width: 30px;
	height: 18px;
	margin: 0 15px 0 0;
	padding: 0;
	background: #FFFFFF url(../images/icons/input-arrow.png) no-repeat center center;
}

/* RESERVED AREA */

div#div_reservedmenu {
	float: left;
	width: 200px;
}

div#div_reservedmenu ul {
	margin: 20px 0 0 0;
}

div#div_reservedmenu ul li a {
	background-color: #E5E5E5;
	clear: both;
	color: #000000;
	font-size: 13px;
	line-height: 1.55em;
	margin: 2px 0 0 0;
	padding: 0 7px;
	text-decoration: none;
}

div#div_reservedcontent {
	float: left;
}

div#div_reservedcontent table {
	border: 1px solid #000;
	margin: 0 0 20px 0;
}

div#div_reservedcontent table th {
	border-left: 1px solid #000;
	padding: 3px;
}

div#div_reservedcontent table th:first-child {
	border-left: 0;
}

div#div_reservedcontent table td {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 3px;
}

div#div_reservedcontent table td:first-child {
	border-left: 0;
}

div#div_reservedcontent table td.green {
	color: green;
}

div#div_reservedcontent table td.red {
	color: red;
}

/* DOMAIN CHECK */

div#div_domaincheck {
	width: 272px;
	height: 136px;
	background-color: #000;
	float: left;
	margin: 50px 0 0 0;
}

div#div_domaincheck div#div_domaincheck_header {
	overflow: auto;
	background-color: #000;
	float: left;
	margin: 10px 0 0 20px;
}

div#div_domaincheck div#div_domaincheck_header img {
	float: left;
}

div#div_domaincheck div#div_domaincheck_header p.title {
	font-family: Georgia;
	font-size: 21px;
	float: left;
	color: #FFF;
	font-style: italic;
	margin-left: 8px;
	margin-top: 9px;
}

div#div_domaincheck div#div_domaincheck_header p.text {
	font-family: Georgia;
	font-size: 10px;
	float: left;
	color: #FFF;
	height: 30px;
	width: 220px;
	margin: 5px 5px 0 10px;
}

div#div_domaincheck form {
	width: 250px;
	float: left;
	margin: 0;
	padding: 0;
	margin: 10px 0 0 20px;
}

div#div_domaincheck form fieldset {
	border: 0;
}

div#div_domaincheck form input {
	width: 135px;
	height: 20px;
	padding: 0 0 0 10px;
	float: left;
	background-color: #FFF;
	color: #000;
	border: none;
}

div#div_domaincheck form select {
	width: 66px;
	height: 20px;
	/*padding: 8px 0 0 0;*/
	float: left;
	background-color: #FFF;
	color: #000;
	border: none;
}

div#div_domaincheck form input.news-submit {
	width: 25px;
	height: 20px;
	float: left;
	background: #FFF url('../images/icons/input-arrow.png') no-repeat center;
	padding: 0;
	border: none;
	cursor: pointer;
}

/* OTHER WORKS */

div#div_otherworks {
	float: left;
	margin: 50px 0 0 0;
}

div#div_otherworks .client {
	margin-top: 0;
	margin-left: 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

div#div_otherworks .client .boxgrid {
	border: 0;
}

div#div_otherworks .client:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/* OFFER */

div#div_offer {
	float: left;
	margin: 0 0 20px 70px;
}

div#div_offer a {
	float: left;
}

div#div_offer img {
	float: left;
}