@charset "utf-8";
/* CSS Document */

/* ----------------- Png ----------------- */
img, div, a{
	behavior: url(Scripts/iepngfix.htc);
}
	
/* ----------------- Reset ----------------- */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
	
.clear	{ clear: both; overflow:none;}

/* ----------------- Body ----------------- */
body {
	background-color:#DDDFDA;
	text-align:center;
	background-attachment: fixed;
	background-image: url(../Files/Design/background.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

/* ----------------- Layout ----------------- */

#banner {
	height:25px;
	background-color:#2F345A;
	width:100%;
	overflow:hidden;
}

#content {
	width:960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	height:110px;
	width:100%;
	position:relative;
}
#logo {
	margin-left:10px;
	width:376px;
	float:left;
}
#phone {
	margin-right:50px;
	width:524px;
	float:left;
	text-align:right;
	padding-top:40px;
}
#rss {
	position:absolute;
	width:28px;
	height:30px;
	top:42px;
	right:10px;
}
#white {
	width:940px;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	background-image: url(../Files/Design/squares.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#navigation {
	width:940px;
	height:65px;
	line-height:65px;
	overflow:hidden;
	text-align:center;
}
#flasher {
	width:940px;
	height:282px;
}
#text {
	width:940px;
	margin-top:10px;
}
#texts {
	float:left;
	width:574px;
	padding:27px;
}
#promo {
	float:left;
	margin-left:30px;
	background-color:#F1F2F1;
	border: 1px solid #CECFD2;
	width:226px;
	padding:27px;
}
#footer {
	width:940px;
	background-color:#2F345A;
	padding-left:10px;
	padding-right:10px;
	background:url(../Files/Design/footer.jpg);
}

#copyright {
	width:913px;
	margin:10px;
	height:90px;
	line-height:30px;
	padding-left:27px;
	padding-top:10px;
}

/* ----------------- Footers ----------------- */

#footer1 {
	float:left;
	width:290px;
	padding-left:27px;
	padding-top:27px;
	padding-bottom:27px;
}
#footer2 {
	float:left;
	width:285px;
	padding:27px;
	margin-top:8px;
}
#footer3 {
	float:left;
	width:240px;
	padding-left:27px;
	padding-top:27px;
	padding-bottom:27px;
}

/* ----------------- Dates----------------- */

.dates {
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	padding-left: 50px;
}

/* ----------------- Navgation----------------- */

#navigation li {
	margin-top:23px;
	height:20px;
	line-height:20px;
	list-style-image: none;
	list-style-type: none;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2F345A;
}
#navigation a {
	display: block;
	text-decoration:none;
	padding-left:17px;	
	padding-right:16px;
	font-size:14px;
}
#navigation a:hover {
	background-color:#F9F9F9;
	display: block;
	padding-left:17px;	
	padding-right:16px;
}

/* ----------------- Flasher----------------- */

#flash {
	width:658px;
	height:282px;
	float:left;
}
#gallery {
	width:282px;
	height:282px;
	float:left;
}
#gallery li {
	list-style-image: none;
	list-style-type: none;
	width:93px;
	height:93px;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color:#DDDFDA;
}

/* ----------------- jCarousel----------------- */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	width:465px;
	margin-left:15px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 93px;
    height: 93px;
	margin-bottom:0px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 20px 40px;
}



.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 93px;
}



.jcarousel-skin-tango .jcarousel-item {
    width: 93px;
    height: 93px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 30px;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../Files/Design/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../Files/Design/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


