/* CSS Document */

html {
	height : 100%;
}

body {
	height : auto;
	margin : 0px;
	background: #f2f2f2;
}

a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
a:hover  {
	color: #ff0000;
	text-decoration:underline;
}


h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	margin:0px;
	font-weight:bold;
	font-style:italic;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	margin:0px;
	font-weight:bold;
	font-style:italic;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	margin:0px;
	font-weight:bold;
	font-style:italic;
	border-bottom:1px dashed #989898;
}
p, td{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:11px;
	margin:0px;
}
/* Main Page Styling */
#container {
	position : relative;
	width : 1000px;
	height: 568px;
	margin: 0px auto 0px auto;
	overflow: auto;
	background: url(../images/home.jpg) no-repeat;
	padding:0 0 0 0;
}

#menu {
	position:relative;
	height: 29px;
	margin: 0px 44px 0px 37px;
	padding: 10px 0px 0px 15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	font-size:11px;
	font-weight:bold;
}
#menu a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#menu a.active_menu {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #353535;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
#menu a:hover  {
	color: #ff0000;
	text-decoration:underline;
}

/* Home Page */
#home{
	position:relative;
	width:919px;
	height:489px;
	background: url(../images/home_bg.jpg) bottom left no-repeat #ffffff;
	margin: 0px 44px 0px 37px;
}
#home #news{
	position:absolute;
	width:505px;
	height:454px;
	background: #f2f2f2;
	border:1px solid #e4e4e4;
	margin: 18px 0px 0px 390px;
	padding:0px 0px 0px 10px;
	overflow:auto;
}
#content_home{
	position:relative;
	height: 410px;
	width: 495px;
	float:left;
	overflow:hidden;
}
.scrollbar-vert{
	background-color: #CCCCCC;
	height: 427px;
	width: 10px;
	float:left;
}
.handle-vert{
	height: 50px;
	width: 10px;
	background: url(../images/scroller.jpg) no-repeat #999999;
}
#home #news .news_item{
	position:relative;
	border-bottom:1px solid #ffffff;
	margin-top:10px;
	height:125px;
}
#home #news .news_image{
	position:relative;
	margin:0px 5px 5px 5px;;
	height:117px;
	width:112px;
	float:left;
	background:white;
	border:1px solid #999999;
}
#home #news .news_title{
	position:relative;
	height:25px;
	margin:5px 5px 0px 128px;
}
.news_title span.date{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:11px;
}

#home #news .news_text{
	position:relative;
	height:90px;
	margin:0px 5px 5px 128px;
}
#home #intro {
	position:absolute;
	width:350px;
	height:95px;
	margin: 22px 0px 0px 32px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
	line-height:20px;
	z-index:1;
	text-align:justify;
}
#home #start_quote{
	position:absolute;
	background: url(../images/left_quote.png) no-repeat;
	margin: 15px 0px 0px 10px;
	width:23px;
	height:16px;
	display:block;
}
#home #end_quote{
	position:absolute;
	background: url(../images/right_quote.png) no-repeat;
	margin: 80px 0px 0px 160px;
	width:23px;
	height:16px;
}
#home #second {
	position:absolute;
	width:242px;
	height:100px;
	margin: 86px 0px 0px 140px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#b1b1b1;
	font-size:13px;
	text-align:right;
	font-weight:500;
}
#home #name {
	position:absolute;
	width:242px;
	height:100px;
	margin: 160px 0px 0px 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#989898;
	font-size:14px;
	font-weight:bolder;
	text-align:right;
	letter-spacing:-1px;
}
/* Portfolio Page */
#portfolio{
	position:relative;
	width:919px;
	height:489px;
	background: url(../images/portfolio_bg.jpg) bottom right no-repeat #ffffff;
	margin: 0px 44px 0px 37px;
}
#portfolio #portfolio_holder{
	position:relative;
	width:919px;
	height:455px;
}
#portfolio #heading{
	position:absolute;
	top:15px;
	left:15px;
	width:500px;
	height:25px;
}
#portfolio #portfolio_menu{
	position:absolute;
	top:460px;
	left:15px;
	width:350px;
	height:25px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	font-size:11px;
	text-decoration:none;
}

#portfolio #portfolio_menu a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#portfolio #portfolio_menu a.active_menu {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #353535;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
#portfolio #portfolio_menu a:hover  {
	color: #ff0000;
	text-decoration:underline;
}

#portfolio #main_image{
	position:absolute;
	top:50px;
	left:15px;
	width:530px;
	height:400px;
	background-color:#f2f2f2;
	border:1px solid #e3e3e3;
}
#portfolio #main_text{
	position:absolute;
	top:50px;
	right:15px;
	width:320px;
	height:210px;
	border:1px solid #e3e3e3;
	background:#f2f2f2;
	padding:10px;
}
#portfolio p#portfolio_text{
	margin-top:10px;
}
/* Contact Page */
#contact{
	position:relative;
	width:919px;
	height:489px;
	background: url(../images/contact_bg.jpg) bottom right no-repeat #ffffff;
	margin: 0px 44px 0px 37px;
}
#contact #send_box{
	position:absolute;
	top:130px;
	left:15px;
	width:510px;
	height:320px;
	background-color:#f2f2f2;
	border:1px solid #e3e3e3;
	padding:10px;
}
#contact #info_box{
	position:absolute;
	top:15px;
	left:15px;
	width:330px;
	height:80px;
	background-color:#f2f2f2;
	border:1px solid #e3e3e3;
	padding:10px;
}

#contact textarea{
	width:350px;
	height:200px;
	border:1px solid #cccccc;
	background:white;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}
#contact input#subject{
	width:350px;
}
#contact input.name_email{
	width:200px;
}
#contact input{
	border:1px solid #cccccc;
	background:white;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	height:12px;
}
#contact .button{
	height:20px;
}

#contact #pay_box{
	position:absolute;
	top:170px;
	left:15px;
	width:510px;
	height:280px;
	background-color:#f2f2f2;
	border:1px solid #e3e3e3;
	padding:10px;
}
#contact #pay_info_box{
	position:absolute;
	top:15px;
	left:15px;
	width:330px;
	height:120px;
	background-color:#f2f2f2;
	border:1px solid #e3e3e3;
	padding:10px;
}

#contact #payment_landing_info_box{
	position:absolute;
	top:15px;
	left:15px;
	width:400px;
	height:300px;
	background-color:#f2f2f2;
	border:1px solid #e3e3e3;
	padding:10px;
}
#contact #payment_landing_info_box td{
	border-bottom:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
}

