/* 
Client: Susana Cirille
Author: AndresYaz
WebSite: www.andresyaz.com

For: Marquetry Susana Cirille
WebSite: www.marquetrycirille.com
*/

body {
	background-image: url(assets/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

h1 { margin-left:15px;}

a:link {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #990000;
}
a:visited {
	color: #990000;
}
#gallerymenu {
	background-color: #000000;
	height: 30px;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	height: 30px;
	margin-bottom: 5px;

}
#gallerymenu a { text-decoration: none; }
#gallerymenu a:hover { text-decoration:underline;}

.active{
	color: #CCCCCC;
	text-decoration: none;
}

.style1 {color: #333333}

/*  Layout  */

#content {
	width: 815px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	clear: both;
	height: auto;
	width: 815px;
	text-align: center;
}
#container {
	clear: both;
	height: auto;
	width: 815px;
}
#footer {
	clear: both;
	height: auto;
	width: 815px;
	text-align: center;
	padding-top: 15px;
	text-decoration: none;
}
.mylink {color: #333333; text-decoration:none;}

/*----------------- TINY SLIDESHOW ----------------------------------------------*/
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {
	width:auto;
	display:none;
	margin-left:50px;
	margin-right:auto;
}
#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	width:725px;
	height:612px;
	padding:2px;
	background-color:#000;border:1px solid #ccc;
}
#information {position:absolute; bottom:0; width:725px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {
	width:auto; 
}
#image img {position:absolute; z-index:25; width:auto;  }
.imgnav {position:absolute; width:25%; height:612px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:612px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=50)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {
	margin-top:10px;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
}
#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {
	position:relative;
	width:456px;
	margin-left:5px;
	height:81px;
	overflow:hidden;
	float: left;
}
#slider {
	position:absolute;
	left:0;
	height:81px;
}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
#copy {
	text-align: center;
}
#copy  a,#copy a:visited,#copy a:hover{
	text-decoration:none;
	color: #333333;
}



/*------------------------- contact form ---------------------------*/

/* Formulario de Contacto: http://web-kreation.com/index.php/freebies/ */

/* the main layout */

#contentForm {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

/* and now the form formatting itself */
#contentForm label {
	display: block;
	line-height: 20px;
	clear: right;
}

 #contentForm .input1,.input2,.textarea1{
	margin: 0;
	padding: 2px;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000;
	border: 1px solid #990000;
	width:284px;
}   
 #contentForm .textarea1{
	width:500px;
	height:164px;
	margin-bottom:5px;
}
#contentForm .input2{
 	width:30px;
} 
#contentForm input:focus, textarea:focus, select:focus {
font-family:"Trebuchet MS", Tahoma, sans-serif;
	border: 1px solid #990000;
	background-color: #000;
	clear: right;
}



 #contentForm input.button {
	cursor: pointer;
	border: none;
	margin-left: 350px;
	background-image: url(assets/submit.png);
	background-repeat: no-repeat;
	width: 94px;
	height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
	display: block;
	width: 300px;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF9D9D url(stop.gif) no-repeat 10px center;
	border: 2px solid #FF0000;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
.new {
	background-color: #D49A5B;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 20px;
	border: 1px solid #870100;
}
