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, 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-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	font-family: inherit;

	vertical-align: baseline;

}

:focus {

	outline: 0;

}



body {

 background:#fff url(../images/bg.jpg) repeat-x;

}

#wrapper { 

 margin: 0 auto;

 width: 960px;

}

#topdiv{

	width:960px;

	height:100px;

	background:none;

}

#logo{

	background:url(../images/logo.png) no-repeat;

	width:222px;

	height:70px;

	float:left;

	margin:15px 0 0 30px;;

	display:inline;

}



#tenpixspacer{

	width:100%;

	height:10px;

	overflow:hidden;

	background:none;

}

#header {

 color: #333;

 width: 960px;

 padding: 0;

 height: 250px;

 margin: 0;

 background: none;

}

#content{

	width:920px;

	margin:80px auto 0 auto;
	overflow:hidden;

	

}



#tenpixspacer{

	width:100%;

	overflow:hidden;

	height:10px;

	background:none;

}



h1{

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	color:#d20000;

	font-size:14px;

	font-weight:bold;

}

h2{

	font-family:Arial, Helvetica, sans-serif;

	color:#028AC9;
	
	/*color:#1190CB;*/

	font-size:12px;

	font-weight:bold;

}

h2 a{

	font-family:Arial, Helvetica, sans-serif;

	color:#028AC9;
	
	/*color:#1190CB;*/

	font-size:12px;
  
    text-decoration:none;

	font-weight:bold;

}

h2 a:hover{
	font-family:Arial, Helvetica, sans-serif;

	color:#028AC9;
	
	/*color:#1190CB;*/

	font-size:12px;
  
    text-decoration:underline;

	font-weight:bold;

}

h3{

	font-family:Arial, Helvetica, sans-serif;

	color:#028AC9;
	
	/*color:#1190CB;*/

	font-size:14px;

	font-weight:bold;

}

h3 a{

	font-family:Arial, Helvetica, sans-serif;

	color:#028AC9;
	
	/*color:#1190CB;*/

	font-size:14px;
  
    text-decoration:none;

	font-weight:bold;

}

h3 a:hover{
	font-family:Arial, Helvetica, sans-serif;

	color:#028AC9;
	
	/*color:#1190CB;*/

	font-size:14px;
  
    text-decoration:underline;

	font-weight:bold;

}

#text{

	width:260px;
	float:right;
	
	overflow:hidden;

}

#containterinner{
	float:left;
	width:597px;
}

#portfolio{
	width:900px;
	margin:20px 0 0 8px;
}

#textinner{

	width:590px;
	margin:0 auto;
	padding-left:10px;

}

#textfull{

	width:900px;
	margin:0 auto;
	padding-left:10px;

}

#textfullthanks{
	width:900px;
	height:200px;
	margin:0 auto;
	padding-left:10px;

}
#tab{
	margin:0 auto;
	width:800px;
	border:solid 2px #a60328;
}

#tab tr td.mainheading{
	height:35px;
	background:url(../images/topheadingbg.jpg) repeat-x;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FF0;
	font-weight:bold;

	border:none;
	
}

#tab tr td{
	text-align:center;
	vertical-align:middle;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:12px;
	
	
}
#tab tr.odd{
	background:#e7edff;
}

#tab tr td.leftside{
	background:#009cff;
	color:#fff;
	font-weight:bold;
}

#tab tr td.main{
	background:#900;
	color:#fff;
	font-weight:bold;
	height:30px;
	vertical-align:middle;
}

p{

	font-family:Verdana, Geneva, sans-serif;

	font-size:11px;

	color:#666;

	padding-left:7px;

}

p a{

	text-decoration:none;

	color:#d20000;



}

p a:hover{

	text-decoration:underline;

	color:#06F;

}



#main{

	/* The main container */

	margin:5px auto;

	text-align:center;

	width:900px;

	position:relative;

}



#gallery{

	/* CSS3 Box Shadow */

	-moz-box-shadow:0 0 3px #AAAAAA;

	-webkit-box-shadow:0 0 3px #AAAAAA;

	box-shadow:0 0 3px #AAAAAA;

	

	/* CSS3 Rounded Corners */

	

	-moz-border-radius-bottomleft:4px;

	-webkit-border-bottom-left-radius:4px;

	border-bottom-left-radius:4px;

	

	-moz-border-radius-bottomright:4px;

	-webkit-border-bottom-right-radius:4px;

	border-bottom-right-radius:4px;

	

	border:1px solid white;

	

	background:url(../images/panel.jpg) repeat-x bottom center #ffffff;

	

	/* The width of the gallery */

	width:900px;

	overflow:hidden;

}



#slides{

	/* This is the slide area */

	height:244px;

	

	/* jQuery changes the width later on to the sum of the widths of all the slides. */

	width:900px;

	overflow:hidden;

}



.slide{

	float:left;

}



#menu{

	/* This is the container for the thumbnails */

	height:45px;

	

}



#menu ul{

	

	padding:0px;
	width:230px;
	float:right;
	list-style:none;

}



#menu ul li{

	/* Every thumbnail is a li element */

	width:14px;
	display:block;
	list-style:none;
	float:left;
	text-align:center;
	height:14px;
	
	margin:18px 5px 0 5px;

	

}
#menu li.menuItem a{
	background:url(../images/blue-thumb.png) no-repeat;
	width:14px;
	height:14px;

	text-align:center;
	display:block;
	
}

#menu li.menuItem a:hover{
	background:url(../images/red-thumb.png) no-repeat;
}


#menu ul li.inact:hover{

	/* The inactive state, highlighted on mouse over */

	
	width:14px;
	height:14px;
	


}



#menu ul li.act,li.act:hover{

	/* The active state of the thumb */

	
	width:14px;
	height:14px;
	
	

}



#menu ul li.act a{

	cursor:default;
	background:url(../images/red-thumb.png) no-repeat;
}



/* #menu ul li.fbar{

	The left-most vertical bar, next to the first thumbnail 

	width:2px;

	background:url(../images/divider.png) no-repeat right;

	

}



#menu ul li a{

	display:block;

	background:url(../images/divider.png) no-repeat right;

	height:35px;

	padding-top:10px;

	

}*/



#navigation {

 margin: 0px 20px 0px 0px;

 background: none;

 float:right;

 width:450px;

 height:100px;

 list-style:none;

 display:inline;

}



#navigation li{

	float:left;

	display:block;

	padding:2px;

	

	

}



#navigation li a{

	padding:50px 0 10px 0;

	width:70px;

	float:left;

	text-align:center;

	text-decoration:none;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	color:#666;

	font-size:12px;

	font-weight:bold;

}

#navigation li a:hover{

	color:#fff;

	background:#009fe9;

}

#navigation li.selected a{

	color:#fff;

	background:#E0002F;

}





#leftcolumn { 

 display: inline;

 color: #333;

 margin: 10px;

 padding: 0px;

 width: 195px;

 float: left;

}

#rightcolumn { 

 float: right;

 color: #333;

 margin: 10px;

 padding: 0px;

 width: 683px;

 display: inline;

 position: relative;

}

#footer { 

 background:url(../images/footer_bg.png) repeat-x;

 clear: both;

 height:100px;



}



#footerwrapper{

	

	width:920px;

	margin:10px auto;



}



#footerlinks{

	width:320px;

	margin:0 auto;

	list-style:none;

	display:block;

}

#footerlinks li{

	float:left;

	display:block;

	margin-top:40px;

		font-family:Verdana, Geneva, sans-serif;

	font-size:11px;

	color:#666;
	margin-bottom:10px;



	

}

#footerlinks li a{

	text-align:center;

	width:100%;

	padding-left:5px;

	padding-right:5px;

	font-family:Verdana, Geneva, sans-serif;

	font-size:11px;

	color:#666;

	text-decoration:none;

}

#footerlinks li a:hover{
	text-decoration:underline;
}

.text_field_1{
	background-color: white;
	border: 1px solid rgb(153, 153, 153);
	color: rgb(119, 119, 119);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	width: 210px;
}

.btn{
	background-color: white;
	border: 1px solid rgb(153, 153, 153);
	color: #d20000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.toplink a{
	color:#028AC9;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	float:right;
	
}
.toplink a{
	color:#028AC9;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.toplink a:hover{
	color:#028AC9;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	text-decoration: none;
}

.clear { clear: both; background: none; }
