﻿/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:#E4E1DC url(../images/letter.jpg) repeat 0 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MASTER CSS */
body{font-family:Arial,Helvetica,sans-serif;font-size:12px;color:#000;}
a{color:#000;text-decoration:none;}
a:hover{text-decoration:underline;}
h1,h2,h3{font-size:16px;padding:0 0 20px 0;color:#979797;letter-spacing:1px;}

#roses{background:url(../images/roses.png) repeat-y 50% 20px;}
#container{margin:0 auto;width:780px;background:url(../images/bg.png) repeat-y 0 0;padding:0 102px 18px 102px;}
#header{padding:33px 0 25px 0;}
#navigation{height:80px;margin:0;background:url(../images/vine.png) no-repeat 0 20px;}
#navigation li{float:left;padding:0 40px 0 20px;font-size:14px;letter-spacing:1px;}
#navigation li#current{font-weight:bold;}
#navigation a#active_menu-nav{font-weight:bold;}
#menu{clear:both;width:250px;float:left;padding:0 20px 0 0;font-size:12px;}
#menu ul{border-top:1px solid #BABABA;background:url(../images/menu-bg.gif) no-repeat 0 0;}
#menu li{line-height:26px;border-bottom:1px solid #BABABA;padding:0 0 0 20px;}
#menu li#current{border-bottom:1px solid #BABABA;font-weight:bold;}
#menu li a{display:block;letter-spacing:1px;}
#menu li ul{padding:0 0 6px 0;border-top:none;background:none;}
#menu li li{border-bottom:none;padding:0 0 0 20px;line-height:16px;font-weight:normal;}
#content{float:left;width:510px;}
#bottom{clear:left;width:780px;}
#footer{background:url(../images/footer.png) no-repeat 0 0;width:780px;height:102px;margin:0 auto;clear:both;padding:20px 102px 300px 102px;letter-spacing:1px;}

.break{clear:both;}
.sizes{float:right;}

img.floatLeft{float:left;}
img.floatLeft-paddingRight{float:left;padding:0 0 0 20px;}
img.floatLeft-paddingBottom{float:left;padding:0 0 20px 0;}

.rapid_contact td{
	vertical-align:top;
	padding:6px 6px 0 0;
}
.rapid_contact td input{
	width:250px;
}

.rapid_contact td textarea{
	width:250px;
	height:150px;
}

.thumbs{float:left;width:90px;}
.thumbs li img{border:1px solid #999;margin:4px 0 0 0;width:80px;}
.preview{float:left;width:500px;margin:4px 0 0 8px;}
