@import url( /assets/styles/udm-style.css );

/***********************************************/
/* HTML tag styles                             */
/***********************************************/  

body {
	font-family: Verdana,Arial,sans-serif;
	color: #000;
	line-height: 1.166;
	background: url(/assets/images/bg.gif) #FFF;	
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #003366;
}

h1{
	font-size: 90%;
}

h2{
	font-size: 85%;
}

h3{
	font-size: 80%;
}

h4{
	font-size: 75%;
}

h5{
	font-size: 70%;
}

h6{
	font-size: 70%;
}

p {
	font-size: 70%;
	line-height: 1.4;
}

a, a:link, a:visited, a:hover {
	font-weight: normal;
	color: #00386E;
	text-decoration: underline;
}

ul {
	list-style-type: disc;
	font-size: 70%;
	line-height: 1.4;	
}

ul ul {
	list-style-type: disc;
	font-size: 100%;
	line-height: 1.4;
}

ul ul ul {
	list-style-type: disc;
	font-size: 100%;
	line-height: 1.4;
}

ol {
	font-size: 70%;
	line-height: 1.4;
}

ol ol {
	font-size: 100%;
	line-height: 1.4;
}

ol ol ol {
	font-size: 100%;
	line-height: 1.4;
}

hr {
	border: none 0; 
	border-top: 1px dotted #BDC4CE;
	border-bottom: 1px solid #FFF;
	height: 2px;
}				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 760px;
	margin: 0px auto;
	margin-left: expression( (document.body.clientWidth - 760) / 2 + 'px');
	background-color: #FFF; 
}

#presentation { 
	text-align: left;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#skip {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
	
#mainImage {
	margin: 0;
	padding: 0;
}

#legal {
	margin: 0;
	border: 0;
	padding: 10px;
	text-align: left;
	font-family: Verdana,Arial,sans-serif;
	font-size: 70%;
	line-height: 1.366;
}

#credit {
	padding: 10px;
	color: #999;
	text-align: right;
	font-size: 65%;
}

/***********************************************/
/*Component Styles                             */
/***********************************************/

#auxLinks {
	margin: 5px 7px 0 0;
	font-size: 10px;
	color: #666;
}

#auxLinks a, a:link, a:visited {
	font-weight: normal;
	color: #00386E;
	text-decoration: none;
}

#auxLinks a:hover {
	font-weight: normal;
	color: #00386E;
	text-decoration: underline;
}

.rule { 
	background-color: #000;
}

.divider { 
	background-color: #CCC;
}

#sideNav {
	font-size: 10px;
	color: #000;
	background-color: #E0F3F9;
}

.sideNavArrow {
	background-image:  url("/assets/images/side_nav_arrow.gif");
	background-repeat: no-repeat;
}

#sideNav a, a:link, a:visited {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#sideNav a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#sideNavSub {
	font-size: 10px;
	color: #000;
	background-color: #AADDEE;
}

.sideNavSubArrow {
	background-image:  url("/assets/images/side_nav_sub_arrow.gif");
	background-repeat: no-repeat;
}

#sideNavSub a, a:link, a:visited {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#sideNavSub a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#search {
	font-size: 10px;
	color: #000;
	background-color: #F3FBFF;
}

.search_input {
	height: 13px;
	width: 107px;
	margin: 3px;
	font: 10px verdana;
	color: #000;
	border: #999 1px solid;
	background-color: #FFF;
	padding-top: 1px;
}

.input {
	height: 15px;
	margin: 3px;
	font: 11px verdana;
	color: #000;
	border: #999 1px solid;
	background-color: #FFF;
	padding-top: 1px;
}

.input2 {
	margin: 3px;
	font: 11px verdana;
	color: #000;
	border: #999 1px solid;
	background-color: #FFF;
	padding-top: 1px;
}

#breadcrumbs {
	font-size: 10px;
	color: #003366;
}

#breadcrumbs a, a:link, a:visited {
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}

#breadcrumbs a:hover {
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}

#pageNav a, a:link, a:visited {
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}

#pageNav a:hover {
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}

.gearBlue { 
	background-color: #F7FCFE;
}

#gear_title {
	font-weight: bold;
	font-size: 70%;
	color: #003366;
}

#gear_title a, a:link, a:visited {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

#gear_title a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

#gear_desc {
	font-size: 70%;
	color: #000;
}

.gear_price_orange {
	font-size: 100%;
	color: #FF6600;
}

#gear_price_black {
	font-size: 70%;
	color: #000;
}

#gear_more {
	font-weight: bold;
	font-size: 11px;
	color: #999;
}

#gear_more a, a:link, a:visited {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#gear_more a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}


#coTitle {
	font-size: 10px;
	color: #999;
}

#coTitle a, a:link, a:visited {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#coTitle a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.coArrow {
	background-color: #F7FCFE;
	background-image:  url("/assets/images/side_nav_arrow.gif");
	background-repeat: no-repeat;
}

.coBlue { 
	font-size: 10px;
	color: #000;
	background-color: #F7FCFE;
}

#coBlue a, a:link, a:visited {
	color: #000;
	text-decoration: none;
}

#coBlue a:hover {
	color: #FF6600;
	text-decoration: none;
}

.coDkBlue {
	font-size: 10px;
	color: #000; 
	background-color: #E0F3F9;
}

.coPrice {
	font-size: 10px;
	color: #006600;
	background-color: #E0F3F9;
}

#pageNav {
	margin: 0;
	padding: 0;
	color: #003366;
	font-size: 10px;
	font-weight: normal;
}

#legal a, a:link, a:visited {
	font-weight: normal;
	color: #00386E;
	text-decoration: none;
}

#content a, a:link, a:visited {
	font-weight: normal;
	color: #00386E;
	text-decoration: none;
}

#content a:hover {
	color: #FF6600;
	text-decoration: none;
}

.caption {
	font-size: 10px;
}

.grey {
	color: #999;
}

#legal a:hover {
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}

#credit a, a:link, a:visited {
	font-weight: normal;
	color: #999;
	text-decoration: none;
}

#credit a:hover {
	font-weight: normal;
	color: #00386E;
	text-decoration: none;
} 



/***********************************************/
/*Navbar Styles                             */
/***********************************************/

#left, #leftButton, #leftButton:visited {
	width:180px; 
	}

#news, #newsButton, #newsButton:visited {
	width:106px; 
	}

#techniques, #techniquesButton, #techniquesButton:visited {
	width:106px; 
	}

#gallery, #galleryButton, #galleryButton:visited {
	width:106px; 
	}

#links, #linksButton, #linksButton:visited {
	width:106px; 
	}

#about, #aboutButton, #aboutButton:visited {
	width:106px; 
	}

#right, #rightButton, #rightButton:visited {
	width:36px; 
	}
