@charset "UTF-8";
/* CSS Document */

/* vyv */

/* RESET */

*
{margin:0; padding:0;}
html
{overflow-y:scroll;}
html, body
{height: 100%;}
body
{
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#3e70ab;
}
a
{outline:none;text-decoration:none;}
a img
{border:none;}
img
{vertical-align:middle;}
p
{
	font-size: 1.6em;
	line-height: 1.3em;
	color: #4C296B;
}

/* UTILITY */

.floatleft
{float:left;}
.floatright
{float:right;}
.clear
{clear:both;}

/* STRUCTURE */

#page-wrap
{
	width:960px;
	text-align:left;
	min-height:100%;
	height:auto;
!important; 			height:100%;
	margin-top: 0px;
	margin-right: auto;
	/***margin-bottom: -250px;****/
	margin-left: auto;
}


#header h1 {
	height: 105px;
	width: 820px;
	background-image: url(images/h1-header_03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}#portfolio {
	background-color: #3E70AB;	
}
#home {
	background-color: #3E70AB;
	background-image: url(images/home-repeat_02.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#contact {
	background-color: #CCCC00;
	background-image: url(images/contact-repeat_02.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.top {
	height: 100px;
	width: 960px;
}
.wrap {
	background-image: url(images/home-bg2_03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 800px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.wrap-folio {
	background-color:#3E70AB;
	height: 800px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/port-bg_03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.wrap-contact {
	background-image: url(images/contact-bg_03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 800px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.nav {
	height: 50px;
	width: 460px;
	float: right;
	position: relative;
	overflow: auto;
	padding-top: 20px;
}
#anchor1  {
	background-image: url(images/home-button_02.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 115px;
	text-indent: -9999px;
	display: block;
	background-position: bottom;
	float: left;
	color: #F1DB45;
	
}
#anchor1:hover {
	background-image: url(images/home-button_02.png);
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	display: block;
}

#anchor2  {
	background-image: url(images/port-button_02.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
	text-indent: -9999px;
	display: block;
	background-position: bottom;
	float: left;
	color: #F1DB45;
	
}
#anchor2:hover {
	background-image: url(images/port-button_02.png);
	background-repeat: no-repeat;
	background-position: top;
	color: #F1DB45;
	text-indent: -9999px;
	display: block;
}

#anchor3   {
	background-image: url(images/contact-button_02.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 160px;
	text-indent: -9999px;
	display: block;
	background-position: bottom;
	float: left;
	color: #F1DB45;
	
}
#anchor3:hover {
	background-image: url(images/contact-button_02.png);
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	display: block;
}
#home-content {
	height: 380px;
	width: 960px;
	position: relative;
	overflow: hidden;
	padding-top: 30px;
}
#sidebar {
	float: left;
	height: 380px;
	width: 200px;
}
#home-content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #FFFFFF;
}
.home-text {
	float: left;
	width: 700px;
	margin-top: 10px;
}
#home-content img {
	padding-right: 30px;
	float: left;
	height: 268px;
	width: 180px;
}
#welcome {
	background-image: url(images/h2-welcome_03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 70px;
	width: 300px;
	float: left;
}
#port-content {
	height: 600px;
	width: 960px;
	position: relative;
	overflow: hidden;
}
.portfolio {
	float: left;
	height: 100px;
	width: 200px;
	border: medium solid #FFFFFF;
}
#flashcontent {
		width: 100%;
		height: 640px;		
	}
#contact-content {
	height: 380px;
	width: 960px;
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	float: right;
}
#h2-contact {
	background-image: url(images/contact_05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 70px;
	width: 240px;
	float: left;
}


/*------ form style ---------*/

.webform {
	width: 250px;
	padding-top: 10px;
	color: #000000;
}
#form-wrapp {
	float: left;
	width: 500px;
}
.webform label {
	display: block;
	width: 300px;
	padding-top: 20px;
}
.inputbox {
	width: 300px;
	padding-top: 5px;
	margin-bottom: 10px;
	border: thin solid #000000;
}
textarea {
	height: 100px;
	width: 300px;
	margin-bottom: 10px;
	border: thin solid #000000;
}
.submit{
	background-color:#FFFFFF;
	height:30px;
	width:80px;
	border:1px solid #000000;
	display:block;
	color:#666;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
}
.subject{
	height:18px;
	width:210px;
	border:1px solid #ccc;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 3px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
fieldset {
	width: 300px;
	border: medium solid #000000;
	height: 100%;
	padding: 20px;
	background-color: #FFFFFF;
}	
legend {
	background-image: url(images/contact_05.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 52px;
	width: 240px;
}
.contact-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #FFFFFF;
	width: 460px;
	margin-top: 10px;
	float: right;
}
.contact-link {
	font-weight: bold;
	color: #ffcc33;
}

