/* standard styles */
body {
	/*box*/
	padding: 0;
	background-color: #CCCCCC;
	/*position*/
	margin: 0;
	/*fonts*/
	font-family: arial, Sans-Serif;
	font-size: 12px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
	font-style: italic;
	color: #FF9900;
}
/*>>>>styles of master template header*/
#bodywrapper {
	/*box*/
	width: 900px;
	background-color: #FFFFFF;
	/*position*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	/*box*/
	width: 900px;
	height: 75px;
	background-image: url('../images/logos/dantel_shadowed.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	/*position*/
	margin-left: auto;
	margin-right: auto;
}
#banner a {
	color: Blue;
}
/* container for search box*/ 
#schBox {
	/*position*/
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	/*text*/
	text-align: right;
}
/*<<<<styles of master template header*/

/*>>>>styles for default page*/
#top_headline, #mid_headline {
	/*box*/
	width: 890px;
	height: 30px;
	background-image: url(../images/backgrounds/ovalTop890.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	padding: 0 0 0 0;
	/*position*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	vertical-align: middle;
	/*text*/
	text-align: center;
}
#top_headline h1, #mid_headline h1 {
	/*box*/
	padding-top: 5px;
	/*position*/
	margin: 0 0 0 0;
	/*text*/
	font-family: Arial, Sans-Serif;
	font-size: 1.3em;
	letter-spacing: .2em;
	color: #000000;
}
#top_headline a.more, #mid_headline a.more {
	/*box*/
	border-bottom-color: #FFFFFF;
	/*text*/
	color: #FFFFFF;
}
#top_headline a.more:hover, #mid_headline a.more:hover {
	/*box*/
	border-bottom-color: #CCCCCC;
	/*text*/
	color: #CCCCCC;
}
#top_div {
	/*box*/
	width: 890px;
	height: 350px;
	background-color: #000000;
	background-image: url('../images/backgrounds/products.jpg');
	padding: 0;
	/*position*/
	margin: 0px auto 0px auto;
}
#top_div h1 {
	font-size: 1.2em;
}
#top_div h2 {
	font-size: 1em;
	color: #FF9900;
}
#top_div ul {
}
.div_01 {
	/*box*/
	width: 222px;
	height: 290px;
	/*position*/
	float: left;
	/*text*/
	color: #FFFFFF;
}
.div_01 a {
	/*box*/
	border-bottom: solid 1px #FFFFFF;
	/*text*/
	color: #FFFFFF;
	text-decoration: none;
}
.div_01 a:hover {
	/*box*/
	border-bottom: solid 1px #CCCCCC;
	/*text*/
	color: #CCCCCC;
	text-decoration: none;
}
/*<<<<styles for default page*/
/*>>>>styles for about page*/
#div_page {
	/*box*/
	width: 850px;
	padding: 10px;
	border: solid 1px #CCCCCC;
	/*position*/
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#div_page h1 {
	font-size: x-large;
}
#div_page h2 {
	font-size: large;
	color: #FF9900;
}
.quicklinks {
	/*box*/
	padding-left: 10px;
	padding-bottom: 10px;
	border: solid 1px #CCCCCC;
}
.img_right {
	/*box*/
	padding: 5px;
	/*position*/
	float: right;
}
.img_left {
	/*box*/
	padding: 5px;
	/*position*/
	float: left;
}
/*<<<<styles for about page*/

/*>>>>style for headlines: defautl.htm*/
#headlines {
	/*box*/
	width: 878px;
	height: 570px;
	padding: 5px;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	/*position*/
	margin-left: auto;
	margin-right: auto;
	/*text*/
	line-height: 1.4em;
}
#headlines h2 {
	/*box*/
	padding: 2px;
	/*position*/
	margin:0;
	/*text*/
	font-size: 11pt;
}
#headlines h3 {
	/*position*/
	margin: 0;
	/*text*/
	font-size: 10pt;
	font-style: italic;
	color: #FF9900;
}
#headlines a {
	/*box*/
	border-bottom: solid 1px #8897b7;
	/*text*/
	color: #8897b7;
	text-decoration: none;
}
#headlines a:hover {
	/*box*/
	border-bottom: solid 1px #CCCCCC;
	/*text*/
	color: #CCCCCC;
	text-decoration: none;
}
/*<<<<style for headlines*/

/*>>>>oval container styles*/
.ovalDiv {
	/*box*/
	width: 280px;
	/*position*/
	margin-left: 10px;
	margin-bottom: 10px;
}
.ovalDiv .top {
	/*box*/
	background:transparent;
	/*position*/
	display:block;
	/*text*/
	font-size:1px;
}
/* oval top and bottom border */
.ovalDiv .b1, .ovalDiv .b2, .ovalDiv .b3, .ovalDiv .b4, .ovalDiv .b1b, .ovalDiv .b2b, .ovalDiv .b3b, .ovalDiv .b4b {
	/*box*/
	background:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	overflow:hidden;
	/*position*/
	display:block;
}
.ovalDiv .b1, .ovalDiv .b2, .ovalDiv .b3, .ovalDiv .b1b, .ovalDiv .b2b, .ovalDiv .b3b {
	/*box*/
	height:1px;
}
.ovalDiv .b1 {
	/*box*/
	background: #CCCCCC;
	/*position*/
	margin:0 5px;
}
.ovalDiv .b2, .ovalDiv .b2b {
	/*box*/
	border-width:0 2px;
	/*position*/
	margin:0 3px;
}
.ovalDiv .b3, .ovalDiv .b3b {
	/*position*/
	margin:0 2px;
}
.ovalDiv .b4, .ovalDiv .b4b {
	/*box*/
	height:2px;
	/*position*/
	margin:0 1px;
}
.ovalDiv .b1b {
	/*box*/
	background:#CCCCCC;
	/*position*/
	margin:0 5px;
}
/* oval container's content */
.ovalDiv .boxcontent {
	/*box*/
	height: 550px;
	background:#ffffff;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	/*position*/
	display:block;
}
/* set top oval's background color */
.top .b2, .top .b3, .top .b4, .oval_title {
	/*box*/
	background-color: #8897b7;
}
/* oval container's title bar */
.oval_title {
	/*box*/
	padding-left:7px;
	/*position*/
	margin-top:0;
	/*text*/
	font-family: Verdana, Arial, Sans-Serif;
	font-size:1em;
	color:#FFFFFF;
}
.oval_title .tbl {
	/*box*/
	width:100%;
	padding-bottom:4px;
}
.oval_title .tbl .td1 {
	/*box*/
	width:26px;
}
.oval_title .tbl .td1 img {
	/*box*/
	width:16px;
	height:16px;
	/*position*/
	margin-top:0px;
}
.oval_title .tbl .td2 a:visited, .oval_title .tbl .td2 a:active, .oval_title .tbl .td2 a:link {
	/*text*/
	font-size:9px; /* check font size */
	color:#FFFFFF;
	text-decoration:none;
}
.oval_title .tbl .td2 a:hover {
	/*text*/
	font-size:9px; /* check font size */
	color:#FFFFFF;
	text-decoration:underline;
}
.td2 {
	/*text*/
	text-align: left;
}
.oval_list {
	/*position*/
	margin-left: 20px;
	margin-right: 20px;
	/*text*/
	font-family:  Verdana, San-Serif;
	font-size: 1em;
}
/*<<<<oval container styles*/

/*>>>>generic styles*/
a.more {
	/*box*/
	border-bottom: 1px solid #cccccc;
	/*text*/
	font-family:  Verdana, San-Serif;
	font-size: .8em;
	text-decoration: none;
	text-transform: uppercase;
}
a.more:hover {
	/*box*/
	border-bottom: 1px solid #CCCCCC;
	/*text*/
	color: #CCCCCC;
}
.hot_links, .h_links {
	/*box*/
	padding: 5px;
	/*position*/
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
.bodytext {
	/*box*/
	padding: 8px;
	border: solid 1px #CCCCCC;
	/*text*/
	font-family: arial;
	font-size: 12px;
}
#boxMiddle {
	/*box*/
    width: 600px;
	height: 450px;
    padding: 0;
	background-color: #FFFFFF;
	/*position*/
    position: relative;
	top: 0px;
	/*text*/
   text-align: center;
}
.extra_div01{
	height: 30px;
}
.clearfloat{
	clear:both;
}
.boldtext {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
/*<<<<generic styles*/

/*>>>>Begin footer */
#copyrighttext {
	/*box*/
	height: 24px;
	padding: 0;
	/*position*/
	margin: 0;
	clear: both;
	text-align: center;
	/*text*/
	line-height: 24px;
}
/*<<<< End footer */

/*>>>>styles for partner page*/
#midsec {
	/*box*/
	width: 860px;
	padding: 20px;
}
#midsec tr {
	/*box*/
	height: 15px;
}

/*>>>>styles for new contact page */
#contactPage {
	/*box*/
    width: 600px;
    padding: 10px;
    border: solid 1px #BFC9DC;
	/*position*/
	float: left;
    margin: 0px 10px 10px 15px;
}
#contactTOC {
	/*box*/
    width: 210px;
    padding: 10px;
    border: solid 1px #BFC9DC;
	/*position*/
    float: left;
    margin: 0px 10px 10px 05px;
}
.headingTOC {
	/*box*/
    height: 20px;
    background-color: #BFC9DC;
	padding: 0px;
	/*position*/
	margin: -10px -10px -5px -10px;
	/*text*/
    text-align: center;
}
/*<<<<styles for new contact page */

/*>>>>styles for news page*/
#newsTOC {
	/*box*/
    width: 220px;
    /*border: solid 1px #BFC9DC;*/
    padding: 0px;
	/*position*/
    float: right;
    margin: 0px 10px;
}
.TOC {
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: -30px;
}
.newsTOC {
	/*box*/
	background-color: #BFC9DC;
    padding: 0px;
	margin:0;
    text-align: center;
}
#press {
    margin: 10px 0px 5px 10px;
    padding: 10px;
    border: solid 1px #BFC9DC;
    width: 625px;
	background-color:#FFF;
}
/*<<<<styles for news page*/

/*>>>>styles for career page*/
#left_div01 {
	/*box*/
	width: 590px;
	padding: 0px;
	/*position*/
	float:left;	
	margin: 0 10px 10px 10px;
}
#right_div01 {
	/*box*/
	width: 280px;
	/*position*/
	float:left;	
	margin: 0 10px 10px 0;
}
/*<<<<styles for career page*/

/*>>>> style for solution pages */
#solution {
	/*box*/
    width: 850px;
    margin: 20px auto 20px auto;
    padding: 10px;
    border: solid 1px #BFC9DC;
	background-color:#FFF;
}
/*<<<< style for solution pages */
/*>>>> facebook */
#facebook {
	/*box*/
	width:220px;
	/*position*/
	margin-top:20px;
}
/*>>>> styles for product pages */
#productTOC {
	/*box*/
    width: 185px;
    padding: 10px;
    border: solid 1px #BFC9DC;
	/*position*/
    float: left;
    margin: 0px 10px 10px 05px;
}
#productTOC2 {
	/*box*/
    width: 185px;
    padding: 10px;
    border: solid 1px #BFC9DC;
	/*position*/
    float: left;
    margin: 0px 10px 10px 05px;
}

#productPage {
	/*box*/
	width: 650px;
	height: auto;
	border: 1px solid #CCC;
	padding:10px;
	float: left;
}
#productPage h1 {
	font-size:12px;
	color:#000;
}
#productPage h2 {
	font-size:16px;
	color:#00009F;
}
#productPage p {
	font-size:14px;
}
#productImage
{
    float: left;
    padding: 5px;
}
.imgLinks
{
    text-align: center;
}

.imgLinks img:hover 
{
    border: solid 1px #CCCCCC; 
    cursor: hand;
}
/*<<<< styles for product pages */
