@import "reset.css";
@import "forms.css";
/* End of imported css files */
@charset "utf-8";
/*	Desc: ServerTR Screen Media Style Sheet
	Author: Hakan Uzunoglu - Designer
	Author: Guney Can Gokoglu - Developer
*/
html {
	height:100%;
}
body {
	background:url(../images/site/bg.jpg) repeat-x #fff;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #666;
	width:100%;
}
/* Common Styles */
/* Sitewide Links */
a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
	border:none;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #036;
	border:none;
	font-weight:bold;
}
/* Sitewide Headers */
h1, h2, h3, h4, h5, h6 {
	font-family:Myriad Pro, Arial, Helvetica, Verdana, sans-serif;
	color:#666;
	font-weight:bold;
	margin:0.7em;
	line-height:1.1em;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img h5 img, h6 img {
	vertical-align:middle;
	position:relative;
	top:-0.1em;
	margin-right:0.2em;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
	display:none;
}
h1 {
	font-size:2.4em;
	letter-spacing:-0.05em;
}
h2 {
	font-size:1.9em;
	letter-spacing:-0.05em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.2em;
}
/* Sitewide HTML Elements */
p {
	margin:1em 0 1em 0;
	line-height:1.5em;
}
ul, ol {
	list-style-type: disc;
	list-style-position: inside;
	margin:1em;
	text-indent:1em;
	line-height:1.5em;
}
li {
}
/* Tables */
.commonTable {
	padding: 0;
	margin: 0;
	width:100%;
}
.commonTable caption {
	padding: 0 0 5px 0;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.commonTable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #7aa49f;
	border-bottom: 1px solid #7aa49f;
	border-top: 1px solid #7aa49f;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/site/tables/bg_header.jpg) no-repeat;
}
.commonTable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #7aa49f;
	background: none;
}
.commonTable td {
	border-right: 1px solid #7aa49f;
	border-bottom: 1px solid #7aa49f;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
.commonTabletd .alt {
	background: #F5FAFA;
	color: #797268;
}
.commonTable th.spec {
	border-left: 1px solid #7aa49f;
	border-top: 0;
	background: #fff url(../images/site/tables/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.commonTable th.specalt {
	border-left: 1px solid #7aa49f;
	border-top: 0;
	background: #f5fafa url(../images/site/tables/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
/* Sitewide Helper Classes */
.floatLeft {
	float:left;
	display:inline;
}
.floatRight {
	float:right;
	display:inline;
}
.center{
	margin:0 auto;
	display:block;
}
.clear {
	clear:both;
}
.borderless {
	border:none;
}
.bordered {
	border:1px solid #a67c5d;
	margin:2px;
}
.btn {
	cursor:pointer;
}
.slpanel {
	cursor:pointer;
}
.slpanel-closed {
	display:none;
}
.tabbedcontent {
	display:none;
}
.more {
	background:url(../images/site/bgMore.gif) no-repeat;
	width:143px;
	height:25px;
	line-height:25px;
	text-align:right;
	padding-right:35px;
	float:right;
}
#clear1 {
	clear:both;
	height:1px;
}
/* End of Common Styles */

/* Master Layout */
#container {
	width:960px;
	text-align:left;
	margin:0 auto;
}
#header {
	height:222px;
	background: url(../images/site/bgHeader.jpg) no-repeat;
}
#contentWrapper {
	padding:5px;
	width:950px;
}
#contentWrapper #col1 {
	width:710px;
	float:left;
	display:inline;
	text-align:left;
}
#contentWrapper #col2 {
	width:225px;
	float:left;
	display:inline;
	text-align:left;
	margin-left:10px;
	margin-top:12px;
}
#footer {
	width:100%;
	height:79px;
	background:url(../images/site/bgFooter.jpg);
	color:#fff;
	clear:both;
}
#footer #footerContent {
	width:960px;
	height:79px;
	margin:0 auto;
}
#footer #footerContent p {
	display:inline;
	float:right;
	margin:40px 0 0 0;
}
/* End of Layout */
#logo {
	float:left;
	display:inline;
}
/* Main Navigation */

#mainNavigation {
	float:right;
	display:inline;
	font-size:16px;
	line-height:normal;
	width:470px;
	height:56px;
}
#mainNavigation ul {
	list-style: none;
	margin:0;
	padding:0;
	text-indent:0;
}
#mainNavigation li {
	float:left;
	display:inline;
	height:56px;
	background: url(../images/site/bgNavi.png) left bottom no-repeat;
}
#mainNavigation li:hover {
	background-position: left top;
}
#mainNavigation a {
	display:inline-block;
	padding-left:1em;
	padding-right:1em;
	height:56px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height:56px;
	text-decoration: none;
	color:#FFF;
	background: url(../images/site/bgNavia.png) right bottom no-repeat;
}
#mainNavigation a:hover {
	color: #FFF;
	background-position: right top;
}

/* QuickSearch */

#quickSearch {
	height:30px;
	padding:2px;
	background: url(../images/site/bgQuickSearch.jpg) repeat-x #0d4083;
	width:218px;
	overflow:hidden;
	border:1px solid #0d4083;
	margin-bottom:20px;
}
#quickSearch #qSearchForm {
	padding:0;
	margin:0;
	display:inline;
}
#qSearchForm .inp {
	padding:4px;
	margin:0;
	border:none;
	background:none;
	height:20px;
	width:178px;
	font-size:18px;
	font-weight:bold;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	color:#FFF;
	display:inline;
	float:left;
}
#qSearchForm .sbmt {
	display:inline;
	float:left;
	margin:2px;
}

/* Sideboxes */

.sideBox{
	margin-bottom:20px;
	font-size:11px;
}
.sideBox h2{
	margin:0;
	border-bottom:1px solid #069;
}

/* Common Menu */
.menu {
	overflow:hidden;
	width:100%;
}
.menu ul {
	list-style-type: none;
	list-style-position:outside;
	text-align:left;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
.menu ul li {
	border-bottom:1px dotted #666;
	text-indent:0;
	margin:0;
	padding:0;
}
.menu ul li a:active, .menu ul li a:visited, .menu ul li a:link {
	display: block;
	color: #666;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	padding-top:10px;
	padding-bottom:10px;
}
.menu ul li a:hover {
	color: #000;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	padding-left:5px;
}

/* Slide */

#headerSlide {
	margin:2px;
	clear:both;
}
/* Per Page Styles */

/* HomePage Styles */

/* Header Slide */
.homeSlide .slogan {
	display:inline;
	float:left;
	margin-top:25px;
}
.homeSlide .slogan h1 {
	color:#FFF;
}
.homeSlide .domainSearch {
	width:380px;
	height:90px;
	background:url(../images/site/bgHalfDark.png);
	float:right;
	margin:30px 15px 20px 0;
	color:#fff;
	padding:5px;
}
.homeSlide .domainSearch h3 {
	color:#fff;
	margin:5px;
}
.homeSlide .domainSearch small {
	color:#fff;
	margin-left:5px;
}
.homeSlide .domainSearch form {
	padding:5px;
	margin:7px 0 0 0;
}
.homeSlide .domainSearch .t {
	width:272px;
	height:16px;
	border:1px solid #FFF;
	float:left;
	padding:4px 2px 2px 2px;
	font-size:14px;
	color:#999;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	display:inline;
}
.homeSlide .domainSearch .s {
	width:80px;
	height:24px;
	border:1px solid #FFF;
	margin:0 0 0 10px;
	background-color:#bedd00;
	color:#036;
	text-align:center;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	display:inline;
}

.home h1 {
	margin:0;
}
.home #serverTr {
	width:31%;
	float:left;
	display:inline;
	padding:10px;
}
.home #packages {
	width:31%;
	float:left;
	display:inline;
	padding:10px;
	border-left:1px solid #699;
}
.home #solutions {
	width:31%;
	float:left;
	display:inline;
	padding:10px;
	border-left:1px solid #699;
}
.home #references {
	background:url(../images/site/bgReferences.jpg) no-repeat;
	width:940px;
	padding:10px;
	margin:20px 0 10px 0;
	clear:both;
	float:left;
	display:inline;
	position:relative;
	border-bottom:1px solid #999;
}
.home #innerReferenceContainer {
	height:195px;
	overflow:hidden;
}
.home #references #allReferences{
	background:url(../images/site/bgAllReferences.jpg) no-repeat;
	width:186px;
	height:36px;
	position:absolute;
	right:10px;
	top:-10px;
	text-align:center;
	line-height:36px;
}
.home #references #referenceNavigator{
	position:absolute;
	left:322px;
	top:205px;

	width:630px;
	height:27px;
	overflow:hidden;
	line-height:27px;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.home #references #referenceNavigator img{
	float:left;
	margin-right:3px;
}
.home #references #referenceNavigator img{
	float:left;
	margin-right:3px;
}
.home #references #allReferences a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}
.home #references h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:24px;
	letter-spacing:0;
	margin-bottom:5px;
}
.home #references .singleReference {
	display:inline;
	clear:both;
	margin-bottom:15px;
	float:left;
}
.home #references .singleReference img {
	float:left;
	display:inline;
	margin-right:5px;
}
.home #references .singleReference h2{
	margin:0;
	padding:0;
}

/* Blog Page Styles */

/* HomePage Styles */

/* Header Slide */
.homeSlide .slogan {
	display:inline;
	float:left;
	margin-top:25px;
}
.homeSlide .slogan h1 {
	color:#FFF;
}
.homeSlide .domainSearch {
	width:380px;
	height:90px;
	background:url(../images/site/bgHalfDark.png);
	float:right;
	margin:30px 15px 20px 0;
	color:#fff;
	padding:5px;
}
.homeSlide .domainSearch h3 {
	color:#fff;
	margin:5px;
}
.homeSlide .domainSearch small {
	color:#fff;
	margin-left:5px;
}
.homeSlide .domainSearch form {
	padding:5px;
	margin:7px 0 0 0;
}
.homeSlide .domainSearch .t {
	width:272px;
	height:16px;
	border:1px solid #FFF;
	float:left;
	padding:4px 2px 2px 2px;
	font-size:14px;
	color:#999;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	display:inline;
}
.homeSlide .domainSearch .s {
	width:80px;
	height:24px;
	border:1px solid #FFF;
	margin:0 0 0 10px;
	background-color:#bedd00;
	color:#036;
	text-align:center;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	display:inline;
}

.home h1 {
	margin:0;
}
.home #serverTr {
	width:31%;
	float:left;
	display:inline;
	padding:10px;
}
.home #packages {
	width:31%;
	float:left;
	display:inline;
	padding:10px;
	border-left:1px solid #699;
}
.home #solutions {
	width:31%;
	float:left;
	display:inline;
	padding:10px;
	border-left:1px solid #699;
}
.home #references {
	background:url(../images/site/bgReferences.jpg) no-repeat;
	width:940px;
	padding:10px;
	margin:20px 0 10px 0;
	clear:both;
	float:left;
	display:inline;
	position:relative;
	border-bottom:1px solid #999;
}
.home #innerReferenceContainer {
	height:195px;
	overflow:hidden;
}
.home #references #allReferences{
	background:url(../images/site/bgAllReferences.jpg) no-repeat;
	width:186px;
	height:36px;
	position:absolute;
	right:10px;
	top:-10px;
	text-align:center;
	line-height:36px;
}
.home #references #referenceNavigator{
	position:absolute;
	left:322px;
	top:205px;

	width:630px;
	height:27px;
	overflow:hidden;
	line-height:27px;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.home #references #referenceNavigator img{
	float:left;
	margin-right:3px;
}
.home #references #referenceNavigator img{
	float:left;
	margin-right:3px;
}
.home #references #allReferences a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}
.home #references h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:24px;
	letter-spacing:0;
	margin-bottom:5px;
}
.home #references .singleReference {
	display:inline;
	clear:both;
	margin-bottom:15px;
	float:left;
}
.home #references .singleReference img {
	float:left;
	display:inline;
	margin-right:5px;
}
.home #references .singleReference h2{
	margin:0;
	padding:0;
}

/* Blog Page Styles */

/* Header Slide */
.blogSlide .text{
	display:inline;
	float:left;
	margin-top:30px;
}
.blogSlide .text h1 {
	color:#FFF;
}
.blogSlide .image{
	float:right;
	display:inline;
	margin-right:100px;
}

.blog{
}
.blog ul.blogList{
	margin:0;
	padding:0;
	text-indent:0;
}
.blog ul.blogList li.blogPost{
	margin-bottom:30px;
	list-style-position:outside;
	text-align:left;
}
.blog ul.blogList li.blogPost h1{
	margin:0.5em 0;
	text-indent:0;
	padding:0;
}
.blog ul.blogList li.blogPost .postInfo{
	font-size:0.9em;
}

/* FAQ Page Styles */

/* Header Slide */
.faqSlide .text{
	display:inline;
	float:left;
	margin-top:30px;
}
.faqSlide .text h1 {
	color:#FFF;
}
.faqSlide .image{
	float:right;
	display:inline;
	margin-right:100px;
}

.faq{
}
.faq ul.questionList{
	margin:0;
	padding:0;
	text-indent:0;
}
.faq ul.questionList li.question{
	margin-bottom:30px;
	list-style-position:outside;
}
.faq ul.questionList li.question h2{
	margin:0.5em 0;
	text-indent:0;
	padding:0;
	color:#333;
}
.faq ul.questionList li.question p.q{
}
.faq ul.questionList li.question p.a{
	font-style:italic;
	background-color:#F7F7F7;
	padding:1em;
	border:1px solid #CCC;
}
.faq ul.questionList li.question img.icn{
	float:left;
	display:inline;
	margin:0 10px 0 0;
}

/* Hosting Page Styles */

/* Header Slide */
.hostingSlide .text {
	display:inline;
	float:left;
	margin-top:25px;
}
.hostingSlide .text h1 {
	color:#FFF;
}
.hostingSlide .domainSearch {
	width:380px;
	height:90px;
	background:url(../images/site/bgHalfDark.png);
	float:right;
	margin:30px 15px 20px 0;
	color:#fff;
	padding:5px;
}
.hostingSlide .domainSearch h3 {
	color:#fff;
	margin:5px;
}
.hostingSlide .domainSearch small {
	color:#fff;
	margin-left:5px;
}
.hostingSlide .domainSearch form {
	padding:5px;
	margin:7px 0 0 0;
}
.hostingSlide .domainSearch .t {
	width:272px;
	height:16px;
	border:1px solid #FFF;
	float:left;
	padding:4px 2px 2px 2px;
	font-size:14px;
	color:#999;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	display:inline;
}
.hostingSlide .domainSearch .s {
	width:80px;
	height:24px;
	border:1px solid #FFF;
	margin:0 0 0 10px;
	background-color:#bedd00;
	color:#036;
	text-align:center;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	display:inline;
}

.hosting{
}
.hosting .hostingBigImage{
	margin:-120px 5px 5px -50px;
	float:left;
	display:inline;
	position:relative;
}
.hosting ul.hostingList{
	margin:0;
	padding:0;
	text-indent:0;
}
.hosting ul.hostingList li.package{
	margin-bottom:15px;
	margin-right:5px;
	list-style-position:outside;
	border:1px solid #CCC;
	padding:5px;
	width:330px;
	float:left;
	display:inline;
	background:url(../images/site/bgHostingPackage.jpg) right repeat-y;
}
.hosting ul.hostingList li.package:hover{
	background:none;
}
.hosting ul.hostingList li.package h2{
	margin:0.5em 0;
	text-indent:0;
	padding:0;
	color:#333;
}
.hosting ul.hostingList li.package img.pack{
	margin:5px 10px 5px -5px;
	float:left;
	display:inline;
}

