@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 {
	margin-top: 20%;
	background-color: #eee; 
	font-size: 100%;
}

body {
	width: 960px;
	padding: 20px;
	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: 620px;
	float: left;
	margin-bottom: 44px;
}

.full {
	width: 960px !important;
}
.full p {
	width: 700px;
}

#sidebar {
	width: 260px; 
	padding: 20px;
	float: right;
	margin-bottom: 44px
}
#sidebar h3, .sidebar_box {
	padding: 5px 10px; 
	margin-bottom: 15px;
	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: 20px;
	margin-bottom: 44px;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
	border-top: 2px solid #4dccf4;
	border-bottom: 2px solid #4dccf4;
	border-radius: 8px;
}

#intro span {font-weight: 700}

#intro p {padding: 0}

#box-left {width: 300px; float: left; margin-bottom: 44px; text-align: justify}
#box-right {width: 300px; float: right; margin-bottom: 44px; text-align: justify}
#box-middle {margin-left: 330px; margin-right: 330px; margin-bottom: 44px; text-align: justify}

#box-left h3, #box-right h3, #box-middle h3 {
	position: relative;
	padding: 8px 15px;
	margin-bottom: 25px;
	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: 10px; 
	text-align: right; 
	background-color: #4dccf4;
	font-size: .8em; 
	color: #fff;
	margin-bottom: 20px;
	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 {
	position: relative;
	z-index:10; 
	margin: auto; 
	margin-bottom: 44px;
	padding: 5px;
	border-top: 1px solid #41accc;
	border-bottom: 1px solid #41accc;
	border-radius: 8px;
	height:34px;
	background-color: #4dccf4;
}

ul.nav li {
	float: left;
	margin-right: 5px;
	zoom: 1;
}
ul.nav li a {
	display: block;
	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 {
	overflow: auto;
	margin-left: -44px;
	padding-bottom: 18px;
	position:static;
	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: 43px;
	margin-bottom: 27px;
	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: 798; padding: 50px; margin: auto; background: red; border: 10px solid white}

/********************* FORMS */

#content form {
	margin-top: 20px;
	width: 500px;
}
#content form label input,#content form label textarea {
	width: 500px;
	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: 200px;
	border: 1px solid #ccc;
	border-radius: 6px;
}
#content form input.submit:hover {
	border: 1px solid #42B6D6;
}


/********************* SLIDER */

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.theme-orman.slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:722px;
    height:337px;
    margin: 0 auto;
	margin-bottom: 50px;
    padding-top:18px;
    position:relative;
}

.theme-orman .nivoSlider {
    position:relative;
    width:568px;
    height:268px;
    margin-left:77px;
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.theme-orman .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:568px; /* Make sure your images are the same size */
    height:268px; /* Make sure your images are the same size */
}
.theme-orman .nivoSlider a {
    border:0;
    display:block;
}

.theme-orman .nivo-controlNav {
    position:absolute;
	left:50%;
	bottom:-60px;
    margin-left:-30px; /* Tweak this to center bullets */
}
.theme-orman .nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
    background:url(images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:7px;
    float:left;
}
.theme-orman .nivo-controlNav a.active {
    background-position:0 -10px;
}

.theme-orman .nivo-directionNav a {
	display:block;
	width:25px;
	height:200px;
	background:url(images/arrows.png) no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
    top:40px;
}
.theme-orman a.nivo-nextNav {
	background-position:100% 50%;
	right:-40px;
    padding-right:20px;
}
.theme-orman a.nivo-prevNav {
	left:-40px;
    padding-left:20px;
}

.theme-orman .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-orman .nivo-caption a { 
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-orman .nivo-caption a:hover { 
    color:#fff;
}

.theme-orman .ribbon {
    background:url(images/ribbon.png) no-repeat;
    width:111px;
    height:111px;
    position:absolute;
    top:-3px;
    left:56px;
    z-index:300;
}