@charset "UTF-8";
/* CSS Document */

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #660000;
}

#container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left;
}

#mainContent {
	padding: 20px 40px 40px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#narrowContent {
	width: 530px;
	padding: 20px 20px 40px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}


#homeContent {
	padding: 20px 40px 40px 535px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(/images/paktron_background.jpg);
	background-repeat: no-repeat;
	background-position:bottom left;
}

#header {
	background-image: url(/images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 82px;
}


#menu {
	background-image: url(/images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 31px;
	text-align: center;
}

#prodbox {
	background-image: url(/images/products.jpg);
	background-repeat: none;
	width:228px;
	height: 103px;
	border: 1px solid #999999;
	padding: 10px;
}

#announcementbox {
	position:relative;
	top: 40px;
	left: 200px;
	float:left;
	background-image: url(/images/product_announcement_box.jpg);
	background-repeat: no-repeat;
	width:300px;
	height:200px;
	display:inline;
}

#announcement {
	padding: 20px;
}


#search {
	float:right;
	margin: 20px 30px 0px 30px;
}

#rightside {
	float:right;
	margin: 0px 0px 10px 30px;
	text-align: center;
}

#newsidebar {
	float:right;
	margin: 0px 0px 10px 30px;
	text-align: left;
	width:200px;
	background:#FFC;
	border: 1px solid #999999;
	padding:10px;
}

#download {
	float:right;
	margin: 0px 0px 10px 30px;
	text-align: center;
	width:200px;
	background:#FFC;
	border: 1px solid #999999;
}


.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}

.text a:link {
	color: #660000;
	text-decoration: none;
	font-weight:bold;
}
.text a:visited {
	text-decoration: none;
	color: #660000;
	font-weight:bold;
}
.text a:hover {
	text-decoration: underline;
	color: #990000;
	font-weight:bold;
}
.text a:active {
	text-decoration: underline;
	color: #990000;
	font-weight:bold;
}

.subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 1.5em;
	font-weight: bold;
}

.whitehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.searchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.imageframe {
	border: 1px solid #999999;
}

.imageright {
	margin: 0px 0px 5px 20px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
