/*--------------------------------
Rovinggypsy.com Style Sheet
Version 2007. 8
--------------------------------*/
@import url("../css/layout.css");

* {
margin:0;
padding:0;
}

body,h1,h2,h3,h4,h5,h6,p,form,fieldset,img,td,th{
	margin:0;
	padding:0;
	border:0;
}

body{
	background:#FFFFFF url(../images/grad-bg_02.jpg) repeat-x top;
	color:#663300;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

*html body{
	background:#FFFFFF url(../images/grad-bg_02.jpg) repeat-x top;
	color:#663300;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.clear{clear:both;}

a:link{
	color:#666600;
}

a:visited{color:#505050;}

a:active{color:#505050;} 
a:hover {
	color: #669999;
}

#leftcolumn #larIMG { padding: 5px; background-color: #F9F6F1; border: 2px solid #E1D5BD; margin: 4px; float: left; }
.D-link { margin-left: 25px; margin-top: 3px; margin-bottom: 5px; }

/* @Group Contact Form */
#contactWrapper { width:500px; margin:25px 0px 0 15px; }
.message { background:#eee; color:#000; display:none; width:300px; padding:10px; }
.contact { text-align:right; width: 400px; position: relative; margin-top: 25px; }
.contact ul { list-style-type:none; width:390px; }
.contact li { list-style-type:none; }
.special { display:none; }
.contact input { width:260px; }
.contact textarea { width:260px; }
.box { margin: 0px auto; width:960px; background-color:#ffffff; text-align:left; position: relative; z-index: 10; }
#contactForm { height:275px; width:351px; }
#contactForm fieldset { padding:15px; border:none; }
#contactForm label { display:block; color: #663300; }
#contactForm input[type=text] { display:block; border:solid 1px #4d3a24; width:100%; margin-bottom:10px; height:24px; }
#contactForm textarea { display:block; border:solid 1px #4d3a24; width:100%; margin-bottom:10px; }
#contactForm input[type=submit] { border:solid 1px #23150c; color: #663300; padding:5px; }
#contactLink { height:40px; width:350px; background-image:url(../images/slidein_button.png); display:block; cursor:pointer; background-repeat: no-repeat; background-position: right 0px; }
#messageSent { color:#ff9933; display:none; }

