/* CSS Document */
@import url("home.css");

#ContentsBG{
background:url(../images/ContentsBG.gif) repeat-x #a6a6a6;
padding-top:20px;
width:100%;
}
#ContentsBox{
background:url(../images/ContentsBoxBG.gif) repeat-x #808080;
border:18px solid #FFFFFF;
margin:0 auto 10px;
padding:20px;
width:911px; /* 987px */
}
#LeftColumn{
border-top:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
float:left;
padding:10px 10px 10px 0;
width:445px; /* 456px */
}
#RightColumn{
border-top:1px solid #FFFFFF;
float:left;
padding:10px 0 10px 10px;
width:445px; /* 455px */
}
#Row{
padding:10px 0 10px 0;
width:911px;
}
ul.mList {
list-style-image:url(../images/arrow_blue.gif);
}
ul.pList {
list-style-image:url(../images/arrow_brown.gif);
}
/* -- SMILE GALLERY --*/
#Gallery{
background:url(../images/GalleryBG.gif) repeat-x #4f4f4f;
border:1px solid #3f3f3f;
float:left;
height:204px;
margin-right:10px;
margin-bottom:10px;
padding:5px;
width:280px; /*295px*/
}

/* -- BACK ISSUES --*/
#Covers{
background:url(../images/CoversBG.gif) no-repeat #505050;
border:1px solid #3f3f3f;
float:left;
height:325px;
margin-right:15px;
margin-bottom:10px;
padding:8px;
width:146px; /*164px*/
}

/* -- RIGHT COLUMN CONTACT FORM -- */
#RightColumn input, #RightColumn textarea{
color:#3f3f3f;
background:#e3e3e3;
border:1px solid #3f3f3f;
font:11px Arial, Helvetica, sans-serif;
height:14px;
margin:5px 5px 0 0;
padding:2px;
width:425px;
}
#RightColumn textarea {
height:100px;
}
#RightColumn .SubmitBtn, #RightColumn .ClearBtn{
background:url(../images/FormSubmitBtn.gif) repeat-x;
border:none;
color:#734119;
height:26px;
text-transform:uppercase;
width:85px;
}
#RightColumn .CheckBox{
color:#FFFFFF;
height:20px;
width:22px;
}

/* -- LEFT COLUMN CONTACT FORM -- */
#LeftColumn input, #LeftColumn textarea{
color:#3f3f3f;
background:#e3e3e3;
border:1px solid #3f3f3f;
font:11px Arial, Helvetica, sans-serif;
height:14px;
margin:5px 5px 0 0;
padding:2px;
width:425px;
}
#LeftColumn textarea {
height:175px;
}
#LeftColumn .SubmitBtn, #LeftColumn .ClearBtn{
background:url(../images/FormSubmitBtn.gif) repeat-x;
border:none;
color:#734119;
height:26px;
text-transform:uppercase;
width:85px;
}
#LeftColumn .CheckBox{
color:#FFFFFF;
height:20px;
width:22px;
}

/* --- FOOTER --- */
#FooterBox{
background:#3f3f3f;
width:100%;
}
	#Footer{
	background:url(../images/FooterBG.gif) no-repeat #3f3f3f;
	margin:0 auto;
	padding:50px 25px 25px 25px;
	text-align:center;
	width:950px;
	}
	#Footer a{
	color:#b1eefb;
	text-decoration:none;
	}
	#Footer a:hover{
	color:#999999;
	}
	