/* CSS Document */

/* ----- BODY ----- */

body {
	background-color:#1e1e1e;
	}

.bg{
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.bg-long{
	background-image: url(images/background_long.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* -----   TEXT AND LINKS ----- */

P, .content {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
h2 {
	color: #F48234;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	font-weight:400;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color: #fabb11;
}

.footer {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.4em;
	text-align:center;
	font-weight: bold;
}

.footersm {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.4em;
	text-align:center;
	}
.series {
	padding-right:5px;
	}

.series p{
	color:#fabb11;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1em;
	text-align:right;
	}

.series a {
	color:#cccccc;
	text-decoration:none;
	font-size:10px;
	line-height:1em;
	margin-right:1px;
	margin-left:1px;
	}
	
.series a:visited {
	color:#cccccc;
	text-decoration:none;
	font-size:10px;
	line-height:1em;
	margin-right:1px;
	margin-left:1px;
	}

.series a:hover {
	color:#fabb11;
	text-decoration:none;
	font-size:10px;
	line-height:1em;
	margin-right:1px;
	margin-left:1px;
	}

.series a:active {
	color:#cccccc;
	text-decoration:none;
	font-size:10px;
	line-height:1em;
	margin-right:1px;
	margin-left:1px;
	}
	

#rap {
	float:right;
	width:480px;
	padding-right:10px;
}
	
/* ----- HEADERS ----- */

h1, .h1 {
	font: tahoma, Arial, Helvetica, sans-serif 26px;
	color: #fabb11;
}


/*  ----- TOP LINKS ------  */

/*about*/
a#imgaboutlink p{
	background:url(images/button_about_1.gif) top no-repeat;
	width:52px;
	height:112px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
}

a#imgaboutlink:hover p{
	background:url(images/button_about_2.gif) top no-repeat;
	width:52px;
	height:112px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
}

/*think*/
a#imgthinklink p {
	background:url(images/button_think_1.gif) top no-repeat;
	width:52px;
	height:112px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
}

a#imgthinklink:hover p{
	background:url(images/button_think_2.gif) top no-repeat;
	width:52px;
	height:112px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
}

/*create*/
a#imgcreatelink p{
	background:url(images/button_create_1.gif) top no-repeat;
	width:52px;
	height:112px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
}

a#imgcreatelink:hover p{
	background:url(images/button_create_2.gif) top no-repeat;
	width:52px;
	height:112px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
}

/*deliver*/
a#imgdeliverlink p{
	background:url(images/button_deliver_1.gif) top no-repeat;
	width:52px;
	height:112px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
}

a#imgdeliverlink:hover p{
	background:url(images/button_deliver_2.gif) top no-repeat;
	width:52px;
	height:112px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
}

/*work*/
a#imgworklink p{
	background:url(images/button_work_1.gif) top no-repeat;
	width:52px;
	height:112px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
}

a#imgworklink:hover p{
	background:url(images/button_work_2.gif) top no-repeat;
	width:52px;
	height:112px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
}

/* Wordpress Related Styles */

.meta {
color:FDBC2D;

}
