/*reset*/


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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*text elements*/

a:link				{ }
a:visited			{ }
a:active			{ }
a:focus				{ }
a:hover				{ }

h1  {font-size:36px; font-weigth:bold; font-style:italic;color: #7f007f;padding-bottom:15px;border-bottom:1px #ccc solid; margin-bottom:15px; }
p  {font-family:Arial, Helvetica, sans-serif; font-size:18px;}

/*GLOBAL*/

Body				{ background-color:#FFF;}

#outer			{ width:960px; margin: 0 auto;background-color:#FFF;}

#wrapper			{ width:900px; margin: 0 auto;background-color:#FFF;}

#logo				{ margin:30px 0; float:left;}


#top_nav			{ clear:both}
#top_nav ul			{ border-top:1px #000 solid;border-bottom:1px #000 solid;
						margin:20px 0; padding: 10px 0;}
#top_nav ul li			{ display:inline;}
#top_nav ul li a			{ padding:0 10px;}

#top_nav a:link				{ color:#000; font-weight:bold;}
#top_nav a:visited			{color:#000; }
#top_nav a:active			{ color:#000;}
#top_nav a:focus				{ color:#666;}
#top_nav a:hover				{ color:#7f007f;}

img.center {   display: block;   margin-left: auto;   margin-right: auto; }

#main_slider		{margin:30px 0;}

/* CONTACT FORM CSS */

#formWrap {
	
	width:720px;
	margin-top:30px;
	margin-left:30px;
	background:#F2F2F2;
	border:1px solid #F1F1F1;
	-moz-border-radius:20px;
	-moz-box-shadow:2px 2px 5px #999;
	-webkit-border-radius:20px;
	-webkit-box-shadow:2px 2px 5px #999;
	padding: 16px 10px 40px;
}


#formWrap #form {
	
	border-top: 1px solid #EEE;
	width:720px;
	
	
}


#form .row {
	
	border-bottom:1px dotted #EEE;
	display:block;
	line-height:38px;
	oveflow:auto;
	padding: 24px 0px;
	width: 100%;
	

}


#form .row .label {
	
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	width:200px;
	text-align:right;
	float:left;
	padding-right:10px;
	margin-right:10px;
	
	
	
}


#form .row .Input {
	float:left;
	margin-right:10px;
	width:auto;
	

}	


.detail{
	width:260px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:7px 8px;
	margin:0px;
	display:block;
	}	
	
	
.mess {
	width:450px;
	max-width:450px;
	height:280px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:7px 8px;
	line-height:1em;
	margin:0px;
	display:block;
	}


#form .row .context {
	color:#999;
	font-size:11px;
	font-style:italic;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
	float:left;
}


#form #submit {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:25px;
	margin-left:200px;
	color:#000;
	font-size:16px;
	text-shadow:1px 1px 1px #999;
	padding:10px;
}


/* CONTACT FORM CSS END*/

#footer			{ clear:both;margin-top:20px;padding-top:20px;border-top:1px #ccc solid; }
.footer-text	{ font-size:80%;text-align:center; margin-bottom: 20px; }

/*table*/

table {font-size: 14px;

 text-align:right;


	}

td { 
font-family:Arial, Helvetica, sans-serif; font-size:14px;
text-align:left;
vertical-align:top;
padding:5px;

}

th {font-family:Arial, Helvetica, sans-serif; font-size:14px; color: #7f007f;font-weight: bold;
text-align:center;
vertical-align:middle;
padding:5px;
	}