a { outline: none; text-decoration: none;}
a:active { outline: none; }

td, p, div {font-size: 9px;}
body {
	font-family: "Century Gothic","Helvetica",sans-serif;
	font-size: 9px;
	background-image:url('/assets/1/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment:scroll;
}


#wrapper {
	position:absolute;
	width:648px;
	height: 586px;
	margin-left:-333px;
	left:50%;
	top:30px;
}



#header {
	width:100%;
	height: 75px;
	text-align:right;
	/*border:1px dotted green;	*/	
}
#toplinks {
	padding-right: 42px;
	padding-top: 14px;
}
#textcontent {

	overflow: auto;
	width:147px;
	height: 250px;
	margin-left: 70px;
	margin-top: 30px;
	float:left;	
	/*border:1px dotted green;	*/	
}

#maincontent {
	width:350px;
	height: 478px;
	margin-top: 19px;
	margin-right: 15px;	
	padding-right: 47px;	
	float:right;
}

#maincontenttext {
	padding-right: 25px;
	padding-left: 25px;

}

#navigation {
	width:160px;
	height: 120px;
	margin-left: 70px;
	margin-top: 45px;
	left: 0;	
	position: absolute;
	bottom:95px;

}

#footer {
	width:100%;
	height: 75px;
	margin-left: 65px;
	margin-top: 0px;
	color: #000;
	font-weight: bold;
	float:left;	
	/*border:1px dotted green;	*/
}


/* Navigation styles */

#about-btn { 
	background-image: url('/assets/1/about_off.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#about-btn-on { 
	background-image: url('/assets/1/about_on.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#about-btn:hover { 
	background-image: url('/assets/1/about_on.gif'); 
}
#portfolio-btn { 
	background-image: url('/assets/1/portfolio_off.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#portfolio-btn-on { 
	background-image: url('/assets/1/portfolio_on.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#portfolio-btn:hover { 
	background-image: url('/assets/1/portfolio_on.gif'); 
}

#online-btn { 
	background-image: url('/assets/1/online_off.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#online-btn-on { 
	background-image: url('/assets/1/online_on.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#online-btn:hover { 
	background-image: url('/assets/1/online_on.gif'); 
}

#news-btn { 
	background-image: url('/assets/1/news_off.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#news-btn-on { 
	background-image: url('/assets/1/news_on.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#news-btn:hover { 
	background-image: url('/assets/1/news_on.gif'); 
}
#contact-btn { 
	background-image: url('/assets/1/contact_off.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#contact-btn-on { 
	background-image: url('/assets/1/contact_on.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#contact-btn:hover { 
	background-image: url('/assets/1/contact_on.gif'); 
}

#portfoliomenubtn{
	font-family: "Century Gothic","Helvetica",sans-serif;
	font-size: 9px;
	font-weight: bold;
	width:140px;
	height:18px;
	padding-left:25px;
	padding-top:6px;
	margin-bottom:3px;
	margin-top:10px;
	margin-left:187px;
	cursor: pointer;
	background-image:url(/assets/1/menu_bg.gif);
}


#onlinemenubtn{
	font-family: "Century Gothic","Helvetica",sans-serif;
	font-size: 9px;
	font-weight: bold;
	width:140px;
	height:18px;
	padding-left:25px;
	padding-top:6px;
	margin-bottom:3px;
	margin-top:10px;
	margin-left:187px;
	cursor: pointer;
	background-image:url(/assets/1/menu_bg.gif);
}

#pageName{
	width:132px;
	height:18px;
}

#portfoliomenu
{
	font-size: 9px;
	font-weight: bold;
	line-height: 20px;
	width: 150px; 
	height: 288px; 
	margin-top:-26px;
	padding-top:1px;
	float:right;
	margin-right:40px;	
	cursor: pointer;
	position: absolute;
	z-index:1;	
	left:423px;
	background-image:url(/assets/1/select_bg.png);
	background-repeat: no-repeat;
}

#onlinemenu
{
	font-size: 9px;
	font-weight: bold;
	line-height: 20px; 
        width: 150px; 
        height: 105px; 
	margin-top:-26px;
	padding-top:1px;
	float:right;
	margin-right:40px;	
	cursor: pointer;
	position: absolute;
	z-index:1;	
	left:423px;
	background-image:url(/assets/392/Shop_pull_down_on.png);
	background-repeat: no-repeat;
}

#portfoliomenu a,
#onlinemenu     a {
	text-decoration: none;
	color: #000;
	display: block;
	padding-left:25px;
	cursor:pointer;
}
#portfoliomenu a:hover,
#onlinemenu  a:hover {
	color: red;
	background: url(/assets/1/select_nav_over.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#portfoliolabel,
#onlinelabel {
	position:relative;
	margin-top:18px;
	margin-left:14px;
	float:left;
	font-weight: bold;
}
#portfoliocontent {
	width:320px;
	height: 373px;
	margin-top: 19px;
	margin-left: 10px;
	margin-right: 33px;	
	position: absolute;
	z-index:0;
	border:0px dotted green;	
	overflow: hidden;
}
#cvbox{
	padding-left:12px;
	position:absolute;
	bottom:0px;
	left:0;
	width: 330px;
}
#formsbmitbox{
	padding-left:0px;
	position:absolute;
	bottom:65px;
	width:300px;
}

#newsnav{
	margin-left:22px;
	position:absolute;
	left: 250px;


	bottom:63px;
	width:330px;
}

#newsnav img{

	border: 0; 
}

#entervandals{
	margin-left:-10px;
	position:absolute;
	bottom:-19px;
	z-index: 1000;
}


textarea.inp, input.inp{
 width: 290px;
 background: #FFFFFF;
font-family: "Century Gothic","Helvetica",sans-serif;
font-size: 10px;
 color: #333333;
padding: 3px;
 margin: 10px 0 12px 0;
 outline: none;
border-style:solid;
border: thin solid #EFEFEF;
}
textarea.inp{
height: 90px;
}

#toplinks img {
cursor: pointer;
}

#cvbox img {
cursor: pointer;
}

#onlinecontent {
	width:320px;
	height: 370px;
	margin-top: 19px;
	margin-left: 10px;
	margin-right: 33px;	
	position: absolute;
	z-index:0;
	border:0px dotted green;	

}

#shop_item_header    {
    float: left;
    color: #CC0017;
    font-family: Impact;
    font-size: 10pt;
    margin-left: 10px;
}

#shop_wrap    {
    float: left;
    overflow: auto;
    width: 317px;
    height:320px;
    padding-left: 9px;
}

#shop_wrap2    {
    float: left;
    overflow: hidden;
    width: 317px;
    height:320px;
    padding-left: 9px;
}

.shop_item_wrap    {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;

}

.shop_item_left    {
    width: 127px;
    float: left;
  
}

.shop_item_description   {
    float: left;

}

.shop_item_buy_button {
    float: left;
    margin-top: 12px;
    width: 87px;
    height: 24px;
}

.shop_item_buy_button a    {
    background-image: url(/assets/392/buy_now_button_off.gif);
    float: left;
    width: 87px;
    height: 24px;
}

.shop_item_buy_button    a:hover{
    background-image: url(/assets/392/buy_now_button.gif);
    float: left;
    width: 87px;
    height: 24px;
}




.shop_item_right    {
    width: 170px;
    float: right;
    margin-right: 5px;
}

.shop_item_image {
    float: right;
}

.shop_item_image_desc {
    float: right;
    margin-top: 12px;
    margin-right: 4px;
}

.shop_item_image_desc a{
   color: #CC0017;
}

.online_red {
   color: #CC0017;
    font-family: Impact;
    font-size: 9pt;
}

#onlineterms    {
    float: left;
    margin-top: 10px;
    width: 100%;
    margin-left: 10px;
}
