body, h1, h2, h3, p, a, ul, li, img, form, label, input, select {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #666;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	font-weight: normal;
	-webkit-text-size-adjust: none;	
}

html {
	height: 100%;
}

img {
	border:none;
}

a:link, a:visited {
	color: #FF7E11;
	text-decoration: none;
	}

a:hover {
	color: #644d70;
	text-decoration:none;
	}
	
a:active {
	color: #C00;
	text-decoration:none;
	}
	
#wrap {
	width: 1000px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.wrapbody {
	width: 1000px;
	background: transparent url(./images/content-bkgd-trans.png) repeat-y;
	min-height: 0%;
	margin-top: 140px;
}

.container {
	width: 960px;
	min-height: 100%;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -79px;
	-webkit-text-size-adjust: none;
}

a.logo {
	text-indent: -9999px;
	float: left;
	background: transparent url(./images/logo-trans.png) no-repeat;
	position: absolute;
	height: 110px;
	width: 420px;
	left: 8px;
	top: 5px;
	overflow:hidden;
	cursor:pointer;
	z-index:1000;
}

.header{
	float: left;
	height: 117px;
	width: 100%;
	position: relative;
	z-index:2;
}


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

ul.topnav {
	list-style: none;
	padding: 0;
	float: left;
	width: 850px;
	background: transparent;
	margin-left: 90px;
}

ul.topnav li {
	float: left;
	margin: 0;
	position: relative;
	font-size: 1em;
	text-shadow: #000 -1px -1px 0;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

ul.topnav li a{
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 35px;
}

ul.topnav li a:hover{
	background: transparent url(./images/menu_over.jpg) repeat-x;
	color: #FF7E11;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(./images/subnav_btn.gif) no-repeat center top;
}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 20;
	top: 35px;
	background: #333;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 185px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
	z-index:100;
}

ul.topnav li ul.subnav li{
	margin: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 185px;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
}

html ul.topnav li ul.subnav li a {
	float: left;
	width: 160px;
	background: #333;
	padding-left: 10px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222
}



/*-----FEATURED-----*/

#featured {
	height: 385px;
	width: 960px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

#featured img {
	height: 350px;
	width: 920px;
	padding: 20px;
}

/*-----TEXT-----*/

   h1 {
	color: #644d70;
	font-size: 30px;
	clear: both;
	line-height: 1em;
	}

   h2 {
	color: #644d70;
	font-size: 30px;
	clear: both;
	text-align: center;
	}
	
	 h3 {
	font-size: 22px;
	color: #FFCC00;
	font-weight: bold;
    }
	
.centeralign {
	text-align: center
	}
	
.rightalign{
	text-align: right
	}

.titlebig {
	font-weight: bolder;
	font-size: 1.5em;
	text-decoration: none;
	color: #0B5178;
}

.titlemed {
	font-size: 1.3em;
	font-weight: bold;
	color: #FF7E11;
	line-height: 1.5em;
}

.titlesml {
	font-size: 1.3em;
	font-weight: bold;
	color: #644d70;
	line-height: 1em;
}

.titlestore {
	font-size: 1.2em;
	font-weight: bold;
	color: #644d70;
}

.genbig {
	font-size: 1.2em;
	line-height: 1.3em;
}

.breadcrumbs {
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 10px;
	line-height: 25px;
}

.footergen {
	color:#959595;
	font-size:0.85em;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

ul.articles {
	list-style-type:square;
	padding-left: 20px;
	line-height: 1.3em;
}


ul.articles li a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

ul.articles li a:hover{
	color: #000;
}


/*-----content-----*/

.articles_block{
	float:left;
	width:290px;
	line-height:100%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
	position: relative;
}

#content {
	width: 920px;
	clear: both;
	margin: 0px 20px 10px 20px;
}

#content p {
	margin-bottom: 10px;
	line-height: 16px;
	}
	
#content p a:link, #content p a:visited {
	color: #F90;
	text-decoration: none;
	}

#content p a:hover {
	color: #644d70;
	text-decoration:none;
	}
	
#content p a:active {
	color: #C00;
	text-decoration:none;
	}

#main {
	width: 710px;
	margin: 0 0 0 0;
}

#sidebar {
	width: 200px;
	background: transparent;
	position: absolute;
	left:730px;
	top: 545px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#sidebar img {
	height: 275px;
	width: 191px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#sidebar2 {
	width: 200px;
	background: transparent;
	position: absolute;
	left:730px;
	top: 185px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#sidebar2 img {
	width: 191px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.content_column {
	float:right;
	width:190px;
	margin-right:0px;
	text-align: left;
	margin-top: 20px;
}
#content .long {
	width:680px;
	margin-top: 20px;
	float: left;
	text-align: left;
}


/*-----Form Elements------ */
	
	form {
	margin: 0;
	padding: 0;
	border: 0;
	color: #333;
}

input {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 2px;
	background: #666 url(images/text_bkgd.gif);
	border: 1px solid #999;
}

textarea {
	color: #666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #999;
	padding: 2px;
	background-color: #FFF;
	background-image: url(images/text_bkgd.gif);
	background-repeat: repeat-x;
}

select {
	color: #333;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	border: 1px solid #999;
	padding: 2px;
}

option {
   padding: 0 1em 0 0;
}

option.disabled-option {
	color: #666666;
}

.rtl option {
   padding: 0 0 0 1em;
}

input.radio {
   border: none;
   background-color: transparent;
}

.post {
	background-color: #FFF;
	border: 1px solid #666;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
	background: transparent url(images/capsule_right-trans.png) no-repeat scroll right top;
	display: block;
	float: left;
	height: 36px;
	padding-right: 16px; /* sliding doors padding */
	text-decoration: none;
	text-shadow: #000 -1px -1px 0;
	font-weight: bold;
	line-height: 36px;
	font-size: 13px;
}

a.button span {
	background: transparent url(./images/capsule_left-trans.png) no-repeat;
	display: block;
	padding-left: 16px;
	white-space: nowrap;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 36px;
	font-weight: bold;
}

a.button:hover {
    background-position: right -36px;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
	background-position: left -36px;;
	text-shadow: #fff 1px 1px 0;
	padding-top: 0px;
}

a.button:hover, a.button span:hover {
	cursor: pointer;
	color: #000;
}

a.button:active {
    background-position: right -72px;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
	background-position: bottom left;
	color: #000;
	text-shadow: #ccbbe1 1px 1px 0;
	padding-top: 0px;
}

a.button:active, a.button span:active {
	cursor: pointer;
	color: #000;
}

span.button2 {
	background: transparent url(images/capsule_right-trans.png) 
        no-repeat scroll right top;
	display: block;
	float: left;
	padding-right: 16px; /* sliding doors padding */
}

span.button2 input.form_but {
	background: transparent url(images/capsule_left-trans.png) no-repeat;
	display: block;
	padding-right: 0;
	padding-left: 16px;
	white-space: nowrap;
	border: 0;
	margin: 0;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	text-shadow: #ffffff 1px 1px 0;
	padding-top: 0;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

span.button2:hover {
	background-position: right -36px;
    cursor: pointer;
    color: #000;
}

span.button2 input.form_but:hover {
	text-shadow: #fff 1px 1px 0;
	padding-top: 0px;
	background: url(images/capsule_left-trans.png) left -36px;
	outline: none;
}

span.button2:active {
    background-position: right -72px;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

span.button2 input.form_but:active {
	text-shadow: #ccbbe1 1px 1px 0;
	padding-top: 0px;
	background: url(images/capsule_left-trans.png) left -72px;
	outline: none;
}

span.button3 {
	background: transparent url(images/capsule_right_mini-trans.png) 
        no-repeat scroll right top;
	display: block;
	float: left;
	padding-right: 12px; /* sliding doors padding */
}

span.button3 input.form_butn {
	background: transparent url(images/capsule_left_mini-trans.png) no-repeat;
	display: block;
	padding-right: 0;
	padding-left: 12px;
	white-space: nowrap;
	border: 0;
	margin: 0;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	text-shadow: #ffffff 1px 1px 0;
	padding-top: 0;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

span.button3:hover {
	background-position: right -28px;
    cursor: pointer;
    color: #000;
}

span.button3 input.form_butn:hover {
	text-shadow: #fff 1px 1px 0;
	padding-top: 0px;
	background: url(images/capsule_left_mini-trans.png) left -28px;
	outline: none;
}

span.button3:active {
    background-position: right -56px;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

span.button3 input.form_butn:active {
	text-shadow: #ccbbe1 1px 1px 0;
	padding-top: 0px;
	background: url(images/capsule_left_mini-trans.png) left -56px;
	outline: none;
}

/*-----FOOTER-----*/

#footer {
	height: 64px;
	position: relative;
	margin-top: 15px;
}

.clearfooter {
	height: 79px;
	clear: both;
}

.long ul {
	float:left;
}
.long li {
	display:inline;
	margin-left:5px;
}
#footer a {
	margin-right:5px;
	color:#959595;
	font-size:11px;
}

#footer a:hover {
	color:#F90;
	font-size:11px;
}

#footer p {
	float:right;
}
#footer p a {
	margin:0px;
	font-weight:bold;
}
.footer_column {
	float:left;
	width:300px;
	margin-right:0px;
	text-align: right;
	margin-top: 26px;
}
#footer .long {
	width:618px;
	margin-top: 30px;
	float: left;
	text-align: left;
}

.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.imgleft {
	float: left;
	padding: 20px;
}
.imgright {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}

