/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Basics */

*													{margin: 0; padding: 0; font-weight: normal; list-style-type: none; text-decoration: none;}

html												{height: 101%;}

body {
	background-color: #F3F3F3;
	background-image: url("../images/body.jpg");
	background-position: top left;
	background-repeat: repeat;
/*	background-image: url("../images/grid.png");
	background-position: top center;
	background-repeat: repeat-y;*/
	color: #393A3D;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-shadow: #FFF 0 1px 1px;
	-webkit-text-stroke-color: transparent;
	-webkit-text-stroke-width: 1px;
}

@media only screen and (max-device-width: 480px)	{body {-webkit-text-stroke-color: black; -webkit-text-stroke-width: 0;}}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Colors */

.colors												{width: 100%; top: 0; left: 0; border-bottom: #FFF solid 1px; position: absolute;}
.colors li											{height: 2px; width: 20%; display: block; float: left;}

#color_1											{background-color: #393A3D;}
#color_2											{background-color: #DB0048;}
#color_3											{background-color: #63A8A5;}
#color_4											{background-color: #C8DBBF;}
#color_5											{background-color: #E0FCEB;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Content */

.content {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

.title {
	width: 220px;
	background-color: re;
	color: #7E002A;
	font-size: 1em;
	position: absolute;
}

.sub_title {
	width: 220px;
	background-color: re;
	color: #76787E;
	font-size: 0.7em;
	position: absolute;
}

.text {
	width: 220px;
	background-color: re;
	font-size: 0.75em;
	line-height: 1.6em;
	position: absolute;
}

.text a {
	color: #393A3D;
	font-weight: bold;
}

.text a:hover										{color: #DB0048;}
.text a:active										{color: #7E002A;}

.text span {
	font-weight: bold;
}

.list {
	left: -3px;
	position: absolute;
}

.list li {
	width: 220px;
	background-color: blu;
	font-size: 0.75em;
	line-height: 1.8em;
}

.list li img {
	height: 16px; width: 16px;
	margin-bottom: -4px;
}

.list li span {
	margin: 0 0 0 3px;
	color: #292B28;
	font-size: 0.9em;
	font-weight: bold;
}

.list a {
	color: #393A3D;
}

.list a:hover										{color: #DB0048;}
.list a:active										{color: #7E002A;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Top */

#content_top {
	height: 100px;
	margin-bottom: 20px;
	background-color: re;
	background-image: url("../images/separator.png");
	background-position: bottom left;
	background-repeat: repeat-x;
}

#logo_1 {
	bottom: 10px; left: 0;
	color: #393A3D;
	font-size: 0.4em;
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
}

#logo_1:hover										{color: #DB0048;}
#logo_1:active										{color: #7E002A;}

#logo_2 {
	bottom: 9px; left: 0;
	color: #FFF;
	font-size: 0.4em;
	position: absolute;
	text-transform: uppercase;
}

#slogan_1 {
	bottom: 10px; left: 120px;
	color: #BBB;
	font-size: 0.8em;
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
}

#slogan_2 {
	bottom: 9px; left: 120px;
	color: #FFF;
	font-size: 0.8em;
	position: absolute;
	text-transform: uppercase;
}

.nav_1 {
	bottom: 10px; right: 0;
	position: absolute;
	z-index: 1;
}

.nav_1 li {
	display: inline;
}

.nav_1 li a {
	margin: 0 0 0 10px;
	color: #393A3D;
	display: block;
	float: left;
	font-size: 0.75em;
	text-transform: uppercase;
}

.nav_1 li a:hover									{color: #DB0048;}
.nav_1 li a:active									{color: #7E002A;}

.nav_2 {
	bottom: 9px; right: 0;
	position: absolute;
}

.nav_2 li {
	display: inline;
}

.nav_2 li a {
	margin: 0 0 0 10px;
	color: #FFF;
	display: block;
	float: left;
	font-size: 0.75em;
	text-transform: uppercase;
}

#page_services #link_services,
#page_portfolio #link_portfolio,
#page_blog #link_blog,
#page_contact #link_contact							{color: #7E002A;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Footer */

#content_footer {
	height: 100px;
	margin-top: 20px;
	background-image: url("../images/separator.png");
	background-position: top left;
	background-repeat: repeat-x;
}

#page_home #content_footer							{margin-top: 15px;}

#no_flash_1 {
	top: 10px; left: 0;
	color: #BBB;
	font-size: 0.6em;
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
}

#no_flash_2 {
	top: 11px; left: 0;
	color: #FFF;
	font-size: 0.6em;
	position: absolute;
	text-transform: uppercase;
}

#version_1 {
	width: 100px;
	top: 10px; left: 440px;
	color: #BBB;
	font-size: 0.6em;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

#version_2 {
	width: 100px;
	top: 11px; left: 440px;
	color: #FFF;
	font-size: 0.6em;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
}

.social_1 {
	top: 10px; right: 0;
	position: absolute;
	z-index: 1;
}

.social_1 li {
	display: inline;
}

.social_1 li a {
	margin: 0 0 0 10px;
	color: #BBB;
	display: block;
	float: left;
	font-size: 0.6em;
	text-transform: uppercase;
}

.social_1 li a:hover								{color: #DB0048;}
.social_1 li a:active								{color: #7E002A;}

.social_2 {
	top: 11px; right: 0;
	position: absolute;
}

.social_2 li {
	display: inline;
}

.social_2 li a {
	margin: 0 0 0 10px;
	color: #FFF;
	display: block;
	float: left;
	font-size: 0.6em;
	text-transform: uppercase;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Home */

#content_home {
	height: 405px; width: 950px;
	margin: 0 auto 40px auto;
}

#slider {
	height: 405px; width: 950px;	background-image: url("../images/loading.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

#slider img {
	top: 0px; left: 0px;
	display: none;
	position: absolute;
}

#slider a {
	display: block;
}

#featured {
	height: 110px; width: 110px;
	top: 110px; left: -10px;
	background-image: url("../images/featured.png");
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}

#content_twitter {
	height: 40px; width: 950px;
	background-image: url("../images/content_twitter.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}

#twitter_update_list {
	top: 9px; left: 60px;
	position: absolute;
}

#twitter_update_list li {
	
}

#twitter_update_list li span {
	font-size: 0.7em;
	line-height: 1.4em;
	text-shadow: #FFF 0 1px 1px;
}

#twitter_update_list a								{color: #393A3D;display: none;}
#twitter_update_list li span a						{display: inline; font-weight: bold;}
#twitter_update_list li span a:hover				{color: #DB0048;}
#twitter_update_list li span a:active				{color: #7E002A;}

#twitter {
	height: 32px; width: 32px;
	top: 0; left: 15px;
	background-image: url("../images/twitter.png");
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Portfolio */

.content_portfolio {
	min-height: 250px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background-image: url("../images/separator.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	position: relative;
}

#content_portfolio_1								{margin-bottom: 0; padding-bottom: 0; background: none;}

#portfolio_title_1,
#portfolio_title_2,
#portfolio_title_3,
#portfolio_title_4									{top: 0; left: 0;}

#portfolio_sub_title_1,
#portfolio_sub_title_2,
#portfolio_sub_title_3,
#portfolio_sub_title_4								{top: 23px; left: 0;}

#portfolio_text_1,
#portfolio_text_2,
#portfolio_text_3,
#portfolio_text_4									{top: 50px; left: 0;}

#portfolio_list_1									{top: 179px;}
#portfolio_list_2_1									{top: 179px;}
#portfolio_list_2_2									{top: 270px;}
#portfolio_list_3_1									{top: 198px;}
#portfolio_list_3_2									{top: 289px;}
#portfolio_list_4									{top: 221px;}

.portfolio_item_top {
	height: 35px; width: 710px;
	margin: 0 0 0 235px;
	background-image: url("../images/portfolio_item_top.png");
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.portfolio_item_link {
	top: 12px; left: 90px;
	color: #393A3D;
	font-size: 0.6em;
	position: absolute;
}

.portfolio_item_link:hover							{color: #DB0048;}
.portfolio_item_link:active							{color: #7E002A;}

.portfolio_item_middle {
	min-height: 250px; width: 698px;
	margin: 0 0 0 240px;
	background-color: #FFF;
	border-right-color: #BBB;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #BBB;
	border-left-style: solid;
	border-left-width: 1px;
}

.portfolio_item_middle img {
	margin: 0 0 -3px 0px;
}

.portfolio_item_bottom {
	height: 30px; width: 750px;
	margin: 0 0 0 215px;
	background-image: url("../images/portfolio_item_bottom.png");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
}

#portfolio_item_bottom_1							{top: 905px;}
#portfolio_item_bottom_2							{top: 610px;}
#portfolio_item_bottom_3							{top: 909px;}
#portfolio_item_bottom_4							{top: 430px;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Preview */

.content_preview {
	min-height: 500px;
	margin-bottom: 100px;
	position: relative;
}

#preview_title_1									{width: 940px; margin-top: 20px; font-size: 1.2em; position: static;}

#preview_text_1										{width: 940px; margin-top: 10px; position: static;}

.preview_ornament {
	height: 30px; width: 90px;
	margin: 0 0 0 425px;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.preview_ornament_1									{margin-top: 100px; margin-bottom: 100px; background-image: url("../images/preview_ornament_1.png");}
.preview_ornament_2									{margin-top: 100px; margin-bottom: 100px; background-image: url("../images/preview_ornament_2.png");}

#preview_ornament_1									{top: 285px;}
#preview_ornament_2									{top: 1885px;}

.preview_image {
	width: 938px;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	display: block;
	box-shadow: 0 0 5px #7E8AA2;
	-moz-box-shadow: 0 0 5px #7E8AA2;
	-webkit-box-shadow: 0 0 5px #7E8AA2;
}

#preview_image_rhp									{height: 1368px; background-image: url("../images/preview_rhp.jpg");}

.preview_lists {
	height: 120px; width: 940px;
	position: relative;
}

#preview_title_2									{top: 0; left: 0;}
#preview_title_3									{top: 0; left: 240px;}
#preview_title_4									{top: 0; left: 480px;}
#preview_title_5									{top: 0; left: 720px;}

#preview_list_1										{top: 30px;}
#preview_list_2										{top: 30px; left: 237px;}
#preview_list_3										{top: 30px; left: 477px;}
#preview_list_4										{top: 30px; left: 717px;}

.preview_contact {
	height: 100px; width: 940px;
	bottom: 0;
	background-color: #FFF;
	position: absolute;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Contact */

#content_contact {
	height: 308px;
	position: relative;
}

#contact_title_1									{left: 0;}
#contact_title_2									{left: 240px;}
#contact_title_3									{left: 480px;}
#contact_title_4									{left: 720px;}

#contact_text_1										{top: 33px; left: 0; font-size: 0.75em;}
#contact_text_2										{top: 33px; left: 240px; font-size: 0.75em;}
#contact_text_3										{top: 33px; left: 480px; font-size: 0.75em;}

.button {
	height: 40px; width: 230px;
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

.button:hover										{background-position: center center;}
.button:active										{background-position: bottom center;}

#form_download_button								{top: 139px; left: -5px; background-image: url("../images/form_download_button.jpg");}
#vcard_button										{top: 139px; left: 235px; background-image: url("../images/vcard_button.jpg");}

#contact_list_1										{top: 141px; left: 480px;}

#contact_form {
	height: 270px; width: 220px;
	top: 33px; left: 720px;
	position: absolute;
}

.input {
	height: 20px; width: 185px;
	padding: 4px 4px 4px 29px;
	background-color: #FFF;
	background-position: top left;
	background-repeat: no-repeat;
	border-color: #DDD;
	border-style: solid;
	border-width: 1px;
	color: #BBB;
	font-size: 0.75em;
	line-height: 1.6em;
	outline: none;
	position: absolute;
}

.input:hover						{background-position: center left; border-color: #BBB; color: #393A3D;}
.input:focus						{background-position: bottom left; border-color: #BBB; color: #393A3D;}

#name								{top: 0; background-image: url("../images/form_background_name.jpg");}
#mail								{top: 45px; left: 0; background-image: url("../images/form_background_email.jpg");}
#phone								{top: 90px; left: 0; background-image: url("../images/form_background_phone.jpg");}
#message							{height: 80px; width: 210px; top: 135px; padding: 4px;}

#button {
	height: 40px; width: 230px;
	bottom: -5px; right: -5px;
	background-color: #F3F3F3;
	background-image: url("../images/send_button.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	position: absolute;
	text-indent: -9999px;
}

#button:hover						{background-position: center center;}
#button:active						{background-position: bottom center;}