
/* Sitewide styles */
 
 * { margin: 0; padding: 0; }
 
 body {
	background-image: url(../assets/graphics/bg.png);
	background-repeat: repeat-x;
	background-color: #29180E;
	color: #CCC;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Geneva, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 2em;
}
 #container {
	width: 800px;
	margin-left: auto; margin-right: auto; /* centers container */
	margin-top: 20px;
	z-index: 2;
	position: relative;
}
 
 #banner { background-image: url(../assets/graphics/ivisioneer-banner.jpg); height: 135px; }
 
 #transLogoLink { margin-top: 45px; }
 
 a:link { color: #0093FF; text-decoration: none; }
 
 a:visited { color: #0093FF; text-decoration: none; }

 a:hover { color: #0F6; text-decoration: none; }

 img { border: none; }
 
 form { margin-right: 50%; margin-left: 50%; }
 
 #footer {
 	color: #CCC;
	padding-bottom: 2px;
	text-align: center;
	padding-top: 2px;
	width: 100%;
	position: fixed;
	background-color: #020101;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #2A2A2A;
	bottom: 0%;
	opacity: 0.7;
	z-index: 20;
}


/* Colors/formatting styles */

.bold { font-weight: bold; }

.red { color: #AD0000; }

.darkGrey { color: #333; }

.yellow { color: #FF0; }

.blue { color: #4F6B93; }

/* Page styles */

.contentPhilo {
	background-image:url(../assets/images/ingredients.png);
	width: 800px;
	height: 450px;
	position: fixed; /* prevents background image from moving when setting margin */
 }
 .contentPhiloText {
	width: 340px;
	margin-top: 60px;
	padding-top: 80px;
	padding-left: 30px;
	background-image:url(../assets/graphics/eye-icon.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #4F6B93;
}
 .contentContactText { width: 340px; padding-top: 10px; padding-left: 30px; }
 
 .contentContact { height: 450px; background-image: url(../assets/graphics/content-bg.png); }
 
 .contentWelcome { height: 450px; background-image: url(../assets/graphics/content-bg.png); padding-left: 15px; }
 
 .contentWelcomeText {
	color: #4F6B93;
	width: 255px;
	float: right;
	padding-right: 15px;
	padding-left: 10px;
	margin-top: -20px;
}
 .contentContactBG {
	background-image: url(../assets/graphics/contact.jpg);
	background-repeat: no-repeat;
	height: 450px;
	background-position: left top;
}


/* Form element styles */

#submitButton { color: #333; background-color: #EEE; padding: 2px; }

#submitButton:hover {
	color: #000;
	background-color:#0F9;
	border: 2px solid;
	border-top-color: #060;
	border-right-color: #096;
	border-bottom-color: #096;
	border-left-color: #060;
	cursor: pointer;
}

/* input:focus, textarea:focus {
	background-color: #EEEEEE;
}*/


/* Splash page */

#logo {
	background-image: url(../assets/graphics/ivisioneer-splash.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 104px;
	margin-top: 60px;
}
#splashContainer { margin-top: 0px; text-align: center; }

#enterSite {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #222;
	border-bottom-color: #222;
	padding: 2px 0px;
}
#enterSite:hover {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #313131;
	border-bottom-color: #313131;
	padding: 2px 0px;
}

