@charset "UTF-8";
/* -------------------------- COLORS -------------------------- 
blue, dark: #139ed5;
blue, light: #bbdbf2;
red: #A00; ?
gray: #979797;
*/

/* -------------------------- GLOBAL -------------------------- */
*, body {
	margin: 0;
	padding: 0;
}
body {
	font: normal 13px/22px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../_images/bg-icon-44.gif) repeat;
}
a {
	color: #A00;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font: bold 20px/24px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #139ed5;
}
h2 {
	font: bold 19px/24px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #A00;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
#wrapper {
	width: 930px;
	margin: 0 auto;
	padding: 28px 0 0 0;
}
.clear {
	clear: both;
}
/* -------------------------- HEADER -------------------------- */
#header {
	background: url(../_images/bg-header.png) no-repeat center top;
	height: 159px;
	position: relative;
}
#logo {
	background: url(../_images/logo-vpg.jpg) no-repeat;
	position: absolute;
	left: 40px;
	top: 45px;
	width: 260px;
	height: 95px;
}
#logo a {
	display: block;
	border: none;
	width: 260px;
	height: 95px;
}
#logo h1 {
	margin: 0;
	padding: 0;
}
#logo span {
	display: none;
}
#btn-home {
	position: absolute;
	top: 45px;
	right: 45px;
	text-transform: uppercase;
	font: bold 17px "Century Gothic", Arial, Helvetica, sans-serif;
}
#btn-home a {
	display: block;
	width: 70px;
	height: 20px;
	text-align: right;
	background: url(../_images/icon-home.gif) no-repeat left top;
	text-decoration: none;
	color: #bbdbf2;
}
#btn-home a:hover {
	color: #139ed5;
	background: url(../_images/icon-home-hover.gif) no-repeat left top;
}
#slogan {
	position: absolute;
	right: 40px;
	bottom: 20px;
	width: 410px;
	height: 25px;
	display: block;
	text-align: right;
	font-style: italic;
	font-size: 17px;
	background: url(../_images/slogan2.gif) no-repeat top right;
}
.homepage #slogan {
	background: url(../_images/slogan1.gif) no-repeat top right;
}
.slogan1, .slogan2 {
	display: none;
}
/* -------------------------- NAV: MAIN -------------------------- */
#nav {
	display: block;
	background: url(../_images/bg-nav.png) no-repeat top left;
	height: 45px;
	overflow: hidden;
	z-index: 1;
}
#nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: center;
}
#nav li {
	display: inline-block;
	height: ;
	padding: 0 4px;
}
#nav li a {
	font: normal 16px/24px "Century Gothic", Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	height: ;
	padding: 8px 15px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}
#nav li a:hover {
	background-color: #bbdbf2;
	color: #000;
}
/* -------------------------- SIDEBAR -------------------------- */
#sidebar {
	width: 200px;
	padding: 10px 20px 0;
	float: left;
	margin: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li a {
	margin: 0;
	padding: 0 0 0 18px;
}
/* -------------------------- STAGE -------------------------- */
#stage {
	background: url(../_images/bg-stage.png) repeat-y top left;
	padding: 15px 14px;
}
#stage h1 {
	background: url(../_images/bg-h1.gif) no-repeat top left;
	height: 60px;
	padding: 18px 0 0 94px;
}
#content {
	margin: 0;
	padding: 10px 40px;
}
#content p {
	padding: 0 0 10px 0;
	margin: 0;
}
#content ul, #content ol {
	margin: 0 0 10px 25px;
}
#content img, #flash {
	border: 1px solid #979797;
}
#content img.none {
	border: none;
}
#content a img {
	border: none;
}
.right {
	float: right;
	margin: 8px 0 5px 20px;
}
.left {
	float: left;
	margin: 8px 20px 5px 0;
}
/* -------------------------- FOOTER -------------------------- */
#footer {
	text-align: right;
	color: #bbdbf2;
	font: normal 12px/18px "Century Gothic", Arial, Helvetica, sans-serif;
	background: url(../_images/bg-footer.png) no-repeat top left;
	height: 105px;
	padding: 15px 40px 0;
}
#footer a {
	color: #fff;
}
/* -------------------------- CLASSES / STYLES -------------------------- */
#content strong {
	font-weight: bold;
	font-size: 15px;
	color: #139ed5;
}
.greek {
	font-style: italic;
	font-size: 13px;
	text-align: center;
}
#content p.greek strong {
	font-size: 15px;
	color: #000;
}
#content .cases a img {
	border: 1px solid #fff;
	float: right;
	margin-left: 20px;
}
.cases {
	padding: 10px;
	margin: 10px 0 0 0;
	display: block;
	background-color: #bbdbf2;
	color: #000;
	border: 1px solid #979797;
	height: 157px;
	width: 800px;
}
.cases a {
	text-decoration: none;
	color: #000;
}
.cases:hover {
	background-color: #139ed5;
}
/* -------------------------- HOMEPAGE -------------------------- */
.homepage #content {
	float: right;
	width: 495px;
	padding-top: 20px;
}
.homepage #stage {
	padding: 0 14px;
	height: 650px;
}
.homepage #stage h1 {
	background: none;
	height: 26px;
	padding: 0 0 15px;
}
.homepage #stage img {
	border: none;
	text-align: center;
	margin: 0 auto;
	display: block;
}
#home-flash {
	float: left;
}
#home-quote {
	background: url(../_images/bg-quote-home.png) no-repeat top left;
	width: 930px;
	height: 141px;
}
#home-quote blockquote {
	margin: 0 auto;
	padding: 36px 115px 0;
	border: none;
	float: none;
	width: 700px;
	background: none;
}
#home-side {
	font-size: 12px;
	font-weight: bold;
	padding: 15px 50px;
	clear: both;
	width: 830px;
	background: url(../_images/bg-home-side.png) repeat-y top center;
}
#home-side ul {
	list-style: none;
	text-align: center;
}
#home-side li {
	display: inline;
	border-left: 4px solid #139ed5;
	padding: 0 10px 0 12px;
}
/* QUOTES */
blockquote {
	color: #000;
	font: italic 16px/28px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 5px auto 5px 15px;
	padding: 20px 30px 25px;
	border-top: 1px solid #139ed5;
	border-bottom: 1px solid #139ed5;
	background: #bbdbf2 url(../_images/bg-quote-marks.gif) no-repeat center center;
	float: right;
	width: 300px;
}
blockquote.left {
	float: left;
}
blockquote:first-letter {
	font-size: 40px;
	font-weight: bold;
}
blockquote .author {
	font-size: 12px;
	line-height: 19px;
	display: block;
	font-style: normal;
	padding-top: 8px;
}
/* -------------------------- SUBPAGE -------------------------- */

/* -------------------------- PRINT -------------------------- */
.print {
	display: none;
}

