/* DEFAULT TAG PROCESSING */

/* page layout */

body{
	margin:0px;
	color: #333333;
	font-family: Lucida Grande, sans-serif;
	font-size:13px;
	line-height:17px;
	background:#cccccc url(../images/bg_main.gif) repeat-x;
	text-align:center;
}

input, textarea {
	border:solid 1px #cccccc;
}

	

#header{
	 width:915px;
	 height:150px;
	 margin:0px auto;
	 text-align:left;
}

#page{
	width:915px;
	margin:0px auto;
	text-align:left;
}

.product-info{	
}

#left-column{
	float:left;
	width:350px;
	height:500px;
}
#right-column{
	float:left;
	width:500px
	height:500px
}

#footer{
	width:915px;
	height:50px;
	margin:0px auto;
	color:#ffffff;
	background-color:#26537c;
}

#footer a{
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}	


a{
	color: #0b61a4;
	padding:2px;
}

a:hover{
	color: #ff9200;
	background-color:#a65f00;
	padding:2px;
	
}




/* banner menu items */
a.main-menu{
	display:block;
	width:132px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color:#2a4580;
	border-left:solid 1px #e2cecf;
	text-decoration:none;
	padding:0px;
}

a.main-menu:hover{
	background-color:#06276f;
}

a.sub-menu{
	display:block;
	width:134px;
	height:30px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color:#2a4580;
	text-decoration:none;
	padding:0px;
}

a.sub-menu:hover{
	background-color:#06276f;
}

/* text processing */

.medium-font{
	font-size: 16px;
	line-height: 20px;
	
}

.large-font{
	font-size: 20px;
	line-height: 25px;
}

.title-text{
	font-family:trebuchet ms;
	font-weight:bold;
}

.postit{
	padding:4px;
	background-color:#feffef;
}

.clear {  
	width: 100%;  
	height: 1px;  
	margin: 0 0 -1px;  
	clear: both;  
}  
	