/* contents */
#header_banner {
	position : relative;
	top : 0px;
	left : 10px;
	width : 780px;
	height : 150px;
	background-position : top right;
	background-repeat : no-repeat;
	/*
	background-image : url(images/temptrak/healthcare/banner_nursing.jpg);
	*/
}

#header_title {
	position : relative;
	top : 90px;
	left : 400px;
	width : 370px;
	height : 30px;
	color : #3399cc;
	font-size : 3em;
	font-weight : bold;
	text-align : right;
	z-index : 3;
}

#header_market {
	position : absolute;
	top : 90px;
	left : 10px;
	width : 270px;
	height : 30px;
	color : #d2e1f0;
	font-size : 3em;
	font-weight : bold;
	font-style : italic;
	text-align : left;
	z-index : 2;
}


/* sub menu */

#submenu {
	position : relative;
	left : 10px;
	top : 0px;
	width : 780px;
	height : 30px;
	background : #d2e1f0;
	text-align : right;
}

#submenu_title {
	position : absolute;
	top : 0px;
	left : 10px;
	width : 270px;
	height : 30px;
	color : #e4edf6;
	font-size : 1.7em;
	font-weight : bold;
	text-align : left;
}

#submenu_list {
	padding-top : 4px;
}

#submenu_list a {
	color : #333333;
	text-decoration : none;
	font-size : .75em;
	font-weight : bold;
}

#submenu_list a:hover {
	color : #cc0000;
	text-decoration : none;
}

/* header_submenu_list */
#header_submenu {
	position : absolute;
	top : 280px;
	left : 610px;
	width : 180px;
	height : 20px;
	text-align : right;
	background-position : top right;
	background-repeat : no-repeat;
	background-image : url(images/common/header_submenu.gif);
}

#header_submenu_list {
}

#header_submenu_list a {
	color : #333333;
	text-decoration : none;
	font-size : .75em;
	font-weight : bold;
}

#header_submenu_list a:hover {
	color : #cc0000;
	text-decoration : none;
}


/* productspec */

#productspecsinformation {
	position : absolute;
	top : 290px;
	left : 190px;
	height : 430px;
	width : 565px;
}

#productspecs_title {
	width : 200px;
	font-size : .85em;
	color : #333333;
	font-weight : bold;
	padding-bottom : 5px;
	padding-top : 10px;
	border-bottom : 1px solid #333333;
}

#productspecs_description {
	padding-top : 10px;
	color : #333333;
	font-size : .75em;
	padding-bottom : 15px;
}

#td_productspecs_systemrequirements_header {
	font-size : .85em;
	font-weight : bold;
	text-align : center;
	padding-bottom : 8px;
	color : #003366;
}

#productspecs_systemrequirements_title {
	color : #3399cc;
	font-size : .85em;
	font-weight : bold;
}

.productspecs_systemrequirements_desc_li {
	font-size : .75em;
	padding-bottom : 5px;
}

#color_brown {
	color : #c6790b;
}

#productspecs_systemrequirements_span_brown {
	color : #c6790b;
	font-style : italic;
}

#productspecs_description_subnav {
	font-size : .85em;
	padding-bottom : 15px;
}

#productspecs_systemrequirements_subheader {
	font-size : .85em;
	font-weight : bold;
	text-align : center;
	background : #d2e1f0;
	color : #003366;
	padding-top : 5px;
	padding-bottom : 5px;
}

#productspecs_systemrequirements_subheader_market {
	font-size : .85em;
	font-weight : bold;
	text-align : right;
	color : #d2e1f0;
	padding-top : 5px;
}

#productspecs_products {
	position : relative;
	top : 15px;
	left : 0px;
	height : 230px;
	width : 565px;
}

#productspecs_product {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 130px;
	height : 350px;
	background : #f5f6f2;
}

#productspecs_product_model {
	position : relative;
	top : 0px;
	left : 0px;
	height : 15px;
	width : 130px;
	color : #003366;
	font-size : .75em;
	padding-top : 2px;
	padding-bottom: 2px;
	padding-left : 2px;
}

#productspecs_product_image {
	position : relative;
	top : 0px;
	left : 0px;
	height : 125px;
	width : 130px;
}

#productspecs_product_image_box {
	position : absolute;
	top : 0px;
	left : 6px;
	border : 1px solid #d2e1f0;
	background : #ffffff;
	height : 120px;
	width : 120px;
}

#productspecs_product_title {
	position : relative;
	top : 0px;
	left : 0px;
	width : 125px;
	color : #c6790b;
	font-size : .75em;
	padding-top : 2px;
	padding-bottom: 2px;
	padding-left : 2px;
	padding-bottom : 10px;
	font-style : italic;
}

#productspecs_product_description {
	position : relative;
	top : 0px;
	left : 0px;
	width : 130px;
	color : #277ba4;
	font-size : .75em;
	padding : 2px;
}

#productspecs_product_description li {
	padding-bottom : 5px;
	padding-left : 18px;
	text-indent : -16px;
}

#productspecs_product_more {
	position : relative;
	top : 0px;
	left : 0px;
	height : 16px;
	width : 130px;
	color : #999999;
	font-weight : bold;
	font-size : .75em;
	text-align : right;
}

