@charset "utf-8";
/* CSS Document */

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;
}

/*end reset */

body {
	background-image:url(/domains/img/bg.gif);
  	background-position:initial initial;
 	background-repeat:repeat repeat;
  	color:#333333;
	font: normal 100% Arial, Helvetica, sans-serif;
}
img {
	max-width: 100%;
}
#page {max-width:978px; margin:80px auto; min-height:400px;}
.mast {background:url(/domain_landing/img/mastBG.jpg) no-repeat top left; width: 100%; height:135px; padding-top:30px; }
h1.nameTxt { font-family: 'Orienta', sans-serif; font-size:3.375em; color:#25a7a3; margin-left:3.4%;}
.mast p {font-size:1.563em; color:#151515; margin-left:3.4%;}
.intro {
	background-color:#282828;
	padding-top:17px;
	padding-bottom:17px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.intro p{color:#25d7d1; margin-left:3.4%;}
.intro p a {color:#FFF;}
.main {
	border:1px solid #ccc;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	margin-top:37px;
}

.section1 p, .section2 p {font-size:0.875em;}
.section1 p { margin-bottom:14px;}
.section1 {width:63.67484662576687%; float:left; padding:18px  0.75%;}
.section2 {width:30.34969325153374%; float:right; text-align:center; padding:37px 0.75%;}

p.sTTL {font-weight:bold; margin-bottom:0;}

#search {margin-top:20px;}

#search #criteria {
	width:48%;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:8px 12px;
	margin-bottom:8px;
	font-size:1em; /* to disable inner shadow on Safari mobile browser > input type=text fatlarisan */ -webkit-appearance: none } 
	
 
#searchBtn {
	border:1px solid #63faf6; 
	background-color:#4cc0be; 
	
	padding:0.438em 1.563em;
	font-size:1em; 
	color:#fff; 
	text-decoration:none; 
	font-weight:bold; 
	border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	text-shadow: 0 -1px 0 #217e12;
	background: -webkit-gradient(linear, left top, left bottom, from(#4cc0be), to(#24a39f));
	background: -moz-linear-gradient(top, #4cc0be, #24a39f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cc0be, endColorstr=#24a39f);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cc0be, endColorstr=#24a39f)'; 
	outline:none;
	width:auto;
	margin:0 auto;
}
.center {text-align:center; overflow:auto }