/*
	Copyright (c) Rahi Rahmat. All rights reserved
	http://www.raygirl.net
 
*/

body{
	margin:0;
	font-family:"Trebuchet MS";
	font-size:12px;
	line-height: 18px;
	color: #333333;
	background-color: #f0f7fd;
}

/* Box Definition */
#outer {
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Header */
#header {
	position:relative;
	height: 94px;
}

#logo{
	position:absolute;
	top:36px;
	left:0;
	border:none;
}

/* Index */
#content_featured{
	position:relative;
	width:900px;
	height:501px;
}

#introduction{
	position:absolute;
	height:471px;
	width:305px;
	left: 0px;
	top: 0px;
	background-color: #f9f9f8;
	padding-top:30px;
	padding-left:55px;
	padding-right:55px;
}

#featured{
	position:absolute;
	background-image:url(../images/featured_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #cccccc;
	height:263px;
	width:475px;
	top:0px;
	right:0px;
}

#featured_logo{
	position:absolute;
	top:31px;
	right:47px;
	border:none;
}
#content_wrapper/* Logo_portfolio */
{
	position:relative;
	width:860px;
	height:500px;
}
#content_left{
	position:absolute;
	width:166px;
	height:480px;
	left: 0px;
	top: 0px;
	background-color: #f0f7fd;
	padding-top:18px;
	padding-left:0px;
	padding-right:15px;
}

#content_left p{
	font-family:"Trebuchet MS";
	font-size:12px;
	line-height: 18px;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}


#content_left a{
	color:#CC0000;
	text-decoration:underline;
	font-weight: bold;
}

#content_left a:hover{
	text-decoration:none;
}
#content_right{
	position:absolute;
	width:636px;
	height:480px;
	left:183px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	padding-top: 20px;
	overflow: auto;
}

#content_right p{
	font-family:"Trebuchet MS";
	font-size:12px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
}

#content_right a{
	font-family:"Trebuchet MS";
	font-size:12px;
	line-height: 18px;
	color: #CC0033;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-decoration: none;
}

#content_right a:hover{
	font-family:"Trebuchet MS";
	font-size:12px;
	line-height: 18px;
	color: #CC0033;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-decoration: underline;
}


#content_homeimage {
	left: 0px;
	top: 0px;
	padding-bottom: 15px;
}

#flashcontent{
	left: 0px;
	top: 0px;
}

/* Portfolio*/
div.portimg {
	width: 145px;
	height: 80px;
	color: #666;
	padding-top: 0px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 13px;
	margin-right: 11px;
	float: left;
}

div.portimg a{
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
	background-color: #fff;
		}

div.portimg a img {
	border: 1px solid #666;
	color: #666;
	background-color: #fff;
		}

div.portimg a:link, div.portimg a:visited, div.portimg a:active{
	font-weight: normal;
	text-decoration: none;
	color: #333;
	background-color: #fff;
		}

div.portimg a:hover{
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
	background-color: #fff;
		}

/***********************************************************************
	PAGINATION
************************************************************************/
#navcontainer
{
	width: 120px;
	float: right;
	height: 38px;
	left: 551px;
	top: 19px;
	position: static;
	text-align: right;
}

#navcontainer ul { 
	padding: 0; 
	color: #FFFFFF;

}

#navcontainer ul li {
	display: inline;
	text-align: left;
}

li.left {
	text-align:left;
	}
	

#navcontainer ul li a {
	background-color: #999;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #fff;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;

}


#navlist li a.active {
	background-color: #CC0000;
	color: #fff;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-align:right;

}

#navlist li a:hover{
	background-color: #000;
	color: #fff;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
}

/***********************************************************************
	PDF BULLET STYLE
************************************************************************/

ul.pdflist {
	padding: 0;
	color: #555;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul.pdflist li {
	margin: 0;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 18px;
	font-size: 12px;
	color: #555;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.pdflist li a:link, ul.pdflist li a:visited, ul.pdflist li a:active {
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}

ul.pdflist li a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}

/***********************************************************************
	Web BULLET STYLE
************************************************************************/

ul.weblist {
	padding: 0;
	color: #555;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul.weblist li {
	margin: 0px;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 18px;
	font-size: 12px;
	color: #555;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/icon_web.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS";
}

ul.weblist li a:link, ul.weblist li a:visited, ul.weblist li a:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
}

ul.weblist li a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}


/***********************************************************************
	BULLET STYLE
************************************************************************/

ul.bulletlist {
	padding: 0;
	color: #555;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

ul.bulletlist li {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 18px;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/icon_Lbullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS";
}

ul.bulletlist li a:link, ul.bulletlist li a:visited, ul.bulletlist li a:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
}

ul.bulletlist li a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}


ul.bulletlistpage {
	padding: 0;
	color: #555;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

ul.bulletlistpage li {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 18px;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/icon_Rbullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS";
}

ul.bulletlistpage li a:link, ul.bulletlistpage li a:visited, ul.bulletlistpage li a:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
}

ul.bulletlistpage li a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}




/* Footer */

#footer{
	font-size:10px;
	margin-top: 5px;
	color: #999999;
	text-align: right;
	font-family: "Trebuchet MS";
	font-weight: normal;
	position: relative;
}

#footer a{
	text-decoration:none;
	color: #999999;
}
	
#footer a:hover{
	text-decoration:underline;
}

.footer_selected{
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #999999;
	text-decoration:underline;
	font-size: 10px;
}

/*Global style*/
h1{
	color:#CC0000;
	font-size:13px;
	font-family: "Trebuchet MS";
	font-style: normal;
	font-weight: bold;
}

h2{
	color:#333333;
	font-size:13px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

h3{
	color:#CC0000;
	font-size:12px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	margin-bottom: 0px;
}

h4{
	color:#000000;
	font-size:12px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	margin-bottom: 0px;
}

a{
	color:#CC0000;
	text-decoration:none;
	font-weight: bold;
}

a:hover{
	text-decoration:none;
}

/*Global class*/
.clr{
	clear:both;
}

.footerpod{
	float:right;
}

.fl{
	float:left;
}

.small{
	font-size:10px;
	color:#666666;
	padding-top: 5px;
	border-top:solid 1px;
}
