/* ----------------------------------------------------------------------------- RESET DEFAULT */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;*/
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
	font: 12px/17px Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	/*text-align: left;*/
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h1, h2, h3, h4, h5, h6 {
	font: bold 100% "Trebuchet MS", Arial, Verdana, sans-serif;
}

/*LINKS*/
a:link, a:visited, a:active {
	color: #0033CC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
}

.clearFloats {
	clear: both;
	height: 0px;
}
.spacer35 {
	float: left;
	width: 35px;
}
.bold {
	font-weight: bold;
}


.more {
	text-align: right;
	background-image: url(../images/arrowOrange.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 12px;
	font-weight: bold;
	font-size: 11px;
	margin-right: 5px;
	margin-bottom: 3px;
}
.horizontalSpacer {
	margin-top: 130px;
	background-color: #FFFFFF;
}
.navLink a:link, .navLink a:visited, .navLink a:active {
	font: bold 13px "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.navLink a:hover {
	text-decoration: underline;
}
.breadcrumbs {
	font-weight: bold;
	font-size: 11px;
}


/*-----------------------------------------------------------------------------NAVIGATION*/


	/*
	*	The rules for navigation start here. 
	*	Heavily inspired by the following articles:
	*		http://www.alistapart.com/articles/slidingdoors/
	*		http://www.alistapart.com/articles/mountaintop/
	*		http://www.alistapart.com/articles/sprites/
	*/
		#navigation {
	float:right;
	margin-top: 59px;
	font: bold 13px/normal "Trebuchet MS", Arial, Verdana, sans-serif;
		}
		#navigation ul {
			margin:0;
			padding:10px 0 0 10px;
			list-style:none;
		}
		#navigation li {
			display:inline;
			margin:0;
			padding:0;
		}
	/*
	*	For the next two rules:	
	*	1. A single image is used for the two doors, rather than one.
	*	2. Ascetically, the 'font-weight:bold' was removed to closely mimic the www.digital-web.com tabs.
	*	3. The padding was modified for personal preference.
	*/
	#navigation a {
	float:left;
	padding:0 0 0 9px;
	text-decoration:none;
	color:#000;
	background-color: #015B92;
	background-image: url(../images/sliding.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	#navigation a span {
	float:left;
	display:block;
	padding:4px 21px 3px 6px;
	background-color: #015B92;
	background-image: url(../images/sliding.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#navigation a span {float:none;}
	/* End IE5-Mac hack */

	/*
	*	1. At this point many things are simplified. The hover and background colors are set,
	*	and no positions are used because we aren't swapping images
	*	2. 'padding-bottom:4px;' on the current span pushes that tab 1px higher than the others, 
	*	exposing 1px of the background color of #navigation and giving the effect of an underline.
	*/
	
	#navigation #current a span {
		padding-bottom:4px;
	}
	#navigation a:hover, #navigation a:hover span {
		background-color:#0C8DD7;
		color:#FFFFFF;
	}
	#navigation #current a span, #navigation #current a {
	background-color:#0C8DD7;
	color: #FFFFFF;
	}




/* ----------------------------------------------------------------------------- HEADER STYLES */

#topWrap {
	height: 95px;
	border-bottom: 3px solid #0C8DD7;
	background-color: #F0F2CF;
	position: absolute;
	top: 0px;
	width: 100%;
}
#topHeader {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
}

/*#navigation {
	float: right;
	height: 26px;
	text-align: right;
	margin-top: 69px;
}
#navigation li {
	display: inline;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	background-color: #0C8DD7;
	padding-top: 4px;
	padding-bottom: 6px;
	background-image: url(../images/navR.gif);
}
#navigation a {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	line-height: 26px;
	height: 26px;
}
.navLinkL {
	width: 10px;
	background-image: url(../images/navL.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
}

*/



/* ----------------------------------------------------------------------------- CONTENT STYLES */
#contentWrap {
	margin-top: 105px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#contentL {
	float: left;
	width: 735px;
}
#contentL p {
	padding-bottom: 8px;
}

#contentL h1 {
	font-size: 17px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.contentLeftH2 {
	font-size: 15px;
	font-weight: bold;
}

.contentIMG {
	margin-bottom: 7px;
	margin-left: 7px;
	float: right;
	border: 1px solid #0C8DD7;
}


#contentR {
	float: right;
	width: 192px;
}





/* -----------------------------------------------------------------------------WIDGET STYLES */
#widgetBig {
	padding: 3px;
	background-color: #F0F2CF;
	border: 1px solid #0C8DD7;
	width: 735px;
	position: absolute;
	top: 105px;
	height: 110px;
}
#widgetBig h2 {
	font-size: 15px;
	font-weight: bold;
	display: block;
	background-color: #DA0C0C;
	padding: 4px;
	color: #FFFFFF;
}

#wrappingTable {
 margin: 0px;
 padding: 0px;
 font: 12px Arial, Helvetica, sans-serif;
 width: 735px;
}
#wrappingTable td {
 padding: 4px;
}
.rowEven {
 background-color: #0C8DD7;
 color: #FFFFFF;
 font: bold 13px "Trebuchet MS", Arial, Verdana, sans-serif;
 border-bottom: 1px solid #FFFFFF;
}
.rowOdd {
 background-color: #F0F2CF;
}
.getQuote {
 background-color: #CC0000;
 font: bold 14px "Trebuchet MS", Arial, Verdana, sans-serif;
 color: #FFFFFF;
 cursor: pointer;
}
#wrappingTable select {
 font-size: 12px;
}
/*----------------------------------------------------------------------WIDGET RIGHT STYLES*/
.widgetRightTitle {
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	background-color: #CC3300;
	padding-top: 3px;
	padding-bottom: 3px;
}
.widgetRightBody {
	background-color: #FCF5BB;
	border: 1px solid #BCDCEE;
}

/*----------------------------------------------------------------------RIGHT BOXES STYLES*/
.rightBox {
	padding-bottom: 3px;
	border-bottom: 18px solid #FFFFFF;
}

.rightBoxBody {
	background-color: #FBFCEC;
	border: 1px solid #C7E1F1;
}
.rightBoxBody ul, #contentL ul {
	margin-top: 4px;
	padding-bottom: 3px;
}

.rightBoxBody li, #contentL li {
	background-image: url(../images/arrowOrange.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	margin-left: 4px;
	padding-bottom: 4px;
}

.rightH3, .rightH3TravTools {
	display: block;
	color: #FFFFFF;
	text-align: center;
	background-color: #0C8DD7;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*-----------------------------------------------------------------TRAVELERS TOOLS*/
.travTools {
	background-color: #DBFEB4;
	padding: 4px;
	font-size: 11px;
}
.travTools li {
	padding-bottom: 2px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 6px;
}
.travTools li span {
	font-weight: bold;
}
.rightH3TravTools {
	display: block;
	color: #FFFFFF;
	text-align: center;
	background-color: #859706;
	padding-top: 3px;
	padding-bottom: 3px;
}
.rightH3TravTools span {
	font-size: 16px;
}
/*status styles*/
.positiveGreen {
	color: #009900;
}
.negativeRed {
	color: #FF0000;
}



/*-----------------------------------------------------------------CONTACT FIELD STYLES*/
.contactH5 {
	margin-top: 6px;
	margin-bottom: 2px;
	font-size: 13px;
}
.textField {
	width: 300px;
}
.input_mesaj {
	width: 300px;
}
.contact_btns {
	margin-top: 10px;
	margin-left: 165px;
	margin-bottom: 60px;
}

.btnSubmit1 {
  	background-image: url(../images/btn_trimite.gif);
	background-repeat: no-repeat;
    width: 50px;
    height: 24px;
    border: 0px;
	cursor: pointer;
}

.btnReset1 {
	background-image: url(../images/btn_sterge.gif);
	background-repeat: no-repeat;
	width: 66px;
	height: 24px;
	border: 0px;
	cursor: pointer;
}

/* ----------------------------------------------------------------------------- FOOTER STYLES */
#footerWrap {
	margin-top: 20px;
}
#footerWrap h3 {
	font-size: 14px;
	display: block;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 8px;
	padding-bottom: 2px;
}

#footerWrap ul {
	float: left;
	width: 220px;
	margin-bottom: 30px;
}
#footerWrap li {
	padding-bottom: 5px;
	background-image: url(../images/arrowBlk.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 8px;
}