/* buyology_home.css - CSS for the Buyology Home Page */
	/*	Include the standard Buyology styles, then we override and add styles as needed.
	In this way, we keep site styles as consistent as possible. */
@import "buyology_standard.css";

/* The main content area on the home page: */
.cms_main_content_right {
	position: absolute;
	width: 822px;
	left: 0px;
	top: 233px;
	background-color: #000000;
}

img {
	border: 0px;
}

.cms_home {
	position: absolute;
	top: 348px;
	left: 142px;
	float:left;
}

.cms_main_content {
	position: absolute;
	top: 348px;
	left: 142px;
	background: transparent;
	z-index:110;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.cms_main_content img {
	border:1px solid #000;
	margin:4px 4px;
}

.cms_main_content_inner {
	padding-left: 17px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.cms_left_column {
	position: absolute;
	top: 348px;
	left: 10px;
	background: transparent;
	z-index:110;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.cms_right_column {
	position: absolute;
	top: 0px;
	left: 822px;
	width: 178px;
	height: 741px;
	z-index: 110;
	background-color: black;
	overflow: hidden;
	padding: 0px;
}

.cms_footer {
	height: 134px;	/* Add 1 pixel to 133px Flash or image footer to make the home page exactly 700px tall. */
	margin-top: 0px;
}

.cms_admin_footer {
	position:absolute;
	top:750px;
	left:0px;
	font-size:50%;
	z-index: 120;
}

div#buyology_header {
	width: 804px;
	height: 166px;
}

div#buyology_press_menu {
	background-color: #090909;
	width: 822px;
	height: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}

div#buyology_main {
	width: 804px;
	height: 374px;
}

div#confdownloadid {
	padding: 10px;
	border: 1px solid #999999;
	width: 350px;
	position: absolute;
	top: 45px;
	left: 420px;
	background-color: #333333;
	display: none;
}

div#confdownloadid h3 {
	 margin-top:0px;
	 font-size: 14px;
}

div#confdownloadid td {
	padding: 5px;
}

div#confdownloadid td.label {
	text-align: right;
}

a:link img {border:1px solid #282828;}
a:visited img {border:1px solid #282828;}
a:active img {border:1px solid #282828;}
a:hover img {border: 1px solid #CCCCCC;}


.resources a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 8px;
	color:#666666; 
	text-decoration: none;
}

.resources a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 8px;
	color:#666666; 
	text-decoration: none;
}

.resources a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 8px;
	color:#666666; 
	text-decoration: none;
}


