/*  
Theme Name: STK Geeks
Theme URI: http://llelapxp.stk.com/xampp/stkgeeks/
Description: STK Geeks
Version: 1.0
Author: Long Le
Author URI: http://www.agi.com


*/



/* Begin Typography & Colors */
body
{  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#323947; 
	letter-spacing:0px;
	background-color:#ece4c5;
	margin:0px 0px 0px 0px;
}

#container
{
	width:100%;
	text-align:center;
}

#main
{
	background-color:#FFFFFF;
	width:1024px;
	text-align:left;
}

#mainBody
{
	padding:20px;
}

a.aboutUs 
{ 
	background:url("../images/nav/aboutUsOff.gif") no-repeat; 
	width: 150px; 
	height: 39px; 
	display: block; 
}

a.aboutUs:hover 
{ 
    background: url("../images/nav/aboutUsOver.gif") no-repeat;
}

a.aboutUsHome
{ 
	background:url("../images/nav/aboutUsHomeOff.gif") no-repeat; 
	width: 222px; 
	height: 78px; 
	display: block; 
}
a.aboutUsHome:hover 
{ 
    background: url("../images/nav/aboutUsHomeOn.gif") no-repeat;
}


a.portfolio 
{ 
	background:url("../images/nav/portfolioOff.gif") no-repeat; 
	width: 150px; 
	height: 39px; 
	display: block;
}

a.portfolio:hover 
{ 
   	background: url("../images/nav/portfolioOver.gif") no-repeat;
}

a.portfolioHome 
{ 
	background:url("../images/nav/portfolioHomeOff.gif") no-repeat; 
	width: 222px; 
	height: 64px; 
	display: block; 
}

a.portfolioHome:hover 
{ 
   	background: url("../images/nav/portfolioHomeOn.gif") no-repeat;
}

a.order 
{ 
	background:url("../images/nav/orderOff.gif") no-repeat; 
	width: 150px; 
	height: 39px; 
	display: block; 
}

a.order:hover 
{ 
    background: url("../images/nav/orderOver.gif") no-repeat;
}

a.orderHome
{ 
	background:url("../images/nav/orderHomeoff.gif") no-repeat; 
	width: 222px; 
	height: 65px; 
	display: block; 
}

a.orderHome:hover 
{ 
    background: url("../images/nav/orderHomeOn.gif") no-repeat;
}

a.contactUs
{ 
	background:url("../images/nav/contactUsOff.gif") no-repeat; 
	width: 150px; 
	height: 39px; 
	display: block; 
}

a.contactUs:hover 
{ 
	background: url("../images/nav/contactUsOver.gif") no-repeat;
}

a.contactUsHome
{ 
	background:url("../images/nav/contacUsHomeOff.gif") no-repeat; 
	width: 222px; 
	height: 79px; 
	display: block; 
}

a.contactUsHome:hover
{ 
	background: url("../images/nav/contacUsHomeOn.gif") no-repeat;
}

a.home
{ 
	background:url("../images/nav/homeOff.gif") no-repeat; 
	width: 150px; 
	height: 39px; 
	display: block; 
}

a.home:hover 
{ 
	background: url("../images/nav/homeOver.gif") no-repeat;
}

#footerCaption
{
	text-align:center;
	color:#999999;
	font-size:10px;
	padding-top:10px;
	font-weight:bold;
	width:1024px;
}

#footerNav
{
	padding:20px;;
	text-align:right;
}

.footerLink
{
	color:#999999;
	text-decoration:none;
}

.footerLink:link
{
	color:#999999;
	text-decoration:none;
}

.footerLink:hover
{
	color:#9e3838;
	text-decoration:none;
}

.inputform
{
	font-size:12px;
	color: #323947; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #000000; 
	letter-spacing: .5px
}

.buttonstyle
{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #323947;
	border-width: 1px;
	border-style: solid;
	border-color: #ACB7C8;
	letter-spacing: .5px;
	cursor:hand;
}

/* admins */
.menubox
{
	padding:2px;
	border-bottom:1px solid #CCCCCC;
}
.menuLink
{
	color:#999999;
	text-decoration:none;
}

.menuLink:link
{
	color:#999999;
	text-decoration:none;
}

.menuLink:hover
{
	color:#9e3838;
	text-decoration:none;
}
a
{
	color:#999999;
	text-decoration:none;
}

a:link
{
	color:#999999;
	text-decoration:none;
}

a:hover
{
	color:#9e3838;
	text-decoration:none;
}

/* this is used to preload images */
.preload{display:none;}


