/* @group HTML */

html {
	margin: 0;
	padding: 0;
}

body {
	background: url(img/background.gif) repeat;
	color: #3e3e3e;
	font: 12px Helvetica, Arial;
	margin: 0;
	padding: 0;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1em;
	line-height: 1.2em;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	line-height: 28px;
}

.h2super {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: -1em;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	line-height: 26px;
}

h3.tight {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: -0.3em;
	line-height: 26px;
}

h4 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: -0.5em;
	color: #ff008b;
	font-style: normal;
	line-height: 20px;
}

a {
	color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:link {
	color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

a:visited {
	color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

a:hover {
	color: #ff008b;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

a:active {
	color: #ff008b;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 1em 0;
}

li {
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}



/* @end */

/* @group Forms */

label {
	display: block;
	color: gray;
}

select {
	margin-bottom: 1em;
	color: black;
	font-size: 1.3em;
}

option {
}

input {
	font-size: medium;
	color: black;
}

textarea {
	font-size: 1.3em;
}

ul.errorlist {
	margin: 0;
	padding: 0;
}

ul.errorlist li {
	width: 0;
	color: red;
	background: url(img/arrow_error_right.gif) no-repeat;
	overflow: hidden;
	height: 16px;
	padding-left: 14px;
	position: absolute;
	margin-left: -20px;
}

form p {
	color: gray;
}



/* @end */

/* @group Styles */

ul.basic {
	list-style-image: url(img/arrow_right.gif);
	padding-left: 40px;
}

span.dimmed {
	color: #a2a2a2;
}

#loading {
	float: left;
	position: absolute;
	left: -40px;
	top: 0;
	display: none;
}

div.pinkbutton {
	background: url(img/pinkbutton_open.gif) no-repeat;
	height: 36px;
	display: inline-block;
}

div.pinkbutton a {
	background: url(img/pinkbutton_close.gif) no-repeat 100% 0;
	height: 36px;
	display: inline-block;
	color: white;
	font-size: 18px;
	text-decoration: none;
	padding: 6px 10px;
	line-height: 24px;
	vertical-align: middle;
}

div.pinkbutton a:visited {
	background: url(img/pinkbutton_close.gif) no-repeat 100% 0;
	height: 36px;
	color: white;
	font-size: 18px;
	text-decoration: none;
	padding: 6px 10px;
	line-height: 24px;
	vertical-align: middle;
}

div.pinkbutton a:hover {
	background: url(img/pinkbutton_close.gif) no-repeat 100% 0;
	height: 36px;
	color: white;
	font-size: 18px;
	text-decoration: none;
	padding: 6px 10px;
	line-height: 24px;
	vertical-align: middle;
}

div.pinkbutton a:active {
	background: url(img/pinkbutton_close.gif) no-repeat 100% 0;
	height: 36px;
	color: white;
	font-size: 18px;
	text-decoration: none;
	padding: 6px 10px;
	line-height: 24px;
	vertical-align: middle;
}

div.pinkbutton span {
	background: url(img/pinkbutton_close.gif) no-repeat 100% 0;
	height: 36px;
	display: inline-block;
	color: white;
	font-size: 18px;
	text-decoration: none;
	padding: 6px 10px;
	line-height: 24px;
	vertical-align: middle;
	cursor: pointer;
}



/* @end */

/* @group Layout */

#identity {
	position: absolute;
	left: 770px;
	top: 40px;
}

#exit {
	position: absolute;
	top: 140px;
	background: url(img/arrow_left.gif) no-repeat 0 50%;
	padding-left: 12px;
	left: 20px;
}

#page {
	width: 920px;
	background-color: white;
	padding: 20px;
}

#lateral {
	position: absolute;
	top: 180px;
	margin: 0;
	float: none;
	width: 327px;
	left: 20px;
}

#content {
	margin-left: 347px;
	width: 553px;
	margin-top: 160px;
	z-index: 1;
	position: relative;
}

#footer {
	margin-top: 40px;
}



/* @end */

/* @group LanguageMenu */

form#languageMenu {
	margin: 0;
}

form#languageMenu select {
	margin: 0;
}



/* @end */

/* @group Homepage */

#page.homepage h1 {
	top: 20px;
	left: 20px;
	position: absolute;
}

#page.homepage #content {
	width: 573px;
}

#featureMiniportfolio {
	width: 350px;
	float: left;
}

#featurePSD2HTML {
	width: 203px;
	float: right;
}

#featurePSD2HTML img {
	
}



/* @end */

/* @group Carousel */

#jcarouselContainer {
	margin-bottom: 1em;
}

#jcarouselDescription {
	margin-top: 1em;
	margin-bottom: 0.5em;
}



/* @end */

/* @group Staff */

div.staff {
	width: 154px;
}

div.staff p.name {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: -0.8em;
}

#staffLucia {
	float: left;
}

#staffCarlos {
	float: right;
}



/* @end */

/* @group Portfolio */

#page.portfolio #exit {
	position: fixed;
}

#page.portfolio #lateral {
	position: fixed;
}

#categories {
	margin: 0 0 2em;
}

ul#categories li {
	font-size: 18px;
	font-weight: bold;
}

ul#categories li span.categoryDisabled {
	color: #dfdfdf;
	font-weight: bold;
	cursor: default;
}

ul#categories li a {
	text-decoration: none;
	color: #323232;
	font-weight: bold;
}

ul#categories li a:visited {
	text-decoration: none;
	color: #323232;
	font-weight: bold;
}

ul#categories li a:hover {
	text-decoration: none;
	color: #323232;
	font-weight: bold;
}

ul#categories li a:active {
	text-decoration: none;
	color: #323232;
	font-weight: bold;
}

ul#categories li.current a {
	text-decoration: none;
	color: #ff008b;
	font-weight: bold;
}

ul#categories li.current a:visited {
	text-decoration: none;
	color: #ff008b;
	font-weight: bold;
}

ul#categories li.current a:hover {
	text-decoration: none;
	color: #ff008b;
	font-weight: bold;
}

ul#categories li.current a:active {
	text-decoration: none;
	color: #ff008b;
	font-weight: bold;
}

ul#clients {
	margin: 0;
}

ul#clients li {
	color: #323232;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
}

ul#clients li a {
	color: #323232;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
}

ul#clients li a:visited {
	color: #323232;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
}

ul#clients li a:hover {
	color: #323232;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
}

ul#clients li a:active {
	color: #323232;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
}

ul#clients li.current a {
	color: #ff008b;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

ul#clients li.current a:visited {
	color: #ff008b;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

ul#clients li.current a:hover {
	color: #ff008b;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

ul#clients li.current a:active {
	color: #ff008b;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

div.project {
	margin-bottom: 2em;
	width: 547px;
}

div.project div.projectDescription {
	margin-bottom: 20px;
}

div.project img.standard {
	border: 5px solid #cccccc;
	margin-bottom: 10px;
}

div.project p.projectURL {
	margin-top: -1em;
}



/* @end */

/* @group psd2html */

/*#psd2htmlRequestForm p {
	float: left;
}*/

/*#psd2htmlRequestForm p input {
	margin-right: 20px;
}*/

#psd2htmlPriceTag {
	z-index: -20;
	position: absolute;
	margin-left: -367px;
}



/* @end */

/* @group Util */

/* Clearfix */
.clearfix:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
	clear: both;
	position: relative;
}

.floatLeft {
	float: left;
	margin-right: 1em;
}

/* @end */

/* @group IE */

#ie6portfolio {
	display: none;
}



/* @end */

/* @group Downloads */

.downloadable {
	display: inline-block;
	padding: 10px 16px 10px 50px;
}

.downloadable a.download {
	font-size: 1.3em;
}

.downloadable.bettersource {
	background: #ffe5f3 url(img/bettersource/48.png) no-repeat 0 center;
}



/* @end */
