/* SITE WIDE FORMATTING */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url(../images/core/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #3C3C3C;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	display: inline;
	color: #000000;
}

input, select, textarea {
	border: 1px solid #CFD7DD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #7A7A7A;
	background-color: #FFFFFF;
	padding: 3px 0 0 3px;
	width: 250px;
	height: 22px;
}

textarea {
	height: 150px;
}

a:link { color:#3C3C3C; text-decoration:underline}
a:visited { color:#3C3C3C; text-decoration:underline}
a:hover { color:#000000; text-decoration:underline}
a:active { color:#3C3C3C; text-decoration:underline}



/* ID's */

#feature-area td, #feature-area p {
	color: #ffffff;
}

#feature-area .numbers {
	font-size: 16px;
	font-weight: bold;
}

#footer a:link { font-size:11px; color:#3C3C3C; text-decoration:underline}
#footer a:visited { font-size:11px; color:#3C3C3C; text-decoration:underline}
#footer a:hover { font-size:11px; color:#000000; text-decoration:underline}
#footer a:active { font-size:11px; color:#3C3C3C; text-decoration:underline}

#caption {
	padding: 10px 15px 10px 10px;
	border-bottom: 1px solid #D9D9D9;
} 

#caption2 {
	padding: 10px;
} 

.gallery {
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #EAEAEB;
}

.gallery img {
	padding: 4px;
	background-color: #ffffff;
}

.gallery a:hover, .gallery a:hover img {
	background-color: #EAEAEB;
}



/* SPLASH UNIQUE FEATURES */

.bg-featuretext {
	background-image: url(../images/splash/bg-left.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EAEAEB;
}

.bg-featuretext2 {
	background-image: url(../images/splash/bg-featuretext.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #515151;
}




/* OTHER ELEMENTS */

.bg-content {
	background-image: url(../images/core/bg-content.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.phone {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.description {
	font-size: 11px;
	color: #585858;
}

.border-bottom {
	border-bottom: 1px solid #EAEAEB;
}

.placeholder {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	width: 130px;
	height: 150px;
}

.product {
	width: 705px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 40px;
}

table.pdf td {
	vertical-align: top;
	padding: 5px;
}