/* Default Global Styles */
body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	color: #000000;
	background-image: url('images/main-bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

p {
	margin: 0;
	padding:0;
}

img {
	border: none;
}

a {
	text-decoration: underline;
	color: #ad1518;
	outline: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 15px;
	color: #ad1518;
}

.inside {
	padding: 20px;
	}


span {
	color: #ad1518;
}

/* Layout Control Styles */
#wrap {
	width: 877px;
}

#left {
	float: left;
	overflow: hidden;
	
	width: 191px;
	min-height: 500px
}

#right {
	float: left;
	overflow: hidden;
	
	width: 686px
}

.clearboth {
	clear: both;
}

/* Top Control Styles */
#topNav a {
	text-align: right;
	margin: 10px 0px 0px 10px;
	font-size: 13px;
}

#top-text {
	float: left;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #5F5F5F;
	padding-top: 8px;
}

/* Section Control Style */
#topNav, #footer, #bottom, #copyRight {
	width: 684px
}

#footer {
	height: 17px;
	
}

#bottom-text {
	margin: 5px 10px;
	color: #5F5F5F;	

	
}

#copy-text {
	margin: 5px 10px;
	color: #5F5F5F;	
}

/* Site Navigation Control Styles */
#mainNav {
	height: 29px;
	width: 686px;
}

#mainNav ul {
	margin: 0;
	padding: 0;
}

#mainNav li {
	list-style: none;
	float: left;
	height: 29px;
}

/* Subnav Control Styles */
#subnav {
	margin: 0;
	padding: 0;
	width:191px;
}

#subnav ul {
	margin: 0;
	padding: 0;
	background: url('images/subnavi_back.gif') no-repeat top left;
}

#subnav li {
	padding: 0;

	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	list-style: none;
	height: 27px;

}

#subnav li:hover {
	background: url('images/subtopic-on.png') no-repeat left;
}

#subnav li a {
	text-align: left;
	line-height: 27px;
	margin: 0 15px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	display: block;
}

#subnav li.active, #subnav li.active:hover {
	background: url('images/subtopic-on.png') no-repeat left;
	color: ;
}

/* Content Control Styles */
#content {
	min-height: 600px;
	width: 684px;
	border-right: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	background-color: #FFFFFF;
}


/* Home/About Us Page Styles */
#home {
	min-height: 600px;
	width: 684px;
}

#home-left {
	float: left;
	margin-top: 182px;
	width: 448px;
	margin-left: 30px;
}

#home-right {
	float: left;
	margin-top: 70px;
	width: 174px;
}

#home p {
	margin: 0 0 15px 0;
}

#home span {
	font-size: 20px;
	font-weight: bold;
	color: #ad1518;
	
}

/* Old Site Styles */
.home-pic1 {
	float: left;
	height: 132px;
	width: 132px;
	margin: 0 12px 0 0;
}

.home-pic2 {
	float: left;
	height: 135px;
	width: 173px;
	margin: 0 12px 0 0;
}

#h-left {
	float: left;
	width: 435px;
	min-height: 300px;
	margin: 0px 0px 20px 10px;
}

#h-right {
	float: left;
	width: 218px;
	min-height: 300px;
	
	border-left: 1px solid #acacac;
	margin: 10px 10px 20px 10px;
}

/* Products Page Styles */
#products {
	margin: 0;
	padding: 50px 20px 20px 20px;
	background: url('images/head_products.jpg') no-repeat top left;
}

#products h1 {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 20px 0;
}

#products ul {
	margin: 0 20px;
}
#products ul li {
	margin: 0 0 20px 0;
	vertical-align: middle;
}

#products ul li img {
	float: left;
	padding: 0 15px 0 0;
}

#products p {
	width: 474px;
	float: left;
}
#products img	{
	vertical-align: middle
	}
/* What's New Page Styles */
#whats-new, #whats-new-events, #whats-new-press, #whats-new-gallery, #whats-new-newsletters {
	margin: 0;
	padding: 28px 20px 20px 20px;
	background-attachment:fixed;
	background: url('images/head_whats_new.jpg') no-repeat top left;
}

#whats-new img, #whats-new-events img, #whats-new-press img, #whats-new-gallery img, #whats-new-newsletters img {
	border: 1px solid #707070;
}

#whats-new h1, #whats-new-events h1, #whats-new-press h1,  #whats-new-gallery h1,  #whats-new-newsletters h1, #aboutUs h1 {
	color: #ad1518;
	font-size: 15px;
	padding: 30px 0 20px 0;
	clear: both;
	text-transform: uppercase;
}

#whats-new a h2, h2 {
	color: #464646;
}

#whats-new ul {
	margin: 0 20px;
}

#whats-new  ul li, #whats-new-events  ul li {
	margin: 0 0 20px 0;
}

#whats-new ul li img {
	float: left;
	margin: 0 15px 0 0;
}

#whats-new-events a h2, h2 {
	color: #464646;
	background: url('images/next.gif') no-repeat left top;
	padding-left: 15px;
}

#whats-new-events p {
	padding-left: 15px;
}

#whats-new-events ul {
	margin: 0 20px;
}

#whats-new-events ul li img,  #whats-new-newsletters ul li img {
	float: right;
	margin: 0 0 0 15px;
}

.news {
	margin: -10px 20px 10px 0 !important;
}

.events-pic {
	text-align: center;
}

.events-pic img {
	margin: 10px;
}

#whats-new-press .a1 {
	width: 250px;
	margin: 20px;
	
}

#whats-new-press img {
	border: 1px solid #999;
	margin: 10px;
}

#whats-new-press .a1 p {
	width: 250px;
	margin-bottom: 0;
}

#whats-new-press p, #whats-new-press ul,  #whats-new-newsletters p,  #whats-new-newsletters ul,  #whats-new-newsletters h3 {
	margin: 0 20px 10px 20px;
}

#whats-new-press ul {
	margin: 0 20px 10px 30px;
}
#whats-new-newsletters p	{
	margin-left: 15px;
	}
.whats-new-ad ul {
	margin-bottom: 30px;
}

.whats-new-ad ul li {
	margin: 0 0 0 20px;
}

#photoGallery {
	margin: 0;
	padding: 28px 20px 20px 20px;
	background: url('images/head_photo_gallery.jpg') no-repeat top left;
	text-align: right;
	font-weight: bold;
}

#portfolio {
	margin: 0;
	padding: 28px 20px 20px 20px;
	background: url('images/head_folio.jpg') no-repeat top left;
	text-align: right;
}

#portfolio h1 {
	padding: 50px 0 0 0;
}

#portfolio img {
	border: 1px solid #999;
	margin: 10px;
	padding: 10px;
}

#portfolio img:hover {
	background-color: #ca696b;
}

#contact {
	margin: 0;
	padding: 28px 20px 20px 20px;
	background: url('images/head_contact_us.jpg') no-repeat top left;
}

#contact table {
	width: 75%;
	margin: 0 0 0 30px;
}

#contact table tr td {
	padding: 8px;
	font-weight: bold;
}

#contact h1 {
	margin: 15px 0;
}

#aboutUs {
	margin: 0;
	padding: 28px 20px 20px 20px;
	background: url('images/head_about.jpg') no-repeat top left;
	text-align: left;
}

#aboutUs h1 {
	margin: 0 !important;
	padding: 20px 0 5px;
}

#scroll	{
	background-image: url('images/scroll_bar.jpg');	
	background-repeat: no-repeat;
	width: 200px;
	float: right;
	margin-top: 1px;
	margin-right: 1px;
	border: 0px;
	}

#scroll	ul	{
	list-style-type: none;
	margin-top: 0px;
	margin-left: 70px;
	}

#scroll ul li:before {
	content: "";
}

#scroll ul li {
	text-indent: 0px;
	margin-left: 0px;
}

#scroll li {
	display: inline;
	text-align: center;
	font-weight: normal;
	padding-right: 11px;
}

/* Form Highlights */
textarea, input[type='text'], input[type='password'], select {
	border: 1px solid #999;
	background: #fff;
	font-size: 11px;
}

input[type='text'], input[type='password'] {
	padding: 2px;
	width: 200px;
}

select {
	padding: 2px;
}

label {
	padding: 2px;
}

textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover, input[type='password']:hover {
	border-color: #aaa;
}

textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus, input[type='password']:focus{
	border-color: #888;
	outline: 2px solid #d4d4d4;
}

.required {
}

fieldset span {
	font-weight: bold;
}
/* End of Form Highlights */

.a1{
	float: left;
}

.a2 {
	clear: both;
}

.a3 {
	float: right;
}

#java-link ul, #java-link li {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	float: right;
}

#java-link h4 {
	font-weight: bold;
	background: url('images/back-gr.jpg') no-repeat left top;
	width: 115px;
	text-align: right;
	margin-bottom: -20px;
	margin-top: 2px;
}

#java-link a {
	text-decoration: none;
	margin-left: 13px;
}

#java-link a:hover {
	text-decoration: underline;
}

.pageTitle {
	color: #ad1518;
	font-size: 16px;
	padding: 0 0 0 20px;
}

.small {
	text-align: center;
	margin-bottom: -20px;
}
.forsaleBeta img, .forsaleAlpha img	{
	border: 1px solid #000000;
	padding: 0px !important;
	margin-right: 18px;
	}
.forsaleBeta img	{
	margin-bottom: 18px;
	}
.forsaleAlpha, .forsaleBeta, .forsaleGamma	{
	float: left;
	}
.forsaleAlpha 	{
	width: 233px;
	
	}
.forsaleBeta	{
	width: 112px;
	}
.forsaleGamma	{
	width: 265px;
	}
.forsaleGamma span	{
	color: #ad1518;
	font-weight: bold;
	}
.forsaleGamma ul	{
	padding-top: 5px;
	}
.forsaleGamma ul li	{
	list-style-type: none;
	margin-left: none;
	padding: 4px 0px;
	border-top: 1px solid #d4d4d4;
	margin: 0px !important
	}
#products .forsaleGamma ul li	{
	margin: 0px;
	}
