body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#292F33;
	color:#343a3d;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.4em;
}
b, i {
	font-weight:normal;
	font-style:normal;
}
img {
	border:0;
}
p {
	margin:0;
	padding-top:0;
	padding-bottom:.7em;
}
a {
	font-weight:bold;
	text-decoration:none;
	color:#F33E60;
	padding:0 1px;
}
a:hover {
	text-decoration:none;
	color:#fff;
	background:#F33E60;
}
table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
th {
	text-align:left;
	padding:2px 4px;
	border:0px solid #AEB9BF;
	border-bottom-width:1px;
	font-weight:bold;
}
td {
	padding:2px 4px;
}
* html td, * html th {
	font-size:11px;
}
ul {
	list-style-type:circle;
	padding-left:48px;
	font-size:1.1em;
	padding-right:20px;
}
* html ul {
	padding-left:15px;
}
code {
	font-family:"Courier New", Courier, mono, sans-serif;
	font-size:1em;
	color:#000;
	background:#FFF;
}
code span {
	color:#D00027;
}

.break {
	clear:both;
	height:1px;
}
.clear {
	clear:both;
	padding-top:10px;
}
blockquote {
	padding:0 20px 0 5px;
	font-size:1.1em;
}
blockquote strong {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

/*Layout*/
#container {
	width:751px;
	margin:100px 0 50px 150px;
	text-align:left;
}
#sidebar {
	float:left;
	width:200px;
	color:#AEB9BF;
	line-height:1.6em;
}
#content {
	float:right;
	width:550px;
	background:url(/ui/media/images/main/bg.gif) repeat-y left top;
}
#content #bottom {
	height:30px;
	width:550px;
	clear:both;
	background:url(/ui/media/images/main/bottom.gif) no-repeat left bottom;
}
#greenbar {
	float:left;
	width:120px;
	background:url(/ui/media/images/main/green.jpg) no-repeat left top;
	height:470px;
	margin-top:-30px;
}
#main {
	width:430px;
	float:right;
	background:url(/ui/media/images/main/main_top.gif) no-repeat left top;
	padding-bottom:15px;
}

/*Mainmenu*/
#mainmenu {
	margin:0;
	padding:0;
	margin-top:40px;
	margin-left:65px;
	list-style-type:none;
}
#mainmenu i {
	display:none;
}
#mainmenu a {
	display:block;
	height:20px;
	width:135px;
	padding:0;
}
#mainmenu a.m01 {
	background:url(/ui/media/images/menu/01.gif) no-repeat left top;
}
#mainmenu a.m02 {
	background:url(/ui/media/images/menu/02.gif) no-repeat left top;
}
#mainmenu a.m03 {
	background:url(/ui/media/images/menu/03.gif) no-repeat left top;
}
#mainmenu a.m04 {
	background:url(/ui/media/images/menu/04.gif) no-repeat left top;
}
#mainmenu a.m05 {
	background:url(/ui/media/images/menu/05.gif) no-repeat left top;
}
#mainmenu a.m06 {
	background:url(/ui/media/images/menu/06.gif) no-repeat left top;
}
#mainmenu a:hover {
	background-position:left center;
}
#mainmenu a.active {
	background-position:left bottom !important;
	cursor:auto;
}

/*Sidebar*/
.sidebarItem {
	margin-top:35px;
	border:0px solid #4A5459;
	border-top-width:1px;
	padding:10px;
}
.sidebarItem h4 {
	font-weight:normal;
	font-size:1.1em;
	padding:0;
	margin:0;
}
.sidebarItem a:hover {
	color:#FFF;
}
.sidebarItem p {
	font-size:1.1em;
	padding:0;
	margin:0;
}

/*Titles*/
#main h1 {
	width:380px;
	height:52px;
	margin:0;
	margin-top:12px;
	padding:0;
}
#main h1 i {
	display:none;
}
h1.home {
	background:url(/ui/media/images/titles/home.gif) no-repeat left top;
}
h1.portfolio {
	background:url(/ui/media/images/titles/portfolio.gif) no-repeat left top;
}
h1.about {
	background:url(/ui/media/images/titles/about.gif) no-repeat left top;
}
h1.contact {
	background:url(/ui/media/images/titles/contact.gif) no-repeat left top;
}
h1.resources {
	background:url(/ui/media/images/titles/resources.gif) no-repeat left top;
}
h1.articles {
	background:url(/ui/media/images/titles/articles.gif) no-repeat left top;
}
h1.error {
	background:url(/ui/media/images/titles/error.gif) no-repeat left top;
}
#main p {
	padding-left:35px;
	padding-right:25px;
	font-size:1.1em;
	line-height:1.4em;
}
p.note {
	clear:both;
	font-size:.9em !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#main h3, #main h4, #main h5 {
	padding-left:35px;
	padding-right:25px;
}
#main h3 {
	font-size:1.7em;
	font-weight:normal;
}
#main h4 {
	font-size:1em;
	font-weight:bold;
}
#main h5 {
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:0;
	margin-bottom:0;
}
#main table {
	margin-left:35px;
	margin-bottom:20px;
}

/*Homepage*/
.news, .newsH {
	width:370px;
	height:60px;
	border:0px dashed #f5f6f7;
	border-width:1px 0;
	padding:15px 25px 0px 35px;
	font-size:1.1em;
	background:#f5f6f7;
	overflow:hidden;
}
.news:hover, .newsH {
	border-color:#B9BEC1;
	background:#FFF;
	cursor:pointer;
}
.news:hover a, .newsH a {
	background:#F33E60;
	color:#fff;
}
.one {
	background:url(/ui/media/images/home/01_off.gif) no-repeat left top;
}
.one:hover, .oneH {
	background:#FFF url(/ui/media/images/home/01_over.gif) no-repeat left top;
}
.two {
	background:url(/ui/media/images/home/02_off.gif) no-repeat left top;
}
.two:hover, .twoH {
	background:#FFF url(/ui/media/images/home/02_over.gif) no-repeat left top;
}
.three {
	background:url(/ui/media/images/home/03_off.gif) no-repeat left top;
}
.three:hover, .threeH {
	background:#FFF url(/ui/media/images/home/03_over.gif) no-repeat left top;
}
.four {
	background:url(/ui/media/images/home/04_off.gif) no-repeat left top;
}
.four:hover, .fourH {
	background:#FFF url(/ui/media/images/home/04_over.gif) no-repeat left top;
}
.five {
	background:url(/ui/media/images/home/05_off.gif) no-repeat left top;
}
.five:hover, .fiveH {
	background:#FFF url(/ui/media/images/home/05_over.gif) no-repeat left top;
}

/*Portfolio*/
.portfolioBox {
	width:380px;
	margin-left:35px;
	clear:both;
	height:92px;
	margin-bottom:15px;
}
.nopad {
	padding:0;
}
.nopad:hover {
	background:none;
}
.portfolioBox img {
	float:left;
	margin-right:20px;
}
.portfolioBox h5 {
	padding:10px 0 0 0;
	margin:0;
	line-height:1.2em;
}
.portfolioBox p.desc {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em !important;
}
#portfolioImage {
	margin-left:25px;
}
#screenshots {
	list-style-type:none;
	margin-top:0;
	padding-top:0;
}
#screenshots li {
	float:left;
	display:block;
	height:22px;
}
#screenshots i {
	display:none;
}
#screenshots .s00 {
	width:72px;
	background:url(/ui/media/images/portfolio/screenshots.gif) no-repeat left top;
}
#screenshots .s01, #screenshots .s02, #screenshots .s03, #screenshots .s04, #screenshots .s05, #screenshots .s06, #screenshots .s07, #screenshots .s08, #screenshots .s09 {
	width:20px;
}
#screenshots a {
	display:block;
	width:20px;
	height:22px;
}
#screenshots .s01 a {
	background:url(/ui/media/images/portfolio/01.gif) no-repeat left top;
}
#screenshots .s02 a {
	background:url(/ui/media/images/portfolio/02.gif) no-repeat left top;
}
#screenshots .s03 a {
	background:url(/ui/media/images/portfolio/03.gif) no-repeat left top;
}
#screenshots .s04 a {
	background:url(/ui/media/images/portfolio/04.gif) no-repeat left top;
}
#screenshots .s05 a {
	background:url(/ui/media/images/portfolio/05.gif) no-repeat left top;
}
#screenshots .s06 a {
	background:url(/ui/media/images/portfolio/06.gif) no-repeat left top;
}
#screenshots .s07 a {
	background:url(/ui/media/images/portfolio/07.gif) no-repeat left top;
}
#screenshots .s08 a {
	background:url(/ui/media/images/portfolio/08.gif) no-repeat left top;
}
#screenshots .s09 a {
	background:url(/ui/media/images/portfolio/09.gif) no-repeat left top;
}
#screenshots a:hover, #screenshots a.active {
	background-position:left bottom;
}

/*Contact & Forms*/
#contactForm, #commentForm {
	margin-left:35px;
	padding-bottom:35px;
}
#contactForm input, #contactForm textarea, #commentForm input, #commentForm textarea {
	border:0px solid #FFF;
	background:transparent;
	float:left;
	margin-left:7px;
	width:250px;
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:2px;
}
.formField {
	width:319px;
	height:20px;
	margin-bottom:5px;
	background:url(/ui/media/images/forms/field.gif) no-repeat left top;
}
.formArea {
	width:319px;
	height:140px;
	margin-bottom:5px;
	background:url(/ui/media/images/forms/area.gif) no-repeat left top;
}
#contactForm label i, #commentForm label i {
	display:none;
}
#contactForm label, #commentForm label {
	width:50px;
	height:18px;
	display:block;
	float:left;
	margin-left:7px;
	margin-top:1px;
}
* html #contactForm label, * html #commentForm label {
	margin-left:3px;
}
#labelName {
	background:url(/ui/media/images/forms/label_name.gif) no-repeat left top;
}
#labelEmail {
	background:url(/ui/media/images/forms/label_email.gif) no-repeat left top;
}
#labelSubject {
	background:url(/ui/media/images/forms/label_subject.gif) no-repeat left top;
}
#labelMessage {
	background:url(/ui/media/images/forms/label_message.gif) no-repeat left top;
}
#labelWebsite {
	background:url(/ui/media/images/forms/label_website.gif) no-repeat left top;
}
#labelName.error {
	background:url(/ui/media/images/forms/label_name_error.gif) no-repeat left top;
}
#labelEmail.error {
	background:url(/ui/media/images/forms/label_email_error.gif) no-repeat left top;
}
#labelSubject.error {
	background:url(/ui/media/images/forms/label_subject_error.gif) no-repeat left top;
}
#labelMessage.error {
	background:url(/ui/media/images/forms/label_message_error.gif) no-repeat left top;
}
#labelWebsite.error {
	background:url(/ui/media/images/forms/label_website_error.gif) no-repeat left top;
}
input#buttonSend {
	width:54px;
	height:20px;
	margin:0px;
	margin-left:56px;
	background:url(/ui/media/images/forms/button_send.gif) no-repeat left top;
	display:block;
}
* html input#buttonSend {
	margin-left:28px;
}
input#buttonSend:hover {
	background-position:left bottom;
}
#errorAlert {
	display:none;
	width:260px;
	height:40px;
	background:url(/ui/media/images/forms/error.gif) no-repeat left top;
	color:#F33E60;
	margin-left:35px;
	padding-left:59px !important;
	padding-top:6px;
}
.visTrue {
	display:block !important;
}
#commentForm p {
	padding-left:55px;
}
#commentForm #buttonSend {
	margin-bottom:20px;
}
#contactForm #message, #commentForm #message {
	height:130px;
}

/*Articles*/
.sidebarItem #archiveList {
	padding-left:0px;
	margin-left:0px;
	list-style-type:none;
	padding-top:0;
	margin-top:0;
}
.sidebarItem h3 {
	font-size:1em;
	font-weight:bold;
	color:#E6EEF2;
	padding-bottom:0;
	margin-bottom:0;
}
.articleEnd {
	border:0px solid #D8E0E5;
	border-bottom-width:1px;
	margin-left:35px;
	margin-right:25px;
	padding:0;
}
#articleComments {
	margin-top:2.5em;
}
.commentItem {
	border:0px solid #BCC6CC;
	border-left-width:10px;
	margin-bottom:1em;
}
.commentHeader {
	padding-bottom:0;
	margin-bottom:0;
	padding-left:25px !important;
}
.comment {
	margin-left:10px;
	padding-top:0;
	margin-top:0;
}
.date {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#292F33;
	font-size:.9em !important;
}
h4.addOpi {
	padding-bottom:1em;
	margin-bottom:0;
	padding-top:1em;
}

/*Thumbnails*/
#portfolioImage {
	width:370px;
	height:230px;
}
#portfolioImage.p01 {
	background:url(/portfolio/beyoutrend/loading.gif) no-repeat left top;
}

p.backLink {
	padding-left:48px !important;
	background:url(/ui/media/images/portfolio/back.gif) no-repeat 35px 4px;
}

.resourceArchive ul{
	display:none;
}
.vizible ul {
	display:block;
}
#archiveTitle {
	padding-top:10px;
}

.resourcesTable {
	margin-left:35px;
	width:200px;
}
.resource {
	width:26px;
	height:2.5em;
	padding:3px 0 1px 0;
	float:left;
	margin:2px 2px 2px 0;
	color:#9aa4aa;
	text-align:center;
	line-height:1.1em;
	border:1px solid #dadde0;
	cursor:pointer;
	background:#fff;
}
.resource:hover {
	background:#F33E60;
	color:#fff;
	border-color:#F33E60;
}
.resource span {
	font-size:1.5em;
	font-weight:bold;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}

/*Resources*/
.resourceDiv {
	margin-top:3px;
	width:200px;
	background:#fff;
	border:2px solid #dae0e5;
	display:none;
	overflow:hidden;
}
.resourceDiv a {display:block;}
.resourceDiv li {margin:0; padding:0; list-style-type:none; padding-bottom:5px; color:#343a3d; text-align:left;}
.resourceDiv ul {margin:0; padding:5px 10px;}
.resourceDiv h4 {
	color:#b6babf;
	font-size:1.7em;
	font-weight:normal;
	padding:0;
	margin:0 0 5px 0;
	background:#f5f6f7;
	padding:4px 10px 8px 10px;
}

.me {
	float:left;
	margin:0 10px 0 0;
	border:1px solid #292F33;
}

#old {
	height:20px;
	background:#6c8318;
	border-bottom:1px solid #f5f6f7;
	left:0;
	top:0;
	width:100%;
	vertical-align:middle;
}
#old p {
	line-height:20px;
	text-align:left;
	color:#292f33;
	font-size:1.1em;
	font-weight:bold;
	padding:0 0 0 150px;
}
#old p a {color:#fff;}