



/*
 * CMR stylesheet.
 */

@import url('http://www.cmr-longo.it/css/accordion.css');

body {
	color: #000000;
	background-color: #23BDEE;
	font-family: arial, helvetica, sans-serif;
        font-size: 8pt;
}

h3 {
	text-transform: uppercase;
	color: #0184B0;
	background-color: #4D4D4F;
	font-family: "Arial black", sans-serif;
	height: 40px;
	line-height: 40px;
	padding: 10px 0 0 25px;
	margin: -10px 0 0 0;
        font-size: 12pt;
}

img {
	border: none;
}

img.map {
	padding-left: 40px;
}

img.tech {
	float: right;
}

a {
	color: #27ADD7;
	background-color: #414143;
	text-decoration: none;
}

pre {
	font-size: 8pt;
	font-family: monospace;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
	font-family: "Arial black";
}


/*
 * Frame
 */

#frame {
	width: 930px;
	margin: 30px auto;
	color: #FFFFFF;
	background-color: #414143;
	position: relative;
}

/*
 * Header
 */

#header {
	color: #FFFFFF;
	background-color: #414143;
	border-bottom: solid 2px #27ADD7;
	height: 75px;
}

/*
 * Logo
 */

#logo {
	position: absolute;
	top: 0;
	left: 25px;
}

#logo h1 {
	margin: 0;
	padding: 0;
}

/*
 * Menu
 */

#menu {
	position: absolute;
	top: 0;
	right: 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0 30px;
	line-height: 75px;
	text-transform: uppercase;
	color: #27ADD7;
	background-color: #414143;
	display: block;
}

#menu a:hover {
	color: #27ADD7;
	background-color: #4D4D4F;
}

/*
 * Animation
 */

#animation {
	height: 290px;
	color: #FFFFFF;
	background-color: #000000;
}

/*
 * Footer
 */

#footer {
	clear: both;
	border-top: solid 2px #27ADD7;
	margin-top: 30px;
	padding: 3px 10px;
	font-size: 8pt;
}

/*
 * Contacts
 */

#contacts {
	float: right;
	text-align: right;
	width: 215px;
	padding: 190px 30px 20px 20px;
}

/*
 * Content
 */

#content {
	margin-top: 10px;
	padding: 40px 10px 0 25px;
	width: 500px;
}

#content ul {
	list-style: square;
}

/*
 * Accordion
 */

#accordion {
	position: absolute;
	top: 135px;
	left: 30px;
}

/*
 * Product
 */

#product {
	margin-left: 250px;
	width: 660px;
}

#product h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #0184B0;
	background-color: #414143;
        font-size: 8pt;
	padding: 0;
	height: 12px;
	line-height: 12px;
        font-size: 10px;
}

#product h4 {
	margin: 0 0 10px 0;
	color: #27ADD7;
	background-color: #4D4D4F;
        font-size: 8pt;
}

#product a {
	color: #27ADD7;
	background-color: #4D4D4F;
	text-decoration: none;
}

#product #description {
	color: #FFFFFF;
	background-color: #4D4D4F;
	border: solid 1px #27ADD7;
	padding: 15px;
}

#product #image {
	float: left;
}

#product #image .description {
	font-style: italic;
	width: 380px;
}

#product #datasheet {
	color: #FFFFFF;
	background-color: #4D4D4F;
	border: solid 1px #27ADD7;
	padding: 15px;
	margin: 15px 0;
}

#product .pdesc {
	margin-left: 410px;
	width: 200px;
	text-align: justify;
}

/*
 * Picshow
 */

#picshow {
	margin-top: 10px;
	height: 1em;
	line-height: 1em;
}

/*
 * Empty box
 */

#emptybox {
	height: 300px;
}

/*
 * News box
 */

.news {
	float: left;
	width: 50%;
}

/*
 * Highlighted text
 */

.highlight {
	text-transform: uppercase;
	font-weight: bold;
}

/*
 * Patent
 */

.patent {
	float: left;
	width: 235px;
	margin-bottom: 40px;
	padding-right: 15px;
}

.patent img {
	float: left;
	padding-right: 10px;
}

.patent .date {
	font-weight: bold;
	background-color: transparent;
	color: #0184B0;
}

.patent .number {
	font-weight: bold;
	background-color: transparent;
	color: #0184B0;
	text-transform: uppercase;
}
