/* body tag holds all content centered */
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 0px;
}

/* holds all content centered when browser is expanded */
#wrapper{
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}

/* holds megatech logo and contact details */
#header{
	width: 680px;
	height: 149px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-align: left;
}

/* holds address in header */
#address {
	width: 250px;
	float: right;
	text-align: right;
	padding-bottom: 10px;
}

/* holds welcome to website */
#welcome_holder {
	width: 150px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	height: 160px;
	padding-top: 10px;
}

/* holds register my p.c. */
#regpc_holder {
	width: 150px;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	height: 150px;
	padding-top: 20px;
}

/* holds left navigation */
#left_nav_holder {
	width: 170px;
	float: left;
}

/* holds mcs logo in header */
#logo {
	float: left;
	text-align: right;
}

/* line separet form content and header */
#header_line{
	width: 680px;
	height:10px;
}

/* holds all main content on home page */
#main_content_wrapper{
	width: 680px;
	height: 400px;
}

/* hack for home page */
#home_main_content_wrapper{
	width: 680px;
	height: 340px;
}

/* sperates main content from footer */
#footer_line{
	width: 680px;
	height:10px;
	clear: both;
}

/* footer holds footer nav */
#footer{
	width: 680px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	clear: both;
}

/* div holds one column style layout */
#one_col_holder {
	width: 490px;
	float: right;
	text-align: left;
}

/* div holds two column style layout */
#two_col_holder {
	width: 490px;
	float: right;
	text-align: left;
	height: 450px;
}

/* div holds right column info */
#right_col {
	width: 150px;
	float: right;
	text-align: center;
}

/* div holds left column info */
#left_col {
	width: 320px;
	float: left;
	text-align: left;
}

/* drop down menu style */
.drop_down_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* styles table for customer service feedback */
#cst {
	font-family: Arial, Helvetica, sans-serif;
}

#cst tr th {
	background-color: #990033;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
}

#cst caption {
}

#cst tr:hover {
	background-color: #CCCCCC;
}

#cst tr {
	color: #333333;
	padding: 3px 5px;
	background-color: #FFFFFF;
}

#cst td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990033;
	font-size: x-small;
	color: #333333;
}

#cst a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#cst a:hover {
	color: #333333;
	text-decoration: underline;
}
/* left navigation styles */
.lnav {}

ul.lnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
ul.lnav li {
	display: block;
	width: 170px;
	text-align: left;
}
ul.lnav li a {
	display: block;
	margin: 0px;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-image: url(../_img/left_nav_bgd.gif);
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 9px;
}
ul.lnav li a:hover {
	background-image: url(../_img/left_nav_bgd.gif);
	color: #333333;
}

/* CMS links */
a:link{
	color: #333333;
	text-decoration: underline;
}
a:visited{}
a:hover{}

/* text styles throughout site */

.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 12px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	margin-top: 0px;
	padding-top: 0px;
}

a.p {
	color: #333333;
	text-decoration: none;
}

a.p:hover {
	color: #333333;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

a.h1 {
	color: #333333;
}

a.h1:hover {
	color: #333333;
}

/* bullet list */
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}

/* holds product pic & spec */
.product_holder {
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 308px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	margin-bottom: 10px;
}

#product_header {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #689600;
	width: 288px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
}

#laptop_product_header {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #DF0000;
	width: 288px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
}

/* product image style */
.product_img {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.product_img_right {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

/* product title */
.product_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #689600;
	line-height: 16px;
}
.processor_img {
	margin-bottom: 5px;
	float: right;
	margin-left: 5px;
}

/* FREE delivery box details */
.delivery_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	line-height: 14px;
	padding: 5px;
	width: 138px;
	border: 1px dotted #666666;
}

/* business package upgrade box */
.business_upgrade_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height: 12px;
	padding: 5px;
	width: 138px;
	border: 1px dotted #666666;
}

/* specials styles */
.special_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.special_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.product_title_laptop {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E10000;
	line-height: 16px;
}

