@charset "utf-8";
/* CSS Document */

body {
    background-color: #FFFFFF;
    color: #333333;
	/*background: url(../img/background2.jpg) repeat scroll 0 0 transparent;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    /*line-height: 18px;*/
    margin: 0;
    padding: 10px;
	/*border-top:solid 4px #248cc4;*/
}

.header {
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-position: left top;
    background-repeat: repeat-x;
    clear: both;
    float: left;
    height: 190px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.header-button {
    background: none repeat scroll 0 0 #313131;
    border-radius: 16px 16px 16px 16px;
    color: #FFFFFF;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    margin: 30px 0;
    padding: 0 16px;
    text-decoration: none;
}

.general-button {
    background: none repeat scroll 0 0 #C0C0C0;
    border-radius: 16px 16px 16px 16px;
    color: #FFFFFF;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    margin: 5px 0;
    padding: 0 5px;
    text-decoration: none;
	width: 150px;
}

.header-button:hover {
    background: none repeat scroll 0 0 #E36028;
}

.general-button:hover {
    background: none repeat scroll 0 0 #66CCFF;
}

.content-box, .details-list {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #DADADA;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 7px #DADADA inset;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 20px;
    padding: 0;
}

#mygradient {
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
}

.main_menu {
    background-attachment: scroll;
    background-color: #6a5acd;
    /*background-image: url(../img/mainmenu_bkg.jpg);*/
    background-position: left top;
    background-repeat: no-repeat;
    clear: both;
    float: left;
    height: 35px;
    margin: 0;
    padding: 0;
    width: 960px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}


.main_menu ul.main {
    height: 37px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.main_menu ul.main li {
    float: left;
    height: 37px;
    margin: 0;
    padding: 0 0 0 10px;
}
.main_menu ul.main li span {
    background-attachment: scroll;
    /*background-image: url(../img/mainmenu_right.png);*/
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
    height: 37px;
    margin: 0;
    width: 10px;
}
.main_menu ul.main li a {
    background-attachment: scroll;
    /*background-image: url(../img/mainmenu_left.png);*/
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: "Lucida Sans Unicode","Lucida Grande",Arial;
    font-size: 14px;
    height: 37px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.main_content_index {
    background-attachment: scroll;
    /*background-color: #FFFFFF;*/
    background-image: url(../img/footer_index.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    clear: both;
    float: left;
    height: 450px;
    width: 100%;
}
.main_content_index .flash_container {
    height: 450px;
    margin: 0 auto;
    padding: 0;
    width: 960px;
}
.footer_index {
    clear: both;
    height: 220px;
    margin: 0 auto;
    padding: 0;
    width: 960px;
}
.footer_index .copyright {
    color: #555555;
    font-size: 10px;
    margin: 0;
    padding: 0;
}
.footer_index .copyright a {
    color: #555555;
    display: inline;
    text-decoration: none;
}
.footer_index .copyright a:hover {
    text-decoration: underline;
}
.main_content {	
    /*background-attachment: scroll;
    background-color: #FFFFFF;	
    background-image: url(../img/maincontent_tile.jpg);*/	
	/*background: #fcfff4; /* old browsers */	
	/*background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* firefox */		
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead));/* webkit */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* ie */
    background-position: left top;
    background-repeat: repeat-x;
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    /*width: 100%;*/
	width: 1200px;
}
.main_content .curve_container {
	/*background-attachment: scroll;
    background-color: #FFFFFF;*/
	background: #fcfff4; /* old browsers */	
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* firefox */		
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead));/* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* ie */
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0 auto;
    /*min-height: 300px;*/
    padding: 0 0 0 20px;
    /*width: 940px;*/
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.empty_space{	
	border: 1px white;
    padding:5px;	
}

h1 {
    color: #CCCCCC;
    font-family: "Lucida Sans Unicode","Lucida Grande",Arial;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 36px;
    margin: 0;
    padding: 10px 0 10px 5px;
    text-transform: uppercase;
}

h1.small {
    color: #CCCCCC;
    font-family: "Lucida Sans Unicode","Lucida Grande",Arial;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 36px;
    margin: 0;
    padding: 10px 0 10px 5px;
    text-transform: lowercase;
}
h2 {
    color: #666666;
    font-family: "Lucida Sans Unicode","Lucida Grande",Arial;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 26px;
    margin: 0;
    padding: 10px 5px 0;
    text-align: left;
}
.double_col2 h2 {
    padding: 10px 0 0;
}
.main_content a:link, .main_content a:visited {
    color: #1C9DFA;
}
.main_content a:hover {
    text-decoration: none;
}

.footer {
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-image: url(../img/main_bkg.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    clear: both;
    color: #000000;
    float: left;
    height: 220px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.footer .footer_container {
    background-attachment: scroll;
    background-image: url(../img/footer_bkg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 220px;
    margin: 0 auto;
    padding: 0 20px;
    width: 920px;
}

.footer .footer_container .copyright {
    color: #555555;
    font-size: 10px;
    margin: 0;
    padding: 40px 0 0;
    width: 400px;
}
.footer .footer_container .copyright a {
    color: #555555;
    display: inline;
    text-decoration: none;
}
.footer .footer_container .copyright a:hover {
    text-decoration: underline;
}


.ui-jcoverflip {
position: relative;
}

.ui-jcoverflip--item {
position: absolute;
display: block;
}

/* Basic sample CSS */
#flip {
height: 200px;
width: 960px;
margin-bottom: 50px;
}

#flip .ui-jcoverflip--title {
position: absolute;
bottom: -30px;
width: 100%;
text-align: center;
color: #555;
}

#flip img {
display: block;
border: 0;
outline: none;
}

#flip a {
outline: none;
}


#wrapper {
height: 300px;
width: 960px;
overflow: hidden;
position: relative;
}

.ui-jcoverflip--item {
cursor: pointer;
}

ul,
ul li {
margin: 0;
padding: 0;
display: block;
list-style-type: none;
}

#scrollbar {
position: absolute;
left: 20px;
right: 20px;

}

.flexigrid div.fbutton .add {
	background: url(images/add.png) no-repeat center left;
}

.flexigrid div.fbutton .delete {
	background: url(images/close.png) no-repeat center left;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

