/********************/
/* GENERAL stylings */
/********************/
html,body,div,ul,li,p,h1,h2,h3,table,tbody,tr,td,form,label,input,textarea {
    font-family: Arial;
    margin: 0;
	padding: 0
}
body {
	font-size: 62.5%;
	color: #00111b;
	background-image: url(../images/bodybg.png);
	background-repeat: repeat-x;
}
p {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-align: justify;
}
h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	padding: 20px 0 20px 0;
}
a {
	color: #00111b;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #005d90;
	text-decoration: none;
}
.article_separator {
	display: none;
}
#wrap {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#wrap #top {
	height: 100px;
	width: 920px;
	background-image: url(../images/topbg.png);
	background-repeat: repeat;
	margin-right: 25px;
	margin-left: 25px;
}
#wrap #top #menu ul li {
	background: url(../images/liright.png) no-repeat right top;
}
#wrap #top #menu ul li a {
	background: url(../images/lileft.png) no-repeat left top;
}
#wrap #top #menu ul.sf-menu li#current a {
	color: #1888b4;
}
#wrap #top #menu ul li li a {
	background:	#000000;
}
#wrap #top #logo {
	float: left;
	height: 100px;
	width: 240px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#wrap #top #menu {
	height: 100px;
	width: 680px;
	float: right;
}
#wrap #header {
	height: 240px;
	width: 970px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	clear: both;
}
#wrap #content {
	width: 970px;
	background-image: url(../images/contbg.png);
	background-repeat: no-repeat;
}
#wrap #content #inner{
	width: 920px;
	margin-right: 25px;
	margin-left: 25px;
}
#wrap #content #inner #left {
	float: left;
	width: 600px;
	padding: 5px 0 0 20px;
}
#wrap #content #inner #right {
	float: right;
	width: 260px;
	padding: 7px 20px 0 0;
}
#wrap #content #inner #footer {
	width: 880px;
	clear: both;
	padding: 60px 20px 0 20px;
}

/*****************/
/* LEFT stylings */
/*****************/
#wrap #content #inner #left .contentpaneopen {
	padding: 0 20px 0 0;
}
#wrap #content #inner #left .contentpaneopen img {
	padding: 5px 20px 0 0;
}
#wrap #content #inner #left .contentpaneopen img.portfolio {
	padding: 5px 0 20px 0;
}
#wrap #content #inner #left #component-contact {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-align: justify;
	width: 100%;
}
#wrap #content #inner #left #component-contact input#contact_name,
#wrap #content #inner #left #component-contact input#contact_email,
#wrap #content #inner #left #component-contact input#contact_subject {
	color: #00111b;
	width: 194px;
	padding: 2px;
	margin: 0 0 10px 2px;
	border: solid thin #cccccc;
}
#wrap #content #inner #left #component-contact input#contact_name {
	text-transform: capitalize;
}
#wrap #content #inner #left #component-contact textarea {
	border: solid thin #cccccc;
}
#wrap #content #inner #left #component-contact input#contact_name:hover,
#wrap #content #inner #left #component-contact input#contact_email:hover,
#wrap #content #inner #left #component-contact input#contact_subject:hover,
#wrap #content #inner #left #component-contact textarea:hover {
	border: solid thin #4c8db1;
}
#wrap #content #inner #left #component-contact label.invalid {
	color: #005d90;
	text-decoration: blink;
}
#wrap #content #inner #left #component-contact textarea {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	padding: 2px;
	height: 166px;
	width: 388px;
	margin: 0 0 -4px 2px;
}
/********************/
/* MODULES stylings */
/********************/
#wrap #content #inner #right .moduletable {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-align: justify;
	margin: 0 0 4px 0;
}
#wrap #content #inner #right .moduletable h1 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#wrap #content #inner #right .moduletable em {
	color: #005d90;
	margin-bottom: 20px;
}
#wrap #content #inner #right span {
	text-decoration: blink;
}
#wrap #content #inner #right .modnsintro {
	padding: 0 0 15px 0;
}
#wrap #content #inner #right .modns td {
	padding-top: 6px;
	padding-bottom: 6px;
}
#wrap #content #inner #right .modns input#m_name,
#wrap #content #inner #right .modns input#m_email {
	color: #00111b;
	width: 194px;
	margin-left: 18px;
	padding: 2px;
	border: solid thin #cccccc;
}
#wrap #content #inner #right .modns input#m_name:hover,
#wrap #content #inner #right .modns input#m_email:hover {
	border: solid thin #4c8db1;
}
#wrap #content #inner #right .modns input#m_name {
	text-transform: capitalize;
}
