/* PAGE
----------------------------------------------------------------------------- */


/* RESET PADDING, MARGINS AND BORDERS ON BLOCK ELEMENTS */

body, div, fieldset, form, h1, h2, img, input, p {margin: 0; border: 0; padding: 0;}

body {
	margin: 7px 0 0 0;
	padding:0 ;
	font-family: Verdana, sans-serif;
	background:#F2F2F2;
}
	
a.skip {
	position: absolute;
	left: -1000em;
	width: 20em;
}

/* LAYOUT
----------------------------------------------------------------------------- */
	
#outer {
	background-color:#fff;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	width: 1000px;	
}
	
#inner	{
	float:left;
	text-align:center;
	padding: 0;
	border-left: 1px solid #0a683a;
	border-right: 1px solid #0a683a;
	border-top: 1px solid #0a683a;
	margin:0px 0 0px 0;
	width: 1000px;
}

	
#pagebody {
	width:1000px;
	float:left;
	padding: 0px 0 0 0;
	margin: 0;
	text-align: left;
	color: #444;	
}


#header {
	width:1000px;
	height:98px; 
	padding-bottom:0px;
	background: url(http://www.globalveneers.com/images/banner.jpg) ;
	float:left;
	text-align:left;
}


#menu {
	padding-bottom:0px;
	width:1000px;
	float:left;
	height:35px;
	background-color: #0a683a;
	text-align:left;
	padding-bottom:0px;
}


#menu ul {
	list-style-type:none;
	display:inherit;
}


#menu li {
	display:inline;
}


#menu a {
	float:left;
	text-decoration:none;
	color:white;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}


#maincol {
	margin:0 0 0 0;
	padding: 16px 22px 0 27px;	
	height:381px; 
	background-color:#BCA067;
	width:461px;
	float:left;
	overflow:auto;
}
 

#leftcol {
	MARGIN:0;
	WIDTH:490px;
	text-align:left;
	float:left;
	padding:0px 0px 0 0px;
	min-height:397px;
	height:auto !important;
	height:397px;
	background-color:#FFFFFF;
}


/* 
----------------------------------------------------------------------------- */


#maincol p {
	font-size:85%;
	color: #FFFFFF;
	padding-top:0;
	margin:7px 0 13px 0;
	line-height:1.6em;
}


#maincol h1 {
	margin: 0px 0 .5em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 159%;
	color: #FFFFFF;
	font-weight: normal;
	text-transform:uppercase
}


#maincol h2 {
	margin: .4em 0 .5em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 122%;
	color: #81453D;
	font-weight: bold;
}

	
#leftcol p {
	font-size:85%;
	color: #FFFFFF;
	padding-top:0;
	margin:7px 12px 13px 20px;
	line-height:1.6em;
}

#leftcol h1{
	margin:7px 12px 13px 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 159%;
	color: #BCA067;
	font-weight: normal;
	text-transform:uppercase;
}

#leftcol h2{
	margin:7px 12px 13px 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 122%;
	color: #BCA067;
	font-weight: bold;
}


.contactus {
	font-size:85%;
	color: #FFFFFF;
	padding-top:0;
	margin:7px 0 13px 0;
	line-height:1.6em
}


.contactus a:link {
	color:#0000FF;
}


/* FOOTER
----------------------------------------------------------------------------- */


#footer {	
	width: 994px;
	\width: 994px;
	w\idth: 994px;
	height:28px;
	\height:28px;
	he\ight:28px;
	float:left;
	text-align:center;
	padding: 10px 0px 0px 6px;
	background-color:#0a683a;
}


#footer p {
	margin: 0;
	padding: 0px 15px 0px 9px;
	font-size: 11px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}


/* CLEAR
----------------------------------------------------------------------------- */

	
.clearboth {
	CLEAR: both;
}


/* LINKS
----------------------------------------------------------------------------- */


a:link {
	color:#0066FF;
	text-decoration:none;
}
	
a:hover {
	color: #C69129;
	text-decoration:underline;
}

a:visited {
	color: #0066FF;
	text-decoration:none;
}


/* BULLETS
----------------------------------------------------------------------------- */


#maincol ul {  
	line-height:1.6em;
	color:#fff;
	list-style:circle;
	margin-left: 30px;
	padding:0;
	font-size:85%;
}


#maincol li { 
	padding-left: 0px;
	margin-left:0;
}


#maincol a {
    	color:#0066FF;
	text-decoration:none;
	font-weight:bold;
}
	

#maincol a:hover {   
	color:#7A582B;
	text-decoration:underline;
}
	

/* BUTTONS
----------------------------------------------------------------------------- */


.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:4px 10px 3px 7px; /* Links */
}


.buttons button{
    width:auto;
    overflow:visible;
    padding:3px 10px 2px 7px; /* IE6 */
}


.buttons button[type]{
    padding:3px 10px 2px 7px; /* Firefox */
    line-height:17px; /* Safari */
}


*:first-child+html button[type]{
    padding:3px 10px 2px 7px; /* IE7 */
}


.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}


.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}


/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}


.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}


.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}


.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}


.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


/* VENEER CHART
----------------------------------------------------------------------------- */
.div-veneerchart-table{display:table; border:0px solid #003399;}
.div-veneerchart-table-row{display:table-row;}
.div-veneerchart-table-col{display:table-cell; padding: 5px; border: 0px solid #003399;}

/* Workshop Chart
----------------------------------------------------------------------------- */
.div-workshopchart-table{display:table; border:0px solid #003399;}
.div-workshopchart-table-row{
	display:table-row;
}
.div-workshopchart-table-col{display:table-cell; padding: 5px; border: 0px solid #003399;}