/* dessin */
/* CSS document: dessin.css */


/* Global Styles */

body {
	background: #330000 url('/images/dessin_background.png') no-repeat top center;
	color: #330000;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#container {
	width: 770px;
	height: auto;
	margin: 0 auto;
	padding: 25px 40px 10px 0;
}
p,
dl {
	margin: 0 0 10px 0;
}
a,
a:visited,
a:active {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}

a.external {
	background: transparent url('/images/external-link.png') no-repeat scroll right 50%;
	padding-right: 13px;
	font-weight: bold;
}
h1 {
	color: #CC6600;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
}
h2 {
	*font-size: 13px;
	text-align: center;
	text-transform: lowercase;
}
h3, h4 {
	color: #993300;
	*font-size: 12px;
	margin-bottom: 0;
	text-transform: lowercase;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #663300;
}
img {
	border: 0;
	clear: both;
	margin: 3px 0;
}
ul {
	clear: both;
	margin: 0;
	padding: 0;
	width: 75%;
}
ul li {
	float: left;
	list-style-type: none;
	padding-right: 3px;
	text-transform: lowercase;
}
ul.normal li, 
dl dd {
	color: #000;
	float: none;
	list-style-type: square;
	margin: 0 0 10px 20px;
}
form {
	margin: 0;
	padding: 0;
}
form fieldset {
	border: none;
}
form input[type="button"],
.button {
	background: none;
	border: 2px outset #993300;
	color: #993300;
	cursor: pointer;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
form ul.normal li {
	clear: both;	
	float: none;
	list-style-type: none;
}
textarea {
	clear: both;
	width: 100%;
}
ul li label span {
	float: left;
	padding-right: 10px;
	width: 200px;
}
ul li label em {
	color: #993300;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
}
ul li label input,
ul li label select {
	clear: right;
	float: left;
	margin-bottom: 5px;
	width: 310px;
}
table {
	border: none;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}
tr td {
	border-bottom: 1px dotted #993300;
}
td span {
	font-weight: normal;
}
#service td.product {
	font-weight: bold;
	width: 65%;
}
#service td.price {
	color: #993300;
	font-weight: normal;
	padding-left: 15px;
	width: 20%;
}
#sample tr td {
	border-bottom: none;
}
#sample td {
	width: 31%;
}
#sample td span {
	font-size: 9px;
}
/* End Global Styles */


/* Page Structure */
#header {
	color: #CC6600;
	font-size: 9px;
	margin-bottom: 20px;
	min-height: 150px;
}
#header .logo {
	text-align: center;
}
#content {
	min-height: 200px;
}
#content h2 {
	font-size: 20px;
	text-align: left;
}
#content .left {
	float: left;
	margin-right: 10px;
	width: 280px;
}
#content ul {
	clear: both;
	width: 550px;
	height: auto;
	min-height: 22px;
	color: #993300;
}
#content ul#servicesProvided li {
	clear: left;
	color: #000;
	float: none;
	font-size: 12px;
	padding-left: 15px;
}
#content ul#servicesProvided li div {
	float: left;
	font-weight: bold;
	width: 390px;
}
#content address {
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 10px;
}
#content.resume {
	text-transform: lowercase;
}
#content.resume h4 span {
	color: #000;
	font-weight: normal;
}
#content.resume ul {
	color: #000;
	width: 100%;
}
#content.resume ul li {
	float: none;
	list-style-type: square;
	margin-left: 15px;
	padding-left: 12px;
}
#content.resume .clients {
	margin: 0 0 5px 35px;
}
.scroll {
	max-height: 900px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 98%;
}
#footer {
	clear: both;
	font-size: 11px;
	margin: 10px 0;
}
#footer ul li {
	border-right: 1px solid #993300;
	font-weight: bold;
	line-height: 9px;
	padding: 0 3px;
}
#footer #copyright {
	clear: both;
	margin-bottom: 20px;
	padding-top: 5px;
}
#footer #promotion {
	background-color: #fff;
	border: ridge #993333; 
	*border: 2px solid #993333; 
	color: #000;
	height: 55px;
	margin: auto auto 20px 300px;
	padding: 8px;
	text-align: center; 
	width: 275px;
}
#footer #promotion h2 {
	color: #993300;
	line-height: 13px;
	margin: 0 0 5px 0;
}

/* End Page Structure */


/* Image Gallery */
.thumbnail { 
	position: relative;
	z-index: 1;
}
.thumbnail:hover {
	background-color: #993300;
	border: none;
	z-index: 30;
}
.thumbnail span { 
	/*CSS for enlarged image*/ 
	background-color: #993300;
	border: 3px solid #993300;
	color: #000;
	left: -1000px;
	padding: 5px;
	position: absolute;
	text-decoration: none;
	visibility: hidden;
}
.thumbnail span img { 
	/*CSS for enlarged image*/ 
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span { 
	/*CSS for enlarged image on hover*/ 
	left: 60px; /*position where enlarged image should offset horizontally */
	top: -110px;
	visibility: visible;
}
/* End Image Gallery */