﻿/* CSS Document | LastRender Art Studio's | www.lastrender.com */

body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma,Verdana, Arial;
	color: #454545;
	font-size: 12px;
	text-align: center;
	background: url(../media/bg.jpg) no-repeat top center;
	background-color: #e1e1e1;
}
a:link
{
	color: #1572B1;
	text-decoration: none;
}
a:hover
{
	color: #1572B1;
	text-decoration: underline;
}
a:visited
{
	color: #1572B1;
	text-decoration: none;
}
#wrapper
{
	width: 984px;
	margin: auto;
}
#content
{
	margin-top: 20px;
	text-align: center;
	line-height:150%;
}
#content table tr
{
	text-align: left;
}
#footer
{
	margin-top: 20px;
	background: url(../media/footerBg.jpg) no-repeat top center;
	color: #818181;
	text-align: left;
	font-size: 10px;
}
#footer hr
{
	width: 100%;
	border: solid 0.1em #dddddd;
	height: 0.1em;
	margin-left: 0px;
}
#footer a:link
{
	color: #818181;
	text-decoration: none;
}
#footer a:hover
{
	color: #818181;
	text-decoration: underline;
}
#footer a:visited
{
	color: #818181;
	text-decoration: none;
}
.myTable td
{
	text-align: justify;
}
.myTable thead
{
	color: #000000;
	font-size: 14px;
}
#search {
    width: 138px;
    height: 25px;
    background: url(../media/search.jpg);
}
#search #ctl00_ContentPlaceHolder1_txtSearch {
    float: left;
    padding: 0;
    margin: 3px 0 0 6px;
    border: 0;
    background: none;
}
#search #ctl00_ContentPlaceHolder1_btnSearch {
    float: right;
    width: 26px;
	height: 25px;
}
textarea
{
	border: 1px solid #aaaaaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#454545;
}
.myButton
{
	background: url(../media/button.png);
	vertical-align: middle;
	width: 124px;
	height: 29px;
	color: #ffffff;
	border: none;
	font-weight: bold;
	text-decoration: none;
}
.newsticker {
	list-style-type: none;
	border: 0px;
	background: #e1e1e1;
	padding: 0px;
	margin: 0;
	height:90px;
}
.newsticker a:link
{
	color: #000000;
	text-decoration: none;
}
.newsticker a:hover
{
	color: #1572B1;
	text-decoration: underline;
}
.newsticker a:visited
{
	color: #000000;
	text-decoration: none;
}
#cvContainer
{
	margin-top:50px;
}
#cvBanner
{
	background: url(../media/cvBG.jpg) no-repeat top center;
	margin-top:10px;
	margin-right:20px;
	width:202px;
	height:77px;
}
/* Easy Slider */
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:300px;
		height:225px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}
/* Easy Slider */