/* top elements */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 71%/ 1.5em Verdana, 'Trebuchet MS', Arial, Sans-serif;
	background: url("../images/headerbg-orange.gif") repeat-x;
	color: #666666;
	text-align: center;
}

/* links */
a {
	background: inherit;
	color: #EC981F;
}

a:hover {
	background: inherit;
	color: #806B4D;
}

/* headers */
hr {
	color: #fafafa;
	background-color: #f1f1f1;
	border: none;
}

#msg {
	text-align: center;
	font-weight: bold;
	color: red;
	margin-top: 30px;
}

h1,h2,h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;
}

h1 {
	font-size: 1.4em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

#main h1,#rightbar h1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-transform: none;
	font-size: 1.2em;
	border-bottom: 1px solid #f2f2f2;
}

#main h1.normalcase {
	text-transform: none;
}

p,h1,h2,h3 {
	margin: 10px 15px;
}

#sidebar h3 {
	padding: 10px 0px 5px 30px;
	background: url("../images/square_arrow.gif") no-repeat 2px 12px;
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
}


ul,ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #EC981F;
}

.black {
	color: #555;
}

ul span,ol span {
	color: #666666;
}

/* images */
img {
	border: none;
}

img.float-right {
	margin: 5px 0px 5px 15px;
}

img.float-left {
	margin: 5px 15px 5px 0px;
}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/ 1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #EC981F;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px;
	padding: 0 0 0 32px;
	background: #FAFAFA url("../images/quote.gif") no-repeat 5px 10px
		!important;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #EC981F;
	font-weight: bold;
}

/* form elements */
form {
	margin: 10px;
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}

label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

input {
	padding: 4px;
	border: 1px solid #ccc;
	font: normal 1em/ 1.5em Verdana, sans-serif;
	color: #777;
}

textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em/ 1.5em Verdana, sans-serif;
	border: 1px solid #ccc;
	height: 100px;
	display: block;
	color: #777;
}

input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #333;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

form.searchform input.textbox {
	margin: 0;
	width: 120px;
	border: 1px solid #CCC;
	background: #FFF;
	color: #333;
	vertical-align: top;
}

form.searchform input.button {
	width: 55px;
	vertical-align: top;
}

/*****************/ /*    Layout     */ /*****************/
#wrap {
	margin: 0 auto;
	width: 880px;
	text-align: left;
	background: #FFF;
}

#content-wrap {
	clear: both;
	margin: 0;
	padding: 0;
	width: 880px;
}

/* header */
#header {
	position: relative;
	background: url("../images/headerbg-orange.gif") repeat-x 0% 0%;
	height: 84px;
}

#header #logo h3 {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 3.8em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CCC;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the h1*/
	top: 0;
	left: 45px;
	width: 350px;
}

#header #logo h3 a {
	text-decoration: none;
	color: #CCC;
}

#header #logo h3 a:hover {
	text-decoration: none;
	color: #FFA600;
}

#header #logo h2 {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 1.5em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the h2*/
	top: 43px;
	left: 70px;
}

#header #logo img {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the h2*/
	top: 15px;
	left: 0;
	width: 40px;
	height: 40px;
}

#header .searchform {
	position: absolute;
	top: 5px;
	right: 3px;
}

/* main column */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 52%;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
#request_form {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
#request_form #forma form{
	margin: 0 auto;
	padding: 0 20px;
}
#main .homelogo {
	/*background-image: url("../images/logo_home.gif");*/
	background-position: right;
	background-repeat: no-repeat;
	height: 90px;
	padding-left: 15px;
}

#main .competenceslogo {
	background-image: url("../images/logo_competences.gif");
	background-position: right;
	background-repeat: no-repeat;
	height: 135px;
	padding-left: 15px;
}

#main .serviceslogo {
	background-image: url("../images/logo_services.gif");
	background-position: right;
	background-repeat: no-repeat;
	height: 135px;
	padding-left: 15px;
}

#main .contactlogo {
	background-image: url("../images/logo_contact.gif");
	background-position: right;
	background-repeat: no-repeat;
	height: 135px;
	padding-left: 15px;
}

#main .quotelogo {
	background-image: url("../images/logo_quote.gif");
	background-position: right;
	background-repeat: no-repeat;
	height: 135px;
	padding-left: 15px;
}

#main .webdesignlogo {
	background-image: url("../images/logo_webdesign.gif");
	background-position: right;
	background-repeat: no-repeat;
	height: 135px;
	padding-left: 15px;
}

#main .webapplicationlogo {
	background-image: url("../images/logo_webapplication.gif");
	background-position: right;
	background-repeat: no-repeat;
	height: 135px;
	padding-left: 15px;
}

#main .seologo {
	background-image: url("../images/logo_seo.gif");
	background-position: right;
	background-repeat: no-repeat;
	height: 135px;
	padding-left: 15px;
}

#main .middletext {
	padding-top: 30px;
	padding-left: 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFA600;
}

#main .middletext p {
	font-size: 11px;
	font-weight: normal;
	color: #555;
}

#main .middletext p span {
	color: #FFA600;
}

#main-quote {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 70%;
	border-left: 1px solid #f2f2f2;
}

#main-quote textarea {
	width: 98%;
	height: 150px;
}

#main-quote label {
	display: inline;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px;
	margin-top: 20px;
	font-size: 95%;
	border: 1px solid #f2f2f2;
}

.post-footer .date {
	background: url("../images/clock.gif") no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.post-footer .comments {
	background: url("../images/comment.gif") no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.post-footer .readmore {
	background: url("../images/page.gif") no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

/* sideabar */
#sidebar {
	float: left;
	width: 22%;
	margin: 0;
	padding: 0;
	display: inline;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;
	padding-right: 0;
	text-decoration: none;
}

#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url("../images/arrow.gif") no-repeat 2px 5px;
	padding: 2px 5px 2px 20px;
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;
}

#active a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;
	color: #555;
}

#sidebar ul.sidemenu a:hover {
	font-weight: bold;
	background-image: none;
	text-decoration: none;
	color: #555;
}

/* rightbar */
#rightbar {
	float: right;
	width: 24%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#rightbar p {
	border-top: dotted 1px #CCCCCC;
	text-align: center;
}

#rightbar h2 a {
	text-decoration: none;
	color: #555;
}

#rightbar h2 a:hover {
	text-decoration: none;
	color: orange;
}

/* footer */
#footer {
	clear: both;
	background: #FFF url("../images/footerbg.gif") repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;
	height: 50px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
}

/* menu */
#menu {
	clear: both;
	margin: 0;
	padding: 0;
}

#menu ul {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 10px;
	left: 414px;
	list-style: none;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	float: left;
	background: url("../images/tableft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#menu a span {
	float: left;
	display: block;
	background: url("../images/tabright.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
}

#menu a span {
	float: none;
}

#menu a:hover span {
	color: #FFF;
}

#menu a:hover {
	background-position: 0% -42px;
}

#menu a:hover span {
	background-position: 100% -42px;
}

#menu .current a {
	background-position: 0% -42px;
}

#menu .current a span {
	background-position: 100% -42px;
	cursor: default;
}

/* Alignment classes */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

/* display classes */
.clear {
	clear: both;
}

.block {
	display: block;
}

.hide {
	display: none;
}

.orange {
	color: #FFA600;
}

#motioncontainer {
	width: 210px;
	height: 700px;
	overflow: hidden;
	position: relative;
}

#motioncontainer a img { /*image border color*/
	border: none;
}

#motioncontainer a:hover img { /*image border hover color*/
	border: none;
}

#statusdiv {
	position: absolute;
	padding: 2px;
	left: -300px;
	background-color: #FFFFFF;
	border: 1px solid gray;
	visibility: hidden;
}
#col1{ float: left; padding-right: 15px; border-right: 1px solid #f1f1f1; width: 400px}
#col2{float: left; padding-left: 15px; width: 400px;}
.right {text-align: right;}
#send {font-size: 16px;}
.italic {font-style: italic;}

#paydotcom {
	padding-left: 20px;
}

#hosting {
	padding-left: 40px;
	padding-top: 30px;
}
