* {
	margin: 0;
	padding: 0;
}
html, body {
	height:100%;
	width: 100%;
}
body {
	font-family: Geneva, Verdana, Tahoma, Arial, Georgia,Helvetica, sans-serif;
	font-size: .70em;
	background-color: #212121;
	color: #dcdcdc;
}
h1{
	font-weight: normal;
}
a{
	color: #00a3ed;
	text-decoration: none;
}
a:hover{
	color: #fff;
	text-decoration: underline;
}
p{
	margin: 10px 0 10px 0;
}
.clear{
	clear: both;
}
#firstframe,#frame{
	width:900px;
	/*min-height:570px;*/
	border: 1px solid #585858;
	margin : 0 auto;
	margin-top: 10px;
}
#firstframe{background-image: url(../images/background.png);}
#frame{background-color: #333333;}
#header .left{
	float: left;
	width: 170px;
	height: 133px;
	border-bottom: 1px solid #434343;
	border-right: 1px solid #434343;
}
.contact{
	background: url(../images/contact.gif) no-repeat;
}
.charity{
	background: url(../images/charity.gif) no-repeat;
}
.portfolio{
	background: url(../images/portfolio.gif) no-repeat;
}
#header .right{
	float: left;
	width: 729px;
	height: 133px;
	border-bottom: 1px solid #434343;
}

#frame #header .right{
	background: #333333 url(../images/logo.png) no-repeat;
}
#content .left{
	float: left;
	width: 170px;
	
}
#nav{
	margin:50px 0 30px 0;
	float: right;
	width: 150px;
}
#nav li{
	list-style: none;
	width: 150px;
	height: 36px;
	margin-bottom: 20px;
	display: block;
}
#nav li a{
	display: block; 
	width: 150px;
	height: 36px;
	background-image: url("../images/menu.png");
}
#nav li strong{
	display: none; 
}
#nav .home{background-position: 0 0;}
#nav .home:hover,#nav .homeon{background-position: -150px 0px;}
#nav .aboutme{background-position: 0 -36px;}
#nav .aboutme:hover,#nav .aboutmeon{background-position: -150px -36px;}
#nav .portfolio{background-position: 0 -72px;}
#nav .portfolio:hover,#nav .portfolioon{background-position: -150px -72px;}
#nav .gallery{background-position: 0 -108px;}
#nav .gallery:hover,#nav .galleryon{background-position: -150px -108px;}
#nav .contact{background-position: 0 -144px;}
#nav .contact:hover,#nav .contacton{background-position: -150px -144px;}
#content .right{
	float: left;
	width: 729px;
	min-height: 370px;
	background-color: #272727;
	-moz-opacity:.70; filter:alpha(opacity=70); opacity:.70; 
	border-left: 1px solid #434343;
}
#frame #content{
	background: #333333 url(../images/content.gif) repeat-x;
}
.firstpage{
	padding: 20px 0 0 250px;
}
.firstpage img{
	border: 1px solid #434343;
}
.firstpage p{
	padding-right: 50px;
}
.conleft{
	width: 200px;
	padding: 53px 0 0 20px;
	float: left;
}
.conleft ul{
	list-style-image:url("../images/list.gif");
	padding: 15px 0 0 20px;
}
.conleft li{
	padding-bottom: 5px;
}
.conleft a.on{
	color: #00a3ed;
}
.conright h4{
	padding: 0 13px 20px 0;
}
.conright {
	float: left;
	width: 485px;
	padding: 30px 20px 20px 0;
	text-align: right;
}
#footer a{
	color: #00a3ed;
	text-decoration: underline;
}
#galcharity{
	text-align: left;
	list-style: none;
	padding-bottom: 20px;
}
#galcharity li{
	float: left;
	list-style: none;
	margin: 0 8px 8px 0;
}
#galcharity a{
	display:block;
	float:left;
	padding: 1px;
	border: 1px solid #555555;
	color: #2B2B2B;
	
}
#galcharity a:hover,#galcharity a.on{
	border: 1px solid #939393;
}
#footer a:hover{
	color: #ffffff;
}
#footer .left{
	float: left;
	width: 170px;
	height: 58px;
	border-top: 1px solid #434343;
	border-right: 1px solid #434343;
}
#footer .right{
	float: left;
	width: 729px;
	height: 58px;
	border-top: 1px solid #434343;
	text-align: center;
}
#footer .right span{
	padding-top: 20px;
	display: block;
	font-size: 80%;
}
.pagination {
	padding: 3px;
	margin: 3px;
	text-align:right;
}

.pagination a {
	padding: 2px ;
	margin: 2px;
	text-decoration: none; /* no underline */
}

.pagination a:hover,
.pagination a:active {
	color: #00a3ed;
}
.pagination .current {
	padding: 2px ;
	margin: 2px;
	font-weight: bold;
	color: #00a3ed;
}
.pagination .disabled {
	padding: 2px;
	margin: 2px;
	color: #DDD;
}
/*---- Err Msg ----*/
.err-msg {
	position: absolute;
	width: 424px;
	z-index: 99999;
	/*left: 50%;*/
	margin-left: -212px;
	/*top: 140px;*/
	background-color: #3d3937;
}
.err-msg span {
	display: block;
	padding: 30px 15px 30px 55px;
	font-weight: bold;
}
.cas-err span {
	background: url(../images/msg_err.gif) no-repeat 15px 25px;
	border: 1px solid #9d1e1e;
	color: #9d1e1e;
}
.cas-finlish span {
	background: url(../images/msg_finlish.gif) no-repeat 15px 25px;
	border: 1px solid #45984f;
	color: #45984f;
}
.cas-saving span {
	background: url(../images/ajax-loader.gif) no-repeat 15px 25px;
	border: 1px solid #d4bb16;
	color: #d4bb16;
}
/*---- End Err Msg ----*/
.allform ul {
	width: 100%;	
	list-style: none;
}
.allform legend {
	display: block;
	font-weight: bold;
	font-size: 120%;
	color: #3a3a3a;
}
.allform li {
	overflow: hidden;
	padding-bottom: 8px;	
	list-style: none;
}
.allform label {
	display: block;
	width: 30%;
	float: left;
	text-align: right;
	font-weight: bold;
}
.allform .t {
	display: block;
	margin-left: 32%;
}
.allform .t .ui-datepicker-trigger{
	margin-left: 5px;
	position: relative;
	top: 3px;
	
}
.allform .t em {
	margin-left: 0 !important;
	display: block;
}
select {
	border-color: #acadb2 #dadfe5 #dadfe5 #e3e4e9;
	border-style: solid;
	border-width: 1px
}
input[type='text'], textarea, input[type='password'] {
	padding: 2px 3px;	
	border-color: #434343;
	border-style: solid;
	border-width: 1px;
	width: 75%;
	background-color: #333333;
	color: #fff;
}
.allform .bottomform1 {
	padding-left: 32%;
	width: 68%;
}
.allform .bottomform div{
	float: left;
}
.allform .uploadimg img {
	border: 1px solid #e3e1dd;
	padding: 2px;
	background-color: #fff;
	margin-bottom: 5px;
}
select option {padding: 0 5px}
.allform em{
	color: red;
}

.contactform{
	padding:100px 20px 20px 0;
	text-align: left;
}