﻿/*
Theme Name: ROI
Author: Ricky Kamil - Graffix Studio
Version: 1
.
Copyright by NCT Ventures
.


[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	background:url(../images/background.jpg) #fbf9ea repeat-x top; 
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin-bottom:40px;
	vertical-align: top;
	color: #000;
}

#wrapper {
	margin:auto;
	margin-top:0px;
	width:979px;
}

#mainContainer {
	background:url(../images/back_mid.jpg) #fff repeat-y top;
	width:979;
}

.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #bd9433;
}
a:hover {
	color: #bd9433;
}
a:active {
	color: #bd9433;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em "Times New Roman", Times, serif;
}
h2 {
	font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
.text_red_big {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#b42b33;
}
.text_red_big2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#b42b33;
}
.text_red_big3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#b42b33;
}
p {
	font-size:12px;
	color:#464646;
}
.xtitle {
	/*line-height:30px;*/
	padding-top:10px;
	padding-bottom:10px;
}
.largefont{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#333;
	font-weight:bold;
	line-height:30px;
}
.largefont2{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#333;
	font-weight:bold;
	line-height:30px;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.maintable td{
	vertical-align:top;
}
.leftcolumn {
	background:url(../images/back_left.jpg) no-repeat left top;
	width:5px;
}

.middlecolumn {
	padding:20px 26px 15px; 26px;
	overflow:auto;
}
.rightcolumn {
	background:url(../images/back_right.jpg) #fff no-repat right top;
	width:4px;
}

#logo {
	background:url(../images/logo.gif);
	width:149px;
	height:73px;
	position:relative;
	float:left;
}
#logo a{
	width:149px;
	height:73px;
	position:absolute;
	top:0px;
}
#logo h1{
	display:none;
}
#mainpic {
	background:url(../images/mainpic_front.jpg) no-repeat;
	width:918px;
	height:306px;
	margin-top:15px;
	margin-bottom:35px;
}
#mainpic_small {
	background:url(../images/mainpic_front_small.jpg) no-repeat;
	width:918px;
	height:181px;
	margin-top:15px;
	margin-bottom:35px;
}
#mainpic_about {
	background:url(../images/mainpic_about.jpg) no-repeat;
	width:918px;
	height:139px;
	margin-top:15px;
	margin-bottom:35px;
}
#mainpic_investment {
	background:url(../images/mainpic_investments.jpg) no-repeat;
	width:918px;
	height:139px;
	margin-top:15px;
	margin-bottom:35px;
}
#mainpic_ourfunds {
	background:url(../images/mainpic_ourfunds.jpg) no-repeat;
	width:918px;
	height:139px;
	margin-top:15px;
	margin-bottom:35px;
}
#mainpic_contactus {
	background:url(../images/mainpic_contactus.jpg) no-repeat;
	width:918px;
	height:139px;
	margin-top:15px;
	margin-bottom:35px;
}
#mainpic_howwethink {
	background:url(../images/mainpic_howwethink.jpg) no-repeat;
	width:918px;
	height:139px;
	margin-top:15px;
	margin-bottom:35px;
}



/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#navigation {
	float:right;
}
#navigation li {
	margin-right:0px;
	list-style-type:none;
	display:inline;
}
/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.front_left_column {
	border-right:#d9d9d9 solid 1px;
	padding:0px 20px 0px 0px;
	width:320px;
}
.front_left_column a{
	text-decoration:none;
}
.front_right_column {
	padding:0px 0px 0px 20px;
	width:580px;
}
.front_left_column2 {
	border-right:#d9d9d9 solid 1px;
	padding:0px 20px 0px 0px;
	width:300px;
}
.front_left_column2 a{
	text-decoration:none;
}
.front_right_column2 {
	padding:0px 0px 0px 20px;
	width:580px;
}
.nctfont{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#333;
	line-height:17px;
}
.title_with_line {
	border-bottom: #d9d9d9 solid 1px;
	height:30px;
	margin-bottom:15px;
}
.title_without_line {
	margin-bottom:10px;
}
.news_date {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#be3e2f;
}
.news_date a{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#be3e2f;
	text-decoration:none;
}
.news_desc {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	margin-bottom:15px;
}
/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.myform{
	width:400px;
	padding:14px;
	padding-left:0px;
}
#stylized{
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#stylized label{
	color:#444444;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	font-weight:bold;
	text-align:left;
	width:130px;
	float:left;
	padding-top:5px;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	width:140px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #cccccc;
	width:250px;
	margin:2px 0 10px 10px;
}

#stylized select{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #cccccc;
	width:250px;
	margin:2px 0 10px 10px;
}


#stylized button{
	clear:both;
	width:125px;
	height:31px;
	background:#5b6e7b;
	text-align:center;
	line-height:20px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-top:-2px;
}
.mytextarea {
	clear:both;
	width:400px;
	margin-top:10px;
	margin-bottom:10px;
	border:solid 1px #cccccc;
} 


/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#bottom {
	background:url(../images/bottom.jpg) #fff;
	width:979px;
	height:14px;
}
#footer {
	padding-top:10px;
	padding-left:10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:10px;
	font:#d9d9d9;
}
#footer p{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	font:#d9d9d9;
}
