/**************************************************************reset.css****************************************************/


/*
Title:		Reset default browser styles
Author:		Eric Meyer and Dan Cederholm
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, acronym, 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, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
img.middle{vertical-align:middle;}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img, :link img, :visited img {
	border: 0;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/**************************************************************master.css****************************************************/




/*
Title:		Master styles for screen media
*/


body {
	font-family:  Tahoma, sans-serif;
	color: #5d5d5d;
	font-size: 12px;
	line-height: 18px;
	background: #eee url(../img/bg-body.png) 50% 0 no-repeat;
}

/* links */

a:link, a:visited {
	color: #62b3ff;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.webhosting{ background:url(../img/web_hosting_by_xwd_sibiu.gif) no-repeat; display:block; width:178px; height:48px; text-indent:-9999px}

/* PAGE STRUCTURE
------------------------------------------------------------- */

#container {
	width: 560px;
	margin: 60px auto 0;
}


/* HEADER
------------------------------------------------------------- */

#header {
	width: 500px;
	padding: 25px 30px 0;
	height:76px;
	background: url(../img/bg-header.png) 50% 0 no-repeat;
}

#header h1#logo {
	width: 252px;
	height: 90px;
	float: left;
	margin: 0 0 0 20px;
	background: url(../img/logo_sofitel.gif) no-repeat;
	text-indent: -9999px;
}

#header div#vcard {
	float: right;
	margin: 8px 25px 0 0;
	position: relative;
}

#header div#vcard a {
	display: block;
	width: 59px;
	height: 60px;
	background: url(../img/icon-vcard.png) no-repeat;
	text-indent: -9999px;
}




/* NAVIGATION
------------------------------------------------------------- */

#nav {
	width: 470px;
	height: 41px;
	padding: 29px 45px 0;
	background: url(../img/bg-nav.png) 50% 0 no-repeat;
}

#nav ul {}

#nav ul li {
	float: left;
	margin: 0 15px 0 0; 
}

#nav ul li a {
	display: block;
	width: 94px;
	height: 25px;
	background: url(../img/bg-buttons.png) 0 0 no-repeat;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	line-height: 27px;
	text-transform: uppercase;
	font-size: 9px;
}

#nav ul li a:hover, #nav ul li a.selected {
	text-decoration: none;
	background-position: 100% 0;
}


/* MAIN STYLES
------------------------------------------------------------- */

#main {
	width: 470px;
	padding: 15px 45px 10px;
	background: url(../img/bg-main.png) 50% 0 repeat-y;
}

#main h2 {
	font-size: 18px;
	color: #141414;
	margin: 0 0 15px 10px;
}

#main div.content-top {
	background: #fcfcfc url(../img/bg-content-top.png) 50% 0 no-repeat;
	height: 14px;
}

#main div.content-bottom {
	background: #fcfcfc url(../img/bg-content-bottom.png) 50% 0 no-repeat;
	height: 12px;
	margin: 0 0 15px 0;
}

#main div.content {
	background: #eee url(../img/bg-content.png) 50% 0 repeat-y;
	height: 100%;
	padding: 5px 15px;
	text-shadow: 1px 1px 1px #fff;
}

#main div.content p {
	margin: 0 0 20px 0;
}

#main div.content ul {
	margin: 0 0 10px 5px;
}

#main div.content ul li {
	background: url(../img/bullet.png) 0 50% no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}


/* SOCIAL 
------------------------------------------------------------- */

#main div#social div.content-top {
	background: #fcfcfc url(../img/bg-social-top.png) 50% 0 no-repeat;
	height: 11px;
}

#main div#social div.content-bottom {
	background: #fcfcfc url(../img/bg-social-bottom.png) 50% 0 no-repeat;
	height: 12px;
	margin: 0 0 15px 0;
}

#main div#social div.content {
	background: #0a0a0a url(../img/bg-social.png) repeat-x;
	padding: 5px 10px 1px 7px;
	height: 100%;
	color: #fff;
	text-shadow: none;
}

#main div#social div.content ul#networks {
	overflow: hidden;
}

#main div#social div.content ul#networks li {
	width: 221px;
	margin: 0;
	padding: 0;
	background: none;
	float: left;
	border-bottom: 1px solid #000;
	border-top: 1px solid #464646;
	border-right: 1px solid #464646;
	border-left: 1px solid #000;

}

#main div#social div.content ul#networks li.first {
	border-top: none;
}

#main div#social div.content ul#networks li.last {
	border-bottom: none;
}

#main div#social div.content ul#networks li.left {
	border-left: none;
}

#main div#social div.content ul#networks li.right {
	border-right: none;
}

#main div#social div.content ul#networks li a {
	display: block;
	width: 202px;
	height: 30px;
	padding: 15px 10px;
	color: #fff;
}

#main div#social div.content ul#networks li a:hover {
	text-decoration: none;
}

#main div#social div.content ul#networks li a img {
	margin-left: 5px;
	float: left;
}

#main div#social div.content ul#networks li a span {
	margin: 0 0 0 10px;
	line-height: 32px;
}

/* CONTACT FORM
------------------------------------------------------------- */

#main div.content form#contactform {
	overflow: hidden;
}

#main div.content form#contactform fieldset {
	float: left;
	width: 50%;
}

#main div.content form#contactform label {
	display: none;
}

#main div.content form#contactform input {
	display: block;
	width: 182px;
	border: none;
	background: url(../img/bg-input.png) no-repeat;
	padding: 7px 10px;
	margin: 0 0 10px 0;
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Tahoma, sans-serif;
	color: #999;
}

#main div.content form#contactform input#submit {
	width: 93px;
	padding: 7px 0;
	background: url(../img/btn-submit.png) no-repeat;
	color: #fff;
	font-size: 9px;
	text-transform: uppercase;
	cursor: pointer;
}

#main div.content form#contactform textarea {
	width: 196px;
	height: 132px;
	padding: 10px;
	background: url(../img/bg-textarea.png) no-repeat;
	border: none;
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Tahoma, sans-serif;
	color: #999;
	font-size: 11px;
}

#main div#error {
	height: 20px;
	line-height: 20px;
	margin: -5px 0;
}

#main div#error.visible {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 0 5px;
}

#main div#error span.wrong {
	margin-left: 5px;
}

/* FOOTER
------------------------------------------------------------- */

#footer {
	width: 560px;
	height: 30px;
	background: url(../img/bg-bottom.png) 50% 0 repeat-y;
}


/* MISC.
------------------------------------------------------------- */

.hide {
	display: none;
}


/* self-clear floats */

.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


/**************************************************************ie.css****************************************************/


/*
Title:		IE patches and fixes
*/

/* self-clear floats */

* html .group { /* IE6 */
	height: 1%;
}

*:first-child+html .group {	/* IE7 */
	min-height: 1%;	
} 




	
	/**************************************************************vTip.css****************************************************/

	
p#vtip { margin-top: 15px; display: none; position: absolute; padding: 15px; left: 5px; font-size: 0.8em; background-color: #262626; border: 1px solid #000; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999; color: #fff; }
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }
