/* - - - - - - - - - - - - - - - - - - - - -

Title : déluce verdi site design
Author : strawberryfusion
URL : www.verdilighting.com

Description : main style sheet

Created : 08/12/06
Modified : 08/02/08

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

* {
	margin: 0;
	padding: 0;
}	
html {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 75%;
	color: #000;
	background: #1f778d;
}	
body {
	text-align: center;
}

/* ----- IDS ----- */

#container {
	width: 699px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/rapidweb-body.jpg) repeat-y 0 0;
}	
#header {
	height: 80px;
	background: transparent url(../images/deluceverdi-logo.gif) no-repeat 24px 0px;
}
#headerimg {
	position: absolute;
	top: 50px;
	height: 172px;
	width: 652px;
	margin-left: 23px;
	_margin-left: 22px;
	background: url(../images/rapidweb-image.jpg) no-repeat 50% 50%;

}
#maincontenthome {
	width: 430px;
	float: left;
	margin-top: 150px;
	margin-left: 50px;
	padding: 0 0 108px 0px;
	background: url(../images/verdi_quad.jpg) no-repeat 95% 0%;
}
#maincontent {
	width: 430px;
	float: left;
	margin-top: 150px;
	margin-left: 30px;
	padding: 0 0 108px 0px;
}
#leftpanel {
	width: 180px;
	float: left;
	clear: both;
	margin: 140px 0 0 25px;
	_margin: 140px 0 0 5px; 
}	
#navigation { 
}	
#footer {
	clear: both;
	height: 60px;
	padding-left: 35px;
	background: url(../images/rapidweb-footer.jpg) no-repeat 0 0;
}

/* ----- CLASSES ----- */

.hide {
}
.show {
}
.clear {
	clear: both;
}
.bysf {
	font-size: 35%;
}
.flash {
	margin: 12px 0 0 10px;
	font-size: .9em;
}

/* ----- HEADINGS ----- */

#header h1 {
	text-indent: -1000em;
	overflow: hidden;
}
h1 {
	color: #1d4764;
}
h2 {
	font-size: 1.8em;
	letter-spacing: 1px;
	line-height: 1.3em;
	margin-bottom: 20px;
}
h3 {
	margin-bottom: 8px;
	font-size: 1.4em;
	color: #ecc13e;
}
h4 {
}

/* ----- PARAGRAPHS ----- */

p {
	font-size: 1.2em;
	margin-bottom: 15px;
}
p.subtitle {
	position: absolute;
	margin-top: 45px;
	margin-left: 35px;
}
#maincontent p {
}
#subcontent p {
}

/* ----- QUOTES ----- */

blockquote {
}
blockquote p {
}
cite {
}
blockquote cite {
	
}
/* ----- CODE ----- */

pre {
}
code {
}
p code {
}
pre code {
}

/* ----- LISTS ----- */

li {
}
li p {
}
ol {
}
ul {
}
ol li {
}
ul {
	margin: 18px 0 10px 20px;
}
ul li {
	margin-top: 2px;
}

/* ----- IMAGES ----- */

img {
	clear: both;
	padding: 0px;
	background-color: #fff;
}
img.left {
	float: left;
	margin: 3px 10px 8px 0px;
	border: 1px solid #999;
}
img.right {
	float: right;
	margin: 3px 0px 8px 10px;
	border: 1px solid #999;
}
img.imagehome {
	float: left;
	margin-top: 25px;
	border: none;
}
img.ces {
	margin-left: 15px;
}

p.alllit {
	margin-top: 10px;
	margin-left: 15px;
	font-size: 90%;
	color: #393939;
}

img.alllit {
	margin-top: 10px;
	margin-left: 15px;
}

img a {
	border: 0px;
}
img a:hover {
}

/* ----- BREAK ----- */

hr {
}

/* ----- TEXT FORMATTING ----- */

strong {
}
em {
	color: #d80e16;
}
b {
}
i {
}

/* ----- LINKS ----- */

a {
	text-decoration: none;
	color: #92aeb8;
}
a:hover {
	color: #c50700;
}
a:visited, a:active, a:focus {
}
a:visited {
}
a:active {
}
a:focus {
}
p a {
}
cite a {
}
li a {
}
ul#navigation {
	color: #fff;
	font-weight: bold;
	list-style: none;
}
ul#navigation li a {
	font-size: 1em;
	line-height: 1.1em;
	text-decoration: none;
	color: #1f778d;
}
ul#navigation li a:hover {
	color: #999999;
}
ul#navigation li.active a {
	color: #999;
	border-bottom: 1px solid #1f778d;
}
ul#subnav li a {
	color: #7d959d;
}
ul#subnav li a:hover {
	color: #c50700;
}
h3 a {
	font-size: 1em;
	font-variant: small-caps;
	font-weight: normal;
	color: #92aeb8;
}
h3 a:hover {
	color: #c50700;
}

/* ----- TABLES ----- */

table {
}
caption {
}
thead {
}
tbody {
}
tfoot {
}
tr {
}
tr .alt {
}
th {
}
td {
}

/* ----- FORMS ----- */

form {
}
fieldset {
}
legend {
}
label {
	margin-top: 8px;
	margin-bottom: 5px;
}
input {
}
textarea {
	width: 300px;
}
input, textarea {
	margin-top: 8px;
	margin-bottom: 8px;
border: 1px solid #666;
}
select {
}
optgroup {
}
option {
}
form#zemContactForm input {
	display: block;
	margin-bottom: 5px;
}
form#zemContactForm textarea {
	display: block;
	margin-bottom: 5px;
}

form#zemContactForm select {
	display: block;
}
input.search {
	margin-left: 75px;
	margin-top: 10px;
	width: 100px;
}
form#zemContactForm {
	margin-bottom: 25px;
	margin-left: 1px;
}
form#zemContactForm fieldset {
	border: 0;
	color: #520000;
}
.zemRequired {
	color: #1a1a1a;
	margin-bottom: 8px;
	margin-top: 6px;
}
input.zemRequired {
	display: block;
	color: #1a1a1a;
	margin-bottom: 8px;
}
textarea.zemRequired {
	clear: left;
	display: block;
	color: #1a1a1a;
}
ul.zemError {
	color: #ad1453;
	font-size: 1.2em;
}

/* ----- DEFINITIONS ----- */

dl {
}
dt {
}
dd {
}

