
/********************************************************************************
	Global Items
********************************************************************************/

body
{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.12em;
	background-image: url(../images/back1.jpg);
	background-repeat: repeat;
}

/********************************************************************************
	Layout Items
********************************************************************************/

#outer
{
	width: 100%;
	text-align:center;
}

#inner_background
{
	width: 800px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../images/master_back.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0 0 10px 0;
}

#top
{
	width: 800px;
	text-align: left;
	margin: 0 auto;
	height: 4px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#bottom
{
	width: 800px;
	text-align: left;
	margin: 0 auto;
	height: 4px;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#header
{
	text-align: center;
	padding: 10px 3px 0 3px;
}

#content_background
{
	padding: 0 0 0 250px;
	width: 535px;
}

/********************************************************************************
	Menu Items
********************************************************************************/

.menu_btn
{
	background-image: url(../images/chip_btn_3.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 98px;
	width: 110px;
	border: none;
	padding: 0;
	cursor: pointer;
	float: left;
	vertical-align: baseline;
}

.menu_btn p
{
	color: #ffffff;
	font-size: 6pt;
	font-weight: bold;
}

.menu_btn_clicked
{
	background-image: url(../images/chip_btn_3_clicked.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 98px;
	width: 110px;
	border: none;
	padding: 0;
	cursor: pointer;
}

.menu_btn_clicked p
{
	color: #ffffff;
	font-size: 7pt;
	font-weight: bold;
}

.btn_click
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	float: left;
}

.page_id
{
	display: none;
}

/********************************************************************************
	Page Items
********************************************************************************/

.header
{
	border-bottom: 3px #3A3A3A solid;
	color: #3A3A3A;
	font-weight: bold;
	text-align: left;
	padding: 15px 0px 0px 0px;
}

#content_background table
{
	width: 100%;
	padding: 15px 0px 0px 0px;
}

#content_background td
{
	font-size: 8pt;
	padding: 15px 0px 0px 0px;
}

/********************************************************************************
	Portfolio Items
********************************************************************************/

#portfolio .form_btn
{
	background-color: #333333;
	color: #fff;
	letter-spacing: 0.12em;
	font-family: verdana, arial, sans-serif;
	border: 2px #000 solid;
}

#portfolio .thumb_holder
{
	width: 185px;
	height: 115px;
	border: 0px #000 solid;
	text-align: center;
	padding: 0px;
}

#portfolio .thumb_title
{
	text-align: center;
	padding: 0;
}

#portfolio .btn_holder
{
	text-align: right;
	padding-right: 15px;
}

/********************************************************************************
	Contact Items
********************************************************************************/

#contact .contact_msg
{
	width: 28em;
	height: 10em;
}

#contact .form_btn
{
	background-color: #333333;
	color: #fff;
	letter-spacing: 0.12em;
	font-family: verdana, arial, sans-serif;
	border: 2px #000 solid;
}

#contact .btn_holder
{
	text-align: right;
}

