/* CSS Document */
/* KDD Security */
/* 10/27/05 */
a:link {
}
a:hover, a:active {
}
a:visited {
}

form {
	margin:0px;
}

.addproduct input, select, td {
	font-size:10px;
}

a {
	text-decoration:none;
}

img {
	border:0px;
}

td {
	vertical-align:top;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0e3192;
	background-color:#74829d;
}
/* Top Navigation Bar */
td.topnavbar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height:14px;
	background-color:#336699;
	color:#c6d2ea; 
}
/* Bottom Navigation Bar */
td.bottomnavbar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height:10px;
	background-color:#336699;
	color:#c6d2ea; 
	text-align:center;
}
/* Top & Bottom Navigation Bar Links */
td.topnavbar a:link, td.bottomnavbar a:link {
	color:#ffff00;
}
td.topnavbar a:hover, td.bottomnavbar a:hover, td.topnavbar a:active, td.bottomnavbar a:active {
	color:#ffffff;
}
td.topnavbar a:visited, td.bottomnavbar a:visited {
	color:#ffff00;
}

/* Left Round Navigation Bar */
td.midnavbarround {
	background-image:url(../images/template_09.jpg);
	background-repeat:repeat-y;
	color:#0e3192;
	font-size:11px;
	line-height:13px;
}

/* Left Square Navigation Bar */
td.midnavbarsquare {
	background-image:url(../images/template_13.jpg);
	background-repeat:repeat-y;
	font-size:11px;
	line-height:13px;
}

/* Left Navigation Bars Links */
td.midnavbarround a:link, td.midnavbarsquare a:link {
	color:#0e3192;
}
td.midnavbarround a:hover, td.midnavbarsquare a:hover, td.midnavbarround a:active, td.midnavbarsquare a:active {
	color:#ffff00;
}
td.midnavbarround a:visited, td.midnavbarsquare a:visited {
	color:#0e3192;
}
/* Text For Left Hand Navigation Bars */
td.midnavbarsquare p, td.midnavbarround p {
	margin:5px 15px 0px 15px;
}
/* Rules for Left Hand Navigation Bars */
td.midnavbarsquare hr, td.midnavbarround hr  {
 margin:7px 15px 0px 15px;
 padding:0px 0px 0px 0px;
}

/* Text For Body Text */
p.bodytext {
	margin:0px 10px 15px 0px;
}
/* Text for product Specs */
p.specs {
	margin:5px 0px 10px 30px;
}
/*Text formating for headings*/
.heading {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

/* Formating for specials box */
.specialsContent {
  background-image:url(../images/news_02.jpg);
	background-repeat:repeat-y;
	text-align:center;
}
.specialsContent p {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
  line-height:12px;
	margin:0px 15px 0px 15px;
}
.specialsContent hr {
  margin:10px 15px 10px 15px;
  padding:0px 0px 0px 0px;
}

.alright {
text-align:right;
}

/*
	 Colors
   KDD Blue				#0E3192
	 Dark Blue			#336699
	 Mid Blue				#74829D
	 Light Blue			#AEBCD9
	 Lightest Blue	#C6D2EA
*/
