@charset "utf-8";
/* === <Main/General ====================== */
/* ======================================== */
* { 
	margin:0px;
	padding:0px;
}
body {
	margin:0px 0px 20px 0px;
	padding:0px; 
	font-size:62.5%;
	font-family:Arial;
	position:relative;
	background-color:#ffffff;
	color:#666666;
}
img {
	border-width:0px;
	margin:0;
}
div, span, td, p, input {
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}
div {
	position:relative;
}
div, span {
 	direction:ltr;
 	font-family:arial;
 	font-size:12px;
	outline:0;
}
a {
	color:#666666;
	text-decoration:none;
	outline:0;
}
a:hover {
	color:#63a3d1;
	text-decoration:underline;
}
h1, .vLarge {
	font-size:1.6em;
}
h2, .medium {
	font-size:1.2em;
}
h3, .small {
	font-size:1.1em;
}
h4, .vSmall {
	font-size:1em;
}
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}
.underline {
	text-decoration:underline;
}
.fr {
	float:right;
}
.fl {
	float:left;
}
.cb {
	clear:both;
}
.clear {
	clear:both;
	line-height:0px;
	height:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
}
.vh {
	visibility:hidden;
}
.oHidden {
	overflow:hidden;
}
.oVisible {
	overflow:visible;
}
.s5 {
	height:5px;
	line-height:5px;
}
.s8 {
	height:8px;
	line-height:8px;
}
.s10 {
	height:10px;
	line-height:10px;
}
.s15 {
	height:15px;
	line-height:15px;
}
.s20 {
	height:20px;
	line-height:20px;
}
.s30 {
	height:30px;
	line-height:30px;
}
.ibWrapper {
	display:inline-block;
}
/* === >Main/General ====================== */


/* === <Header/Footer ===================== */
.mainContainer {
	width:860px;
	padding:20px;
	margin:0 auto 0 auto;
	overflow:hidden;
}
#header {
	width:860px;
	height:80px;
	border-bottom:1px dotted #666666;
}
#footer {
	padding-top:20px;
	overflow:hidden;
	font-size:11px;
	text-align:right;
	clear:both;
}
#footer a {
	color:#666666;
}
/* === >Header/Footer ===================== */


/* === <Top Menu ========================== */
/* ======================================== */
#topMenu {
	height:30px;
	overflow:hidden;
}
#topMenu .languages {
	width:170px;
	float:right;
	line-height:26px;
	text-align:right;
	direction:rtl;
}
#topMenu .languages a {
	color:#666666;
}
#topMenu .menu {
	width:670px;
	float:left;
	line-height:26px;
}
#topMenu .menu a {
	color:#666666;
	text-transform:uppercase;
}
#topMenu .menu a:hover {
	color:#8db4d1;
}
#topMenu a.menuOn, #topMenu a.menuOn:hover {
	color:#8db4d1;
	text-transform:uppercase;
	text-decoration:none;
}
/* === >Top Menu ========================== */


/* === <Content =========================== */
/* ======================================== */
#portfolio {
	width:493px;
	height:480px;
	float:right;
	text-align:left;
	padding-left:27px;
	/* border:1px dotted #666666; */
}
.portfolioNav {
	width:520px;
	height:20px;
	overflow:hidden;
	clear:both;
	float:right;
	text-align:right;
}
.portfolioNav a.next {
	position:absolute;
	width:20px;
	right:0px;
}
.portfolioNav a.prev {
	position:absolute;
	width:20px;
	right:30px;
}
#sidebar {
	width:320px;
	float:left;
	text-align:left;
	padding-top:20px;
}
#sidebar a {
	color:#666666;
}
#sidebar a:hover {
	color:#63a3d1;
}
#sidebar .first {
	width:150px;
	float:left;
	text-align:left;
	line-height:18px;
}
#sidebar .second {
	width:150px;
	float:right;
	text-align:left;
	line-height:18px;
}
/* === >Content =========================== */


/* === <Contact =========================== */
/* ======================================== */
#contact {
	width:860px;
}
#contact a {
	color:#666666;
}
#contact a:hover {
	color:#63a3d1;
}
#contact .blue {
	color:#63a3d1;
}
#contact input {
	width:245px;
	height:15px;
	border:1px solid #666666;
	margin-bottom:10px;
}
#contact textarea {
	width:245px;
	height:200px;
	border:1px solid #666666;
	overflow:auto;
}
#contact input.submitButton {
	width:247px;
	height:18px;
	color:#63a3d1;
	border-style:none;
	border:1px solid #666666;
	background-color:#ffffff;
}
#contactForm {
	width:270px;
	float:left;
	line-height:18px;
}
#map {
	width:445px;
	height:342px;
	overflow:hidden;
	float:right;
}
/* === >Contact =========================== */


/* === <About ============================= */
/* ======================================== */
#about, #gallery {
	float:right;
	width:700px;
}
#about .text {
	float:left;
	width:320px;
	margin-right:20px;
}
#about .text h2 {
	color:#63a3d1;
	font-size:14px;
	text-transform:uppercase;
}
#aboutMenu {
	float:left;
	width:120px;
}
#aboutMenu a {
	color:#666666;
}
#aboutMenu a:hover {
	color:#63a3d1;
}
#gallery img {
	float:right;
	padding:0px 0px 12px 12px;
}
/* === >About ============================= */


/* === <Main Slide ======================== */
/* ======================================== */
#mainSlide {
	position:absolute;
}
.mainSlideMask {
	position:relative;
	width:457px;
	height:430px;
	overflow:hidden;
}
.mainSlideMask img {
	position:absolute;
	display:block;
	border:none;
}
/* === >Main Slide ======================== */
