/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #A5A9B2;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #A5A9B2;
}

body {
	
	background: #000;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #F1F1F1;
	}

  DIV.body {background-color: #000;
    background-image: 
    url(images/rose.jpg); 
    background-repeat: repeat-y;
    background-position: top left;
    }
  DIV.page {background-image: 
    url(images/rose2.jpg);
    background-repeat: repeat-y;
    background-position: top right;
    }


#content
{
	margin: 0 auto;
	background-color: #ffffff;
	width: 758px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	
}

#back
{
background: #282828;
width: 760px;
}

#header {
	height: 400px;
	text-align: left;		
}

#menu1
{
width: 610px;
height: 47px;
margin: 10px;
padding-left: 130px;
background: url(images/menu.gif) repeat-x;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 90px;
	height: 32px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 15px;

}

#menu a:hover {
	width: 90px;
	height: 32px;
	color: #004586;
	text-decoration: underline;
	background: #C3C6CB;
}


#logo {
background: #282828 url(images/header.jpg) no-repeat;
width: 720px;
height: 250px;
text-align: right;
padding-top: 250px;
padding-left: 10px;
margin-left: 10px;
}


#logo a {
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-style: italic;
	font-size: 22px;
	color: #FFF;
}
#logo H2 a
{
font-size: 12px;
text-transform: lowercase;
font-style: italic;
}

#left
{
	padding: 10px;
	width: 237px;
	padding-right: 1em;
}

#left H3
{
width: 222px;
height: 25px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #000000;
background: url(images/menu.gif) repeat-x
}

#left ul {
	list-style: none;
	border-bottom: 1px solid #A5A9B2;
	border-left: 1px solid #A5A9B2;
	border-right: 1px solid #A5A9B2;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#left a {
	color: #A5A9B2;
}
#left a:visited {
	color: #A5A9B2;
}

#left p
{
padding: 10px;
border-bottom: 1px solid #A5A9B2;
border-left: 1px solid #A5A9B2;
border-right: 1px solid #A5A9B2;
}

/**** not used 
#calendar1 {
	padding: 0 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}
****/

#right
{
float: right;
width: 480px;
padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #C5C5C5;
}

#right a
{
color: #A5A9B2;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #C5C5C5;
}
.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
}

.date a {
	color: #D72020;
}



#footer {
	height: 37px;
	clear: both;
	padding-top: 10px;
	background: url(images/menu.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

/****************Form*************/

label{
float: left;
width: 120px;
margin-right: 0.8em;
text-align: right;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
}

fieldset { border:2px solid #ffffff}

legend {
  padding: 0.2em 0.5em;
  border:1px whte;
  color: #ffffff;
  font-size:90%;
  text-align:right;
  }

/* // Designers gallery  */	
	
ul#d_gallery, ul#d_gallery li{
	margin:0;
	padding:1px;
	list-style:none;
	}
ul#d_gallery{
	margin:2em 0;
	display:table-cell
	}			
ul#d_gallery li{
	float:left;
	display:table-cell;
	margin-right:5px;
	}								
ul#d_gallery a{
	float:left;
	display:table-cell;
	position:relative;
	}	
ul#d_gallery a:hover{
	background:none;
	z-index:100;
	}	
ul#d_gallery a span{
	display:none;
	}
ul#d_gallery a:hover span{
	float:left;
	display:block;
	cursor:pointer;
	}
ul#d_gallery a:hover em{
	display:none;
	}				
ul#d_gallery a img{
	border:1px solid #999;
	padding:2px;
	background:#fff;
	}	
ul#d_gallery a:hover img{
	border:1px solid #000;
	max-width: 250px;
	max-height: 250px;
	}
					
	/* // end gallery  */

