@charset "utf-8";
/* Main CSS Tags - The Computer Company */
body {
	margin: 0;
	padding: 0;
	background: #6c6c6c url(../images/bgPage2.gif) repeat-x fixed;
	color: #666666;
	font: 13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
	line-height: normal;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}


a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}
.imageBorder {
	border: 1px solid #333333;
}


img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
	border: 1px solid #333333;
}

/* Top Header area */

#logo {
	width: 750px;
	height: 65px;
	margin: 0 auto;
	background: url(../images/logoTop.gif) no-repeat left bottom;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	background: url(../images/logoTop.gif) no-repeat left bottom;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Top Nav Menu section */

#menu {
	width: 750px;
	height: 45px;
	margin: 0 auto;
	background: #F6F6F6 url(../images/logoBottom.gif) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 150px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #B52405;
}

#menu .current_page_item a {
	background: url(../images/img06.gif) repeat-x;
}

/* Main Content and padding  */

#page {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF repeat-y;
}

#Maincontent {
	padding: 11px 24px;
}

#ContentTop {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

#content {
	float: left;
	width: 420px;
	padding: 20px 0 0 20px;
}

.padded {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}
.BuyNow {
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
}


/* Sidebar and side UL */

#sidebar {
	float: right;
	width: 245px;
	padding-right: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#sidebar li {
	padding: 4px 0px 5px 30px;
	background: url(../images/img07.gif) no-repeat 16px center;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #E1E1E1;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Bottom Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../images/img08.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#content .padded img {
	border: 1px solid #000000;
}
#content .padded input {
	font-weight: bold;
	background: #FFFFFF;
	text-decoration: underline;
	color: #FF0000;
	font-size: 14px;
	border-style: none;
}
.gold {
	color: #AB8A55;
}
#ContentTop #divQuotes {
	float: right;
	width: 280px;
	padding-right: 4px;
	overflow: auto;
	height: 160px;
	font-size: 12px;
	font-style: italic;
}
#ContentTop #divQuotes p {
	margin: 0px;
	padding: 5px 0px;
	line-height: normal;
}
.scroller { 
	margin:0px; 
	scrollbar-face-color: #fcfcfc; 
	scrollbar-shadow-color: #d2cec8;  
	scrollbar-highlight-color: #d2cec8; 
	scrollbar-3dlight-color: #d2cec8;  
	scrollbar-darkshadow-color: #d2cec8; 
	scrollbar-track-color: #d2cec8; 
	scrollbar-arrow-color: #FDB813; 
} 
#divContest {
	padding: 10px;
	border: 1px solid #CCB146;
	background-color: #F7F2E1;
}

