html, body, div, span, applet, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
    min-width:925px;
	background-color:#000000;	
	background-image:url(../img/bgd.gif);
	background-repeat:repeat-x;
    }
	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap {
	vertical-align:top;
    width:925px;
	margin:0 auto;
    }
#header a {
	height:86px;
	width:280px;
	display: block;
	text-indent:-9999px;
	background-image: url(../img/logo3.jpg);
	background-repeat: no-repeat;
    }
#main {
    float:left;
	padding:10px;
	text-align:justify;
    }
#flash {
    background:#000;
    width:885px;
	height:300px;
	margin:20px;
	vertical-align: middle;
	}
#featurette {
    background:transparent;
	width: 925px;
	height: 160px;
	padding: 0px;
	margin: 40px 0px 10px 0px;
	}
#sidebar {
    background:#eee;
    float:right;
    width:200px;
	font: 80%;
	margin:5px;
	padding:5px;
    }
#footer {
    clear:both;
	padding:5px;
    margin:0;
    }


/************** feature styles ****************/

#features a {
    background:url(../img/logo.jpg) no-repeat;
	height:86px;
	width:280px;
	display: block;	
	text-indent:-9999px;
    }


/*************** box link style ******************/

#boxLinks ul {
        list-style-type: none;
        width: 200px;
		margin: 5px 0;
} 

#boxLinks li {
        border-bottom: 1px dotted #ccc;
        border-width: 1px 0;
        margin: 0;
}

#boxLinks li a { 
        color: #990000;
        display: block;
        font: bold 100% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #boxLinks li a {  /* make hover effect work in IE */
	width: 200px;
	margin: 5px 0;
}

#boxLinks li a:hover {
        background: #f3f3ff;
}

#boxLinks a em { 
        color: #333;
        display: block;
        font: normal 85% Arial, Helvetica, sans-serif;
        line-height: 125%; 
}

#boxLinks a span {
        color: #125F15;
        font: normal 70% Arial, Helvetica, sans-serif;
        line-height: 150%;
}


/*************** utility links ******************/
#utility {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    float:right;
    }
#utility ul{
	position: relative;
	top:-75px;
	right: 10px;
	visibility: visible;
	}
#utility li{	
	display:inline;
	color: #666666;
	font-weight: bold;

	}
a:link {font: Arial, sans-serif; color: #aaaaaa; text-decoration:none;}
a:visited {font: Arial, sans-serif; color: #999999; text-decoration:none;}
a:hover {font: Arial, sans-serif; color: #cccccc; text-decoration:underline;}
a:active {font: Arial, sans-serif; color: #FF0000; text-decoration:none;}


/*************** main links - image ******************/
#nav {
	font-family: Arial, Helvetica, sans-serif;
    }
#nav ul{
	background:url(../img/mainlinks.gif);
	position: relative;
	top: -31px;
	left: 300px;
	width: 408px;
    }
#nav li{
	float:left;
	list-style-type:none;
    }
#nav li a{
	height:31px;
    display:block;
	position:absolute;
	top:0;
	text-indent:-9999px;
	outline:none;
    }
li#prod a, li#mark a, li#news a, li#abou a {background:url(../img/mainlinks.gif)}

li#prod a 					{background-position:0 0; width:102px; left:0;}
li#prod a:hover 			{background-position:0 -31px;}
body#pageProd li#prod a 	{background-position:0 -62px;}

li#mark a 					{background-position:-102px 0; width:102px; left:102px;}
li#mark a:hover 			{background-position:-102px -31px;}
body#pageMark li#mark a 	{background-position:-102px -62px;}

li#news a 					{background-position:-204px 0; width:102px; left:204px;}
li#news a:hover 			{background-position:-204px -31px;}
body#pageNews li#news a 	{background-position:-204px -62px;}

li#abou a 					{background-position:-306px 0; width:102px; left:306px;}
li#abou a:hover 			{background-position:-306px -31px;}
body#pageAbou li#abou a 	{background-position:-306px -62px;}




/*************** box link style ******************/

#boxLinks ul {
        list-style-type: none;
        width: 200px;
		margin: 5px 0;
} 

#boxLinks li {
        border-bottom: 1px dotted #ccc;
        border-width: 1px 0;
        margin: 0;
}

#boxLinks li a { 
        color: #990000;
        display: block;
        font: bold 100% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #boxLinks li a {  /* make hover effect work in IE */
	width: 200px;
	margin: 5px 0;
}

#boxLinks li a:hover {
        background: #f3f3ff;
}

#boxLinks a em { 
        color: #333;
        display: block;
        font: normal 85% Arial, Helvetica, sans-serif;
        line-height: 125%; 
}

#boxLinks a span {
        color: #125F15;
        font: normal 70% Arial, Helvetica, sans-serif;
        line-height: 150%;
}




/************** feature styles *****************/
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/
.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	color: #003399;
	}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	}

#siteInfo a{
	font: 75% Arial,sans-serif; color: #003399; text-decoration:none;
	}
	


/****************************  misc. ***********************/
/***********************************************************/

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! 
:focus {
	outline: 0;
}*/

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************** header tag styles **************/
h1{font: bold 120% Arial,sans-serif; color: #334d55; margin-top: 5px; margin-bottom: 5px;}
h2{font: bold 114% Arial,sans-serif; color: #006699; margin-top: 5px; margin-bottom: 5px;}
h3{font: bold 100% Arial,sans-serif; color: #334d55; margin-top: 5px; margin-bottom: 5px;}
h4{font: 100% Arial,sans-serif; color: #333333; margin-top: 5px; margin-bottom: 5px;}
h5{font: 100% Arial,sans-serif; color: #334d55; margin-top: 5px; margin-bottom: 5px;}



/************** rounded box styles **************/

.ex1 {
	width: 335px;
	background-color: #CDCDCD;
}
.ex1 p { color: #FFFFFF; padding: 20px 20px 0 20px;}
.ex1 p.first-ele {
	background: 
		transparent url(../img/top-ex1.gif) 
		no-repeat 
		top left;
}
.ex1 p.last-ele {
	padding: 25px 20px 30px 20px;
	background: 
		transparent url(../img/bottom-ex1.gif) 
		no-repeat 
		bottom left;
}



/************** featurette styles ****************/

#featurette img{
	margin: 0px 8px 0px 0px;
	padding: 0px;
	}
#featurette img.end{
	margin: 0px;
	padding: 0px;
	}
	
#top{
	vertical-align: text-top;
}

