

/*********  jquery.alerts.css *********/

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../jquery.alerts/images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../jquery.alerts/images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../jquery.alerts/images/info.gif);
}

#popup_content.confirm {
	background-image: url(../jquery.alerts/images/important.gif);
}

#popup_content.prompt {
	background-image: url(../jquery.alerts/images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

/*********  Layout.css *********/

.cf:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.cf {
}
* html .cf {
    height: 1px;
}
a img {
    border: medium none;
    vertical-align: middle;
}
.menu, .menu ul {
    list-style-type: none;
}
.inputForm {
    background: url("/Upload/Design/contact_page_box3.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    margin: 20px 0;
    padding: 20px 10px 10px 20px;
    position: relative;
    width: 641px;
}
.inputForm_right {
    width: 400px;
}
.inputForm_left {
    margin: 25px 0 0;
    width: 320px;
}
.inputForm .row {
    height: auto;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}
.inputForm .label {
    color: #ffffff;
    float: right;
    width: 90px;
}
.inputForm .secondary .label {
    display: block;
}
.inputForm .alternatives * {
    vertical-align: middle;
}
.inputForm .alternatives label {
    margin-right: 10px;
}
.inputForm input.alternative {
    border: 1px solid #BEBEBE;
    border-radius: 3px 3px 3px 3px;
    height: 20px;
    width: 230px;
}
.inputForm textarea {
    border: 1px solid #BEBEBE;
    border-radius: 3px 3px 3px 3px;
    width: 230px;
}
.inputForm .tb {
}

.commentInput .box {
    display: none;
}
#textContent {
}
* html .sc {
    display: none;
}
.columns {
    width: 100%;
}
.columns .right {
    float: right;
    margin-left: 1%;
    width: 48%;
}
.columns .left {
    border-right: 1px dashed #A1A1A1;
    float: left;
    padding-right: 2%;
    width: 48%;
}
.inputFormSmallSend {
    background: url("/Upload/Design/contact_side_send.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    font-size: 0;
    height: 25px;
    margin-right: 75px;
    width: 62px;
}
.inputFormBiglSend {
    background: url("/Upload/Design/contact_button_send.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    bottom: 15px;
    cursor: pointer;
    font-size: 0;
    height: 38px;
    margin-right: 90px;
    margin-top: 10px;
    width: 78px;
}


/*********  superfish.css *********/


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	list-style-type: none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	
	padding-bottom:5px;
}
.sf-menu ul li {
	width:			100%;
}


.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	right:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	right:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	direction:ltr;
            height: 25px;
    overflow: hidden;
  
}
.sf-menu li 
{
	float:right;
        padding: 0 27px 0 27px;
	padding:0;
}
.sf-menu li a {
    background: url("/Upload/Design/header_menu_li_bg.png") no-repeat scroll right 0 transparent;
    color: #606060;
    display: block;
    float: left;
    font-size: 14px;
    height: 25px;
    line-height: 28px;
    margin-top: 0;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
}
.sf-menu li.current a, .sf-menu li.trail a, .sf-menu li a:hover {
 
    font-weight: bold;
}

.sf-menu li.current a span, .sf-menu li.trail a span, .sf-menu li a:hover span {
 
   border-bottom: 2px solid #fc7e3e;
   padding: 0 0 1px 0;
}

ul.sf-menu ul {
	background:#a3b740;
	opacity:0.9;
	margin-top:-6px;
}
.sf-menu li li {
	border-bottom:solid 1px #fff;
	background:none;
	background-image:none;
}
.sf-menu li li a {
	background:none;
	background-image:none;
	text-align:right;
	height:28px;
	font-weight:normal;
	padding:0 6px;
}
.sf-menu li li.current, .sf-menu li li.trail, .sf-menu li.current li, .sf-menu li.trail li{
	background-image:none;
	background:none;
}
.sf-menu li li.current a:hover, .sf-menu li li.trail a:hover, .sf-menu li.current li a:hover, .sf-menu li.trail li a:hover{
	background-image:none;
	background:none;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	
	/***min-width:		1px;  trigger IE7 hasLayout so spans position accurately */

}
.sf-sub-indicator {
	
	position:		absolute;
	display:		none;
	left:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	
	padding: 0 ;

}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
