﻿/*-----------------------------------------------

INDEX:
0.  RESET
1.  SETUP
-1.1 Defaults
-1.2 Hyperlinks

2.  SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-down navigation
-2.4 Featured-slider
-2.5 Blog and Page sub-header
-2.6 Content
-2.7 Sidebar
-2.8 Footer

3.  WIDGETS

4.  POSTS
-4.1 Typographic Elements
-4.2 Images
-4.3 Captions

5.  COMMENTSAREA
-5.1 Comments
-5.2 Comments Form

6.  GENERAL STYLES

-----------------------------------------------*/

/*-----------------------------*/
/* 0. RESET */
/*-----------------------------*/
body, html
{
	height: 100%;
}

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
{
	line-height: 1;
}
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;
}
.clear
{
	clear: both;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body
{
	font: 12px Tahoma, Arial;
	line-height: 1.5; /*unitless for proper inheritance*/
	color: #333333;
	background: url(/img/bg.jpg) repeat-x left top;
}

h1
{
	color: #1E3453;
	text-transform: uppercase;
}

h2
{
	color: #1E3453;
	text-transform: uppercase;
}

h3
{
	color: #666666;
	text-transform: uppercase;
}

h4, h5, h6
{
	color: #1E3453;
	text-transform: uppercase;
}

h2.team
{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0;
}

h3.position
{
	font-size: 14px;
	line-height: 12px;
	margin-bottom: 0;
	margin-top: 0;
}

span.home
{
	color: #1E3453;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

.ltblue
{
	color: #587191;
	font-weight: bold;
}

.blue
{
	color: #1E3453;
	font-weight: bold;
}

.blue2
{
	color: #1E3453;
	font-weight: normal;
}

img, div, ul
{
	behavior: url( '../iepngfix/iepngfix.htc' );
}


/* 1.2 Hyperlinks */

a:link, a:visited
{
	color: #587191;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited
{
	color: #1E3453;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
}

/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

#wrap
{
	margin: 0px auto;
	width: 1006px;
	height: 100%;
}

#container
{
	margin: 0 auto;
	width: 1006px;
	height: 100%;
}


/* 2.2 Header */

#header-border
{
}

#header
{
	width: 1006px;
	height: 145px;
	margin: 0 auto;
	float: left;
	background: url(/img/header-bg.png) no-repeat center bottom;
}
.logo
{
	float: left;
	width: 100px;
	margin: 20px 0 20px 30px;
}

.logo img
{
	margin: 20px 0 20px 30px;
}

#home-img
{
	margin: 0 auto;
	width: 1006px;
	height: 300px;
	background: url(/img/base.png) repeat-y center top;
}
#sub-img
{
	margin: 0 auto;
	width: 1006px;
	height: 150px;
	background: url(/img/base.png) repeat-y center top;
}
#InvestorFormcontainer
{
	width: 550px;
	float:right;
	font: 12px Tahoma, Arial;
	margin:60px 30px 0 0px;
}
/* 2.3 Navigation */
#navcontainer
{
	width: 525px;
	float:right;
	margin:30px 0 0 0px;
}
#navcontainer2
{
	width: 700px;
	float:right;
	margin:25px 20px 0 0px;
}

/* 2.3.1 Style drop down list */


/* 2.4 Featured-slider */


/* 2.6 Content */

#home-img-inner
{
	margin: 0 auto;
	width: 980px;
	height: 300px;
	background: url(/img/home.jpg);
}
#About-img-inner
{
	margin: 0 auto;
	width: 980px;
	height: 150px;
	background: url(/img/aboutus.jpg);
}
#Experience-img-inner
{
	margin: 0 auto;
	width: 980px;
	height: 150px;
	background: url(/img/proven.jpg);
}
#new-img-inner
{
		margin: 0 auto;
	width: 980px;
	height: 150px;
	background: url(/img/whatsnew.jpg);
}
#investor-img-inner
{
		margin: 0 auto;
	width: 980px;
	height: 150px;
	background: url(/img/investor.jpg);
}
#contact-img-inner
{
		margin: 0 auto;
	width: 980px;
	height: 150px;
	background: url(/img/contact.jpg);
}
/* 2.6.1 Old World Tuscan */
#Tuscan-img
{
	margin: 0 auto;
	width: 1006px;
	height: 590px;
	background: url(/img/base.png) repeat-y center top;
}
#Tuscan-img-inner
{
	margin: 0 auto;
	width: 980px;
	height: 590px;
	background: url(/Ventoux/img/home3.jpg);
}
#Tuscan-sub
{
	margin: 0 auto;
	width: 1006px;
	height: 300px;
	background: url(/img/base.png) repeat-y center top;
}



#content
{
	background: url(/img/content-bg.png) repeat-y center top;
}

#main
{
	width:680px;
	float:right;
	margin:50px 30px 0 20px;
}
#contactForm
{
	width:600px;	
}

/* 2.7 Sidebar */

#Sidebar
{
	width:250px;
	float:left; 
}
#sideNav
{
	width:200px;
	margin:50px 20px 0px 24px;
	float:left;
}

/* 2.8 Footer */

#footer
{
	width: 1006px;
	height: 145px;
	margin: 0 auto;
	color: #fff;
	background: url(/img/footer_bg.png) no-repeat center top;
}
#footer-inner
{
	width:980px;
	margin: 15px 0 0 40px;
	text-align:center;
	float:left
}
#footer a:link, #footer a:visited
{
	color: #fff;
}
#copyright
{
}
/*-----------------------------*/
/* 3. WIDGETS */
/*-----------------------------*/

/*-----------------------------*/
/* 4. POSTS */
/*-----------------------------*/


/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/
#portait
{
	float:left;
	border-right:solid 20px #fff;
	border-bottom:solid 20px #fff;
}