@charset "utf-8";

/********************* 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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********************* MAIN */

html {
	
	background-color: #eee; 
	font-size: 100%;
}

body {
	width: 960px;
	padding: 2%;
	margin: auto; 
	font-family: Georgia, Times, serif; 
	font-size: .875em; 
	color: #444;
	background-color: #fff;
	border: 2px solid #dfdfdf;
}

#header {height: 130px; background: url(images/logo.png) no-repeat}

#content {
	width: 64.5%;
	float: left;
	margin-bottom: 4.5%;
}

.full {
	width: 960px !important;
}
.full p {
	width: 72.9%;
}

#sidebar {
	width: 27%; 
	padding: 2%;
	float: right;
	margin-bottom: 4.5%;
}
#sidebar h3, .sidebar_box {
	padding: 0.5% 1%; 
	margin-bottom: 1.5%;
	text-align: center;
	border-top: 1px solid #4dccf4;
	border-bottom: 1px solid #4dccf4;
	border-radius: 6px;
}
#sidebar p {
	margin-top: .5em;
}

#intro {
	clear: both;
	padding: 2%;
	margin-bottom: 4.5%;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
	border-top: 2px solid #4dccf4;
	border-bottom: 2px solid #4dccf4;
	border-radius: 10px;
}

#intro span {font-weight: 700}

#intro p {padding: 0}

#box-left {width: 31%; float: left; margin-bottom: 4.5%; text-align: justify}
#box-right {width: 31%; float: right; margin-bottom: 4.5%; text-align: justify}
#box-middle {width: 31%; float: left; margin-left: 3%; margin-right: 3%; margin-bottom: 4.5%; text-align: justify}

#box-left h3, #box-right h3, #box-middle h3 {
	position: relative;
	padding: 0.8% 1.5%;
	margin-bottom: 2.6%;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .08em;
	border-top: 1px solid #4dccf4;
	border-bottom: 1px solid #4dccf4;
	border-radius: 6px;
}

#footer {
	clear: both; 
	padding: 1%;
	text-align: right; 
	background-color: #4dccf4;
	font-size: .8em; 
	color: #fff;
	margin-bottom: 2%;
	border-radius: 8px;
}

#footer a {
	color: #fff;
}
#footer a:hover {
	border-bottom: 1px solid #fff;
}


/********************* TPOGRAPHY */

/*** GLOBAL LINKS */

a {
	text-decoration: none;
	color: #48a6c3;
}
a:hover {
	color: #5acff2;
}

/*** TEXT STYLES */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Sans-Serif;
}
h1 {font-size: 2em; font-weight: normal; padding-bottom: 10px}
h2 {font-size: 1.6em; font-weight: normal; padding-bottom: 6px; padding-top: 12px;}
h3, h4 {font-size: 1.4em; font-weight: normal}
h5, h6  {font-size: 1.2em}

sup {
	vertical-align: super;
	font-size: .8em;
}

sub {
	vertical-align: sub;
	font-size: .8em;
}

#content p {
	line-height: 1.4em; 
	padding-bottom: 10px;
	text-align: justify;
}

#content ul {
	margin-left: 2em;
	list-style-type: square;
	padding-bottom: 10px;
}

#content table.prices {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 70%;
	border: 1px solid #48a6c3;
	box-shadow: 1px 3px 5px #ccc;
}
#content table.prices thead {
	text-align: center;
	font-weight: bold;
}
#content table.prices caption, #content table.prices tfoot {
	text-align: left;
	font-style: italic;
}
#content table.prices td{
	padding: 5px;
	min-width: 70px;
	border: 1px dotted #48a6c3;
	vertical-align: middle;
}
#content table.prices tbody tr:hover {
	color: #000;
	background-color: #eee;
	border: 1px solid #48a6c3;
}
#content table.hosting {
	width: 80%;
}
#content table.hosting td {
	text-align: center;
}
#content table.hosting td:first-of-type {
	text-align: right;
}

/*** IMAGES */

.more {float: right; margin-right: 10px}


/********************* MENU */

/*** LEVEL ONE */

ul.nav {
	display:inline-block;
	position: relative;
	z-index:10; 
	width: 98%;
	margin: auto; 
	margin-bottom: 4.5%;
	padding: 0.5%;
	border-top: 1px solid #41accc;
	border-bottom: 1px solid #41accc;
	border-radius: 8px;
	height:34px;
	background-color: #4dccf4;
}

ul.nav li {
	display:inline-block;
	position: relative;
	float: left;
	margin-right: 0.5%;
	zoom:1; /* IE 6, 7 */
}
ul.nav li a {
	display: block;
	min-width: 33px;
	text-align: center;
	padding: 8px 20px;
	color: #fff;
}
ul.nav a:hover {
	color: #999;
	background-color: #fff;
	border-bottom: 1px solid #999;
	border-radius: 8px;
}
ul.nav li.hover, ul.nav li:hover {
	color: #666;
	position: relative;
}
ul.nav li.current a {
	color: #999;
	background-color: #fff;
	border-bottom: 1px solid #999;
	border-radius: 8px;
}
ul.nav li.hover a {
	color: #666;
}

/*** LEVEL TWO */

ul.nav ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; background: #eaeaea;
                                      border-left: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb}
ul.nav ul li 					{ font-weight: normal; background: url(images/dropdown.png);  color: #000; 
									  border-bottom: 1px solid #dbdbdb; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.nav ul li a					{ border-right: none; background: none; padding: 9px 8px; width: 100%; display: inline-block; } 

/*** LEVEL THREE */

ul.nav ul ul 					{ left: 100%; top: 0; z-index:300; border-top: 1px solid #dbdbdb }
ul.nav li:hover > ul 			{ visibility: visible; }


/********************* GALLERY */

.gallery {
	width: 99%;
	overflow: auto;
	margin-left: 0;
	padding-bottom: 2%;
	position:relative;
	clear:both;
}

.gallery ul li {
	width: 189px;
	height: 189px;
	padding-top: 17px;
	padding-left: 17px;
	float: left;
	/*background: url(images/thumb_bg.png) no-repeat;*/
	background-color: #fff;
	margin-left: 2%;
	margin-bottom: 2%;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 1px 3px 5px #ccc;
}

.gallery ul li:hover {
	border: 1px solid #4dccf4;
	box-shadow: 2px 4px 9px #aaa;
}

.center {margin: auto;}

#no_gallery_found {width: 83%; padding: 50px; margin: auto; background: red; border: 10px solid white}

/********************* FORMS */

#content form {
	margin-top: 20px;
	width: 100%;
}
#content form label input,#content form label textarea {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#content form label input:focus,#content form label textarea:focus {
	border: 1px solid #42B6D6;
}
#content form input.submit {
	width: 25%;
	border: 1px solid #ccc;
	border-radius: 6px;
}
#content form input.submit:hover {
	border: 1px solid #42B6D6;
}


/********************* SLIDER */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 5%;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 98%;
  left: 0;
  top: 0;
  margin: 0.99%;
  border: 1px solid #4dccf4;
	box-shadow: 1px 3px 5px #ccc;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

@media screen and (max-width: 1000px) {
body {
	width: 94%;
}
.full {
	width: 94% !important;
}
.full p {
	width: 72.9%;
}

/** END OF < 1000px **/
}

@media screen and (max-width: 600px) {
body {
	width: 94%;
}
.full {
	width: 98% !important;
	float: none;
}
.full p {
	width: 98%;
}
#content {
	width: 98%;
	float: none;	
}
#content table.prices, #content table.hosting, #content form {
	width: 98%;
}
#sidebar {
	width: 98%;
	float: none;
}
#footer {
	width: 98%;
}
ul.nav {
	height: auto;
}
ul.nav li {
	width: 98%;
	height: 34px;
}


#box-left {width: 94%; float: none; margin: 3% auto;}
#box-right {width: 94%; float: none; margin: 3% auto;}
#box-middle {width: 94%; float: none; margin: 3% auto;}

/** END OF <600px **/
}