@charset "UTF-8";
/* CSS Document************************
*
*  Eye Trends - Yousef Rabah - Dec 2007
*
****************************************/

body{
margin:0;
padding:0;
background: transparent url(images/gradient_bg.jpg);
}

b{font-size: 100%;}
em{color: red;}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#FFFFFF;

}

#topsection{
background: #383d44;
height: 140px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background-color:#FFFFFF;
}

#contentcolumn{
margin-right: 250px; /*Set right margin to RightColumnWidth*/
background-color:#FFFFFF;

}

#rightcolumn{
float: left;
width: 250px; /*Width of right column*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
background: transparent url(images/sidebar_content.jpg);
}

#rightcolumn a:link {
	color: #B3CCFD;
    text-decoration: none;
    border-bottom:1px dotted;
}

#rightcolumn a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom:1px dotted;	
}
#rightcolumn a.active {
	color: #ffffff;
	text-decoration: none;
	border-bottom:1px dotted;
}
#rightcolumn a:visited {
	color: #B3CCFD;
	text-decoration: none;
	border-bottom:1px dotted;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
background: transparent url(images/footer-bk-1.jpg) no-repeat;

}

#footer a{
color: #ffffff;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


/********* navigation ***********/

#nav {
	width: 50em;
	margin: 0px auto 0 auto;
	padding: 0;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #464a52;
	background: #383d44;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 70%;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
#nav li a {
	float: left;
	padding: 10px 12px;
	text-decoration: none;
	color: #e7e3d9;
	border: none;
	background: url(images/nav-bg.gif) no-repeat bottom right;
	}
#nav li a:hover {
	color: #fff;
	background: #464a52;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
	background: #292d34 url(images/nav-on-bg.gif) repeat-x top left;
	}

/*****************************/
/********shadow container*****/

.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 225px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -4px; /*shadow depth*/
top: -4px; /*shadow depth*/
}

/******************************/
/***********button click ******/


a.ovalbutton{
background: transparent url('images/oval-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('images/oval-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/*********************************/


