body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	background-color: #c9dbe6;
	background-image: url(../../images/landing/layout/page_bkgnd.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;

}
#header {
	width: 800px;
	background-image: url(../../images/landing/layout/header_bkgnd.gif);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
#headerLogo {
 	height: 60px;
	width: 272px;
	float: left;
}
#headerAux {
	padding-top: 5px;
	padding-right: 10px;
	font-size: 0.7em;
	float: right;
	color: #dbe7ee;
}
#headerAux a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#headerAux a:hover {
	text-decoration: underline;
}
#headerNav {
	clear: both;
	background: #4b87ac;
	height: 20px;
}
.imageLink {
	border: none;
	vertical-align: middle;
	padding-right: 5px;
}
.imageIcon {
	border: none;
	vertical-align: middle;
	background-color: #FFFFFF;
}
.actionIcon {
	border: none;
	vertical-align: middle;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
#footer {
	width: 780px;
	clear: both;
	font-size: 0.65em;
	padding-top: 30px;
	margin-bottom: 15px;
	background-image: url(../../images/landing/layout/footer_bkgnd.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
}
#footerLinks, #footerTag {
	margin-bottom: 10px;
}
#content {
	clear: both;
	width: 800px;
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 15px;
}
#columnNav {
	width: 170px;
	float: left;
}
#columnMain {
	width: 570px;
	margin-left: 197px;
}
#content > #columnMain {margin-left: 200px;}		/* For compliant browsers */

/* Administration */

.container_infobox {
	background-color: #EAEAEA;
	padding: 10px;
	border: 1px solid #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}

.container_infobox ul {
	margin: 0px;
	padding-left: 15px;
	font-size: .8em;
}

.container_infobox li {
	margin-bottom: 3px;
}

.container_infobox p {
	margin: 0px;
	font-style: italic;
}

/* Text */

h1 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 1em;
	color: #4b87ac;
	margin: 20px 0 0 0;
}
#columnMain p {
	font-size: 0.73em;
	line-height: 1.4em;
}
#columnMain li {
	font-size: 0.83em;
}

.nospace {
	margin-top: 5px;
}

/* Body Links */

#columnMain a:link, #columnMain a:visited {
	text-decoration: none;
	color: #cc6600;
	font-weight: bold;
}
#columnMain a:hover, #columnMain a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
}

/* Footer Links */

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #333367;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}

/* Side Menu */

.sideMenuContainer {
	margin-bottom: 20px;
	margin-left: 15px;
}
.sideMenuHeader {
	font-size: .8em;
	font-weight: bold;
	color: #4b87ac;
	text-transform: uppercase;
	padding: 5px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbe7ee;
}
.sideMenu, .sideMenu li ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.sideMenu li a {
	color: #666666;
	display: block;
	width: auto;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbe7ee;
}
.current {
	background-image: url(../../images/landing/layout/menu_bkgnd.gif);
	background-repeat: repeat-y;
}
.sideMenu li a:visited, .sideMenu li a:active{
	color: #666666;
}

.sideMenu li a:hover{
	color: #000000;
}

/* Specification Table */

.tableSpec {
	padding-top: 25px;
	clear: both;
}
.tableSpecDivider {
	clear: left;
}
.tableHeader {
	background-image: url(../../images/landing/layout/table_header.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FCF5EB;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 5px;
}
.tableSpecRowLegend, .tableFilesRowLegend {
	background: #c9dbe6;
	height: 20px;
	font-weight: bold;

}
.tableSpecRow1 {
	background: #F5F5F5;
	height: 20px;
}
.tableSpecRow2 {
	background: #EAEAEA;
	height: 20px;
}
.tableFilesRow1 {
	background: #F5F5F5;
	float: left;
}
.tableFilesRow2 {
	background: #EAEAEA;
	float: left;
}
.tableSpecRow1:hover, .tableSpecRow2:hover, .tableFilesRow1:hover, .tableFilesRow2:hover {
	background: #FCF5EB;
}
.tableSpecModel, .tableSpecProduct, .tableSpecProcessor, .tableSpecSpeed, .tableSpecFeatures {
	float: left;
	font-size: .65em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 3px 5px;
	height: 13px;
}
.tableLegendDownload, .tableLegendFormat, .tableLegendSize, .tableLegendDate {
	float: left;
	font-size: .65em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 3px 5px;
	height: 13px;
}
.tableFilesFormat, .tableFilesSize, .tableFilesDate {
	float: left;
	font-size: .65em;
	padding: 3px 5px;
	height: auto;
}
.tableFilesDownload {
	float: left;
	font-size: .7em;
	padding: 3px 5px;
	height: auto;
}
.tableFilesDescription {
	font-size: 0.65em;
	padding: 0px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 559px;
	float: left;
}

.tableSpecModel {
	width: 69px;
}
.tableSpecProduct {
	width: 84px;
}
.tableSpecProcessor {
	width: 84px;
}
.tableSpecSpeed {
	width: 59px;
}
.tableSpecFeatures  {
	width: 220px;
	border-right-style: none;
}
.tableLegendDownload {
	width: 354px;
}
.tableFilesDownload {
	width: 355px;
}
.tableLegendFormat {
	width: 54px;
}
.tableFilesFormat {
	width: 55px;
}
.tableLegendDate {
	width: 74px;
}
.tableFilesDate {
	width: 75px;
}
.tableFilesSize, .tableLegendSize {
	width: 45px;
	border-right-style: none;
}
.tableFilesSize, .tableFilesDate, .tableFilesFormat {
	color: #777777;
}

/* Form Styles */
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
label {
	color: #ABABAB;
	float:left;
	display: inline;
	width: 120px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
	margin-top: 3px;
	font-style: italic;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
}
input, textarea, select {
	width: 300px;
	margin-top: 3px;
	margin-bottom: 3px;
}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	margin-left: -2px;					/* For IE7 */
}
fieldset > legend {
	padding-left: 5px;					/* For compliant browsers */
}
.submit {
	width: auto;
	margin-right: 5px;
	margin-top: 15px;
}
.submit_inline {
	width: auto;
	vertical-align: top;
	margin: 2px 0px 0px;
}
.check, .radio, .select {
	width: auto;
	margin: 3px 0px 0px;
	padding: 0px;
}
.textfield_readonly {
	font-weight: normal;
	padding: 3px;
	margin-top: 2px;
	border: 1px solid #EAEAEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
}
.tableAdminInfo form {
	margin: 0px;
}

.required {
	font-weight: bold;
	font-style: normal;
}
.errorItem {
	background : #FFCCCC;
}
.empty {
	border-top: none;
}

.tableAdmin, .tableRecord {
	font-size: 0.7em;
}
.tableAdminHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #AAAAAA;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.tableAdminInfo, .tableAdminIcon {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.tableAdminIcon {
	text-align: center;
	vertical-align: middle;
}
.tableRecordLabel {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	font-weight: bold;
	color: #666666;
}
.tableRecordInfo {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
}

/* Holly Hack for IE6 \*/
* html .sideMenu li { float: left; height: 1%; }
* html .sideMenu li a { height: 1%; }
* html #columnMain { height: 1%; }
/* End */
.link_aux {
	margin-top: 5px;
}
.list_error ul {
	font-size: .8em;
	margin-left: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	list-style-image: url(../../images/icons/error.gif);
	vertical-align: middle;
}
.list_error li {
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 5px;
	vertical-align: middle;
}
.product_miniDS_Box {
	margin-bottom: 10px;
	font-size: .75em;
}

/* Mini Data Sheet */

#MDS_Section {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.MDS_Container_L, .MDS_Container_R {
	border: 1px solid #4B87AC;
	margin-bottom: 10px;
	float: left;
	width: 278px;
	line-height: normal;
}
.MDS_Container_R {
	margin-left: 10px;
}
.MDS_TitleBar {
	background-color: #C9DBE6;
	padding: 1px 5px 1px 5px;
	vertical-align: middle;
	border-bottom: 1px solid #4B87AC;
	font-size: .8em;
}
.MDS_ContentBox {
	background-color: #F6F9FB;
	padding: 5px;
	height: 80px;
	font-size: .7em;
	color: #333367;
	background-image: url(../../images/landing/layout/minids_bkgnd.jpg);
	background-repeat: no-repeat;
}
.MDS_InfoLink {
	margin-top: 5px;
}
#MDS_Section .MDS_TitleBar a:link, #MDS_Section .MDS_TitleBar a:visited {
	color: #333367;
}
#MDS_Section .MDS_TitleBar a:hover, #MDS_Section .MDS_TitleBar a:active {
	color: #000000;
}