* {
	padding: 0;
	margin: 0;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

img {
	border: 0;
}

/* ========================================================== */


body {
	background-color: #fff;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 12px;
	color: #5d5d5d;
	line-height: 18px;
}

input, textarea , select{
	background-color: #fff;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 12px;
	color: #5d5d5d;
	line-height: 14px;
	width: 200px;
	border:1px solid #ebeced;
}

.registration_select {
	line-height: 26px; 
	width: 100px;
	padding: 3px 3px;
}

a {
	color: #467fcc;
	text-decoration: none;
}
a:hover, a:active {
	color: #467fcc;
	text-decoration: underline;
}

hr {
	border-top: 1px solid #808080;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 15px 0;
}


/* ========================================================== */


#all {
	width: 990px;
	margin: 0 auto;
}

#header {
	height: 93px;
}

#header #logo {
	float: left;
	width: 445px;
}

#header #logout {
	float: right;
	width: 100px;
	margin: 15px 0 5px 30px;
}

#header #userinfo {
	float: left;
	width: 250px;
	margin: 15px 0 5px 450px;
	line-height: 16px;
}

#header #logout input.submit {
	cursor: pointer;
	width: 72px;
	height: 19px;
	color: #fff;
	font-weight: bold;
	background: url('/img/btn1.png') no-repeat;
	border: none;
	margin: 1px 0 0 5px;
	text-align: left;
	padding: 0 0 2px 5px;
	font-size:10px;
}

#header #newsletter {
	float: left;
	width: 135px;
	margin: 15px 0 5px 60px;
	line-height: 16px;
}
#header #newsletter div.newsletter_field {
	margin-top: 5px;
}

#header #newsletter input.field {
	border: 1px solid #cacaca;
	padding: 2px 4px;
	width: 50px;
	height: 18px;
}
#header #newsletter input.submit {
	cursor: pointer;
	width: 20px;
	height: 19px;
	color: #fff;
	font-weight: bold;
	background: url('/img/btn1.png') no-repeat;
	border: none;
	margin: 1px 0 0 5px;
	text-align: left;
	padding: 0 0 2px 5px;
}


#header #basket {
	float: left;
}

#menu {
	height: 25px;
	background: url('/img/menu_bg.png') repeat-x;
	margin-bottom: 9px;
	padding-top: 6px;
}

#menulogin {
	height: 25px;
	padding-bottom: 9px;
	padding-top: 8px;
	/*background: url('/img/menu_bg.png') repeat-x;*/
	background-color: #FF0000;
}


#menu a {
	font-size: 12px;
	color: #fff;
	padding: 0px 25px;
	/* border-left: 1px solid #d3d3d3; */
	text-decoration: none;
	text-transform: lowecase;
}
/*#menu a:hover {
	height: 25px;
	padding-bottom: 9px;
	padding-top: 8px;
	background: url('/img/menu_bg_over.png') repeat-x;
}*/


#menu a:FIRST-CHILD {
	border-left: none;
}


#menu #topfblike {
	float: left;
	width: 110px;
	background: url('/img/menu_bg.png') repeat-x;
	height: 20px;
	padding-top: 9px;
}


#cloud a {
	font-size: 15px;
	color: #5d5d5d;
	padding: 10px 13px;
	line-height: 250%;
	margin-left:10px;
	text-align: center;	
	text-shadow: 0px 0px 1px rgba(150, 150, 150, 1);
	/* border-left: 1px solid #d3d3d3; */
	/* text-decoration: none; */
	/* text-transform: lowecase; */
	/*font-weight: bold;*/
	/*-moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px;
	-moz-box-shadow:5px 5px 5px #67b1fa;-webkit-box-shadow:5px 5px 5px #cecece;box-shadow:5px 5px 5px #cecece;*/
}

#cloud a:hover {
	height: 25px;
	color: #FFFFFF;
	background-color: #a9fc26;
	text-shadow: none;
	/*font-weight: bold;*/
	-moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px;
	-moz-box-shadow:3px 5px 5px #67b1fa;-webkit-box-shadow:5px 5px 5px #cecece;box-shadow:5px 5px 5px #cecece;
}



/*#footer {
	background: url('/img/footer_bg.png') repeat-x;
	height: 68px;
	margin-top: 20px;
}*/


#content {
	min-height: 400px;
	padding-top: 10px;
	padding-right: 30px;
}

#content_right {
	float: left;
}

#news {
	min-height: 400px;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	text-align:justify; 
}


h1 {
	font-size: 18px;
	color: #606060;
	font-weight: bold;
	margin-bottom: 20px;
}



/* ========================================================== */

#user_menu {
	float: left;
	width: 215px;
	margin-right: 20px;
	background: #838383;
}
#user_menu_ctn {
	padding: 30px 10px;
	color: #fff;
}
	
#user_menu_ctn a {
	display: block;
	background: url('/img/user_menu_arr.png') no-repeat;
	height: 19px;
	padding: 0 0 5px 20px;
	margin: 3px 0;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}
#user_menu_ctn a:hover {
	text-decoration: underline;
}

/* ========================================================== */

.msg {
	margin: 50px auto;
	width: 500px;
	font-size: 12px;
	text-align: center;
}

.ok {
}
.err {
}

.msg_err {
	color: red;
	display: none;
}

/* ========================================================== */


.field_row {
	margin: 10px 0; 
}

.field_ta {
	border: 1px solid #cacaca;
	padding: 2px 4px;
	width: 400px;
	height: 150px
}

.long {
	width: 200px;
	background: url('/img/btn2_long.png') no-repeat;
}


.field_row .field {
	border: 1px solid #cacaca;
	padding: 0 4px;
	width: 338px;
}

.n_field {
	border: 1px solid #cacaca;
	padding: 2px 6px;
	width: 70px;
	height: 12px;
	background-color: #fff;
}

/* ------------------------------------------------ */


.form {
	width: 600px;
	margin: 0px auto;
}

.form_buttons { 
	padding: 10px 0;
}

.center {
	margin-left: 110px;
}


label {
	display: block;
	font-weight: bold;
	padding: 5px 0 0 0 ;
}

label span {
	color: red;
}

.field {
	margin-bottom: 0px;
	width: 350px;
	min-height: 16px;
}

.field_input {
	border: 1px solid #cacaca;
	padding: 4px;
	width: 300px;
}
.field_zip {
	width: 60px;
}
.field_textarea {
	border: 1px solid #cacaca;
	padding: 4px;
	width: 300px;
	height: 70px;
}


form .ok {
	background: url('/img/ok.png') no-repeat scroll 100% 1px;
	background-position: top right;
}
form .err {
	background: url('/img/err.png') no-repeat scroll 100% 1px;
	background-position: top right;
}


/*.submit {
	cursor: pointer;
	width: 50px;
	height: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #67b1fa;
	-moz-border-radius: 3px;  -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow:1px 1px 1px #67b1fa;-webkit-box-shadow:1px 1px 1px #cecece;box-shadow:1px 1px 1px #cecece;
	border: none;
	margin: 0px 0 0 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	text-transform: lowecase;
	vertical-align: top;
}*/





table.list {
	width: 675px;
	border-collapse: collapse;
}

table.list tbody tr {
	border-bottom: 1px solid #dedede;
} 
table.list tbody tr td {
	padding: 10px 0;
}

div.list {
	border-collapse: collapse;
	/*margin-left: 150px;*/
}

/* ========================================================== */




/* ========================== home ================================ */

#content_top {
	margin-bottom: 15px;
}

#content_top h1 {
	margin: 10px 0;
}

#content_middle h1 {
	margin: 10px 0;
}

#about_us {
	width: 278px;
	float: left;
	margin-right: 20px;
}

#top_offer {
	width: 692px;
	float: left;
}

#top_offer_box {
	width: 690px;
	height: 277px;
	border: 1px solid #C2C2C2;
}

.more {
	display: block;
	float: right;
	font-weight: bold;
	color: #5D5D5D;
	margin: 10px 0;
}

.more:hover, .more:active {
	color: #5D5D5D;
}

#soon_box {
	float: left;
	width: 278px;
	margin-right: 20px;
}

.soon_single {
	margin-bottom: 10px;
}

.soon_single_img {
	height: 115px;
	width: 160px;
	float: left;
}

.soon_single_img img{
	max-height: 115px;
	max-width: 160px;
}

.soon_single_text {
	height: 115px;
	width: 102px;
	padding: 0 8px;
	float: left;
	background: #DCDCDC;
	font-weight: bold;
	color: #000;
	line-height: 14px;
}

.soon_single_text_content {
	height: 60px;
	margin-top: 10px;
}

.soon_single_text_start {
	height: 35px;
	margin: 5px 0;
}

#funding {
	/*margin-top: 20px;*/
	/*margin-left:150px;*/
	width: 675px;
}

.funding_presentation_box {
	margin-bottom: 15px;
}

.funding_presentation_line {
	margin-bottom: 20px;
}

.funding_presentation_single {
	width:300px; 
	height:133px; 
	border:solid 1px #ebeced;
	float: left;
	text-align:justify; 
	background:#ebeced; 
	padding:10px 10px 10px 10px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ebeced), to(#fcfcfc)); 
	background:-moz-linear-gradient(#ebeced, #fcfcfc); 
	background:-o-linear-gradient(#ebeced, #fcfcfc);
}

.funding_presentation_single_img {
	width: 200px;
	height: 134px;
	text-align: left;	
	float: left;
	display: table;
}

.funding_presentation_single_img div {
	display: table-cell; 
	vertical-align: middle;
}

.funding_presentation_single_img img {
	max-height: 134px;
	max-width: 200px;
}

.funding_presentation_single_content {
	text-align:left; 
	padding: 0 0px;
	font-weight: none;
	float: left;
	line-height: 14px;
}

.funding_presentation_single_content_img {
	height: 45px;
}

.funding_presentation_single_content_img img {
	max-height: 45px;
	max-width: 120px;
}

.funding_presentation_single_content_text{
	padding: 0 0px;
	font-weight: none;
	float: left;
	line-height: 14px;
	text-align:justify; 
}

.funding_presentation_single_content_button_box {
	height: 26px;
}

.button {
	cursor: pointer;
	width: 88px;
	height: 16px;
	color: #fff;
	font-weight: bold;
	/* background: url('/img/btn2.png') no-repeat; */
	position:relative;padding:0px 0px;background:#004e85; background:-webkit-gradient(linear, 0 0, 0 100%, from(#004e85), to(#004e85)); background:-moz-linear-gradient(#004e85, #004e85); background:-o-linear-gradient(#004e85, #004e85); -webkit-border-radius:5px;-moz-border-radius:5px;-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px; border-top-right-radius:5px; border-top-left-radius:5px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;
	border: none;
	margin: 1px 0 0 5px;
	text-align: center;
	padding: 0 0 3px 0;
	text-transform: uppercase;
	display: block;
	line-height: 18px;
}

.button:hover, .button:active {
	color: #fff;
	text-decoration: none;	
}

.funding_presentation_single_sep {
	width: 10px;
	height: 150px;
	float: left;
}

/*#footer_menu {
	width: 860px;
	float: left;
	margin-top: 10px;
}

#footer_menu a {
	font-size: 11px;
	color: #ffffff;
	padding: 4px 15px;
	border-left: 0px solid #D3D3D3;
	text-decoration: none;
}

#footer_menu a:hover {
	text-decoration: underline;
}

#footer_menu a:FIRST-CHILD {
	border-left: none;
}

#footer_icons {
	height: 25px;
	width: 98px;
	float: left;
	margin: 12px 16px 0 16px;
}

#footer_icons a {
	height: 25px;
	width: 26px;
	display: block;
	float: left;
}*/

#icon_rss {
	background: url('/img/icons.png') no-repeat 0 0;
	margin: 0 5px;
}

#icon_facebook {
	background: url('/img/icons.png') no-repeat -26px 0;
	margin: 0 5px;
}

#icon_powiadom {
	background: url('/img/icons.png') no-repeat -52px 0;
	margin: 0 5px;
}

/* ======================== product ================================== */

/*.back {
	text-decoration: none;
	color: #838383;
}*/

.backbtn {
	padding-right: 50px;
	margin-bottom: 50px;
	margin-left: 45px;
}

/*.back {
	cursor: pointer;
	width: 50px;
	height: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #67b1fa;
	-moz-border-radius: 3px;  -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow:1px 1px 1px #67b1fa;-webkit-box-shadow:1px 1px 1px #cecece;box-shadow:1px 1px 1px #cecece;
	border: none;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	margin: 12px 0 0 5px;
	text-align: center;
	padding: 0 0 2px 2px;
	float: left;
}

.back:hover, .back:active{
	text-decoration: none;
	color: #5d5d5d;
	background-color: #a9fc26;
	-moz-border-radius: 3px;  -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow:1px 1px 1px #67b1fa;-webkit-box-shadow:1px 1px 1px #cecece;box-shadow:1px 1px 1px #cecece;
}*/

#p_content_top {
	border-bottom: 1px solid #004e85;
	margin-bottom: 10px; 
}

.p_content_left {
	width: 555px;
	float: left;
	margin: 0 41px;
}

#p_content_left_bigimg img{
	max-width: 555px;
}

h2 {
	color: #000;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

#p_content_left_smallimg {
	width: 423px;
	height: 75px;
	margin: 20px 15px;
	padding: 0 51px;
}

#p_content_left_smallimg div {
	margin-left: 12px;
	float: left;
}

#p_content_left_smallimg div:FIRST-CHILD {
	margin-left: 0;
}

.p_content_right {
	width: 353px;
	min-height: 500px;
	float: left;
}

#p_content_right_top {
	height: 4px;
	background: url('/img/box_top.png') no-repeat;
}

#p_content_right_center {
	width: 303px;
	min-height: 476px;
	background: url('/img/box_bg.png') repeat-y;
	text-align: center;
	padding: 15px 25px 10px 25px;
}

#p_content_right_center h2{
	color: #5D5D5D;	
}

#price_top {
	display: table;
	font-weight: bold;
}

#price_bottom {
	display: table;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.price_left {
	float: left;
	width: 72px;
	display: table-cell;
	vertical-align: middle;
}

.price_center {
	float: left;
	width: 160px;
	display: table-cell;
	vertical-align: middle;
}


.price_right {
	float: left;
	width: 71px;
	display: table-cell;
	vertical-align: middle;
}

#price_bottom .price_left {
	/* height: 78px; */
	height: 38px;
	padding-top: 30px
}

#price_bottom .price_center {
	/* height: 78px; */
	background: url('/img/box_price.png') no-repeat;
	color: #D10019;
	font-size: 24px;
	height: 52px;
	padding-top: 25px;
	line-height: 1em;
}

#price_bottom .price_right {
	/* height: 78px; */
	height: 38px;
	padding-top: 30px
}

#status_price {
	height: 20px;
	font-size: 14px;
	font-weight: bold;
}

#status_price_left {
	text-align: left;
	float: left;
	width: 152px;
}

#status_price_right {
	text-align: right;
	float: left;
	width: 151px;
}

#status_bar{
	width: 300px;
	height: 28px;
	border: 1px solid #004e85;
	background: #FFF;
	position: relative;
}

#status_bar_active {
	height: 28px;
	/* background: #7E923A; */
	position:relative;padding:0px 0px;background:#004e85; background:-webkit-gradient(linear, 0 0, 0 100%, from(#004e85), to(#004e85)); background:-moz-linear-gradient(#004e85, #004e85); background:-o-linear-gradient(#004e85, #004e85); -webkit-border-radius:0px;-moz-border-radius:0px;-webkit-border-top-right-radius: 0px;-webkit-border-top-left-radius: 0px;-webkit-border-bottom-right-radius: 0px;-webkit-border-bottom-left-radius: 0px; border-top-right-radius:0px; border-top-left-radius:0px; border-bottom-right-radius:0px; border-bottom-left-radius:0px;
	float: left;
}

#status_bar_percent {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: absolute; top: 5px; 
	z-index: 200;
}

#status_percent {
	height: 20px;
	font-size: 14px;
	font-weight: bold;
}

#status_percent_right {
	text-align: right;
	float: right;
	width: 55px;
}

#p_content_right_bottom {
	height: 20px;
	background: url('/img/box_bottom.png') no-repeat;
}

h3 {
	font-size: 14px;
	margin: 10px 0;
}

.p_content_right_button {
	height: 34px;
}

.p_content_right_button  .button {
	cursor: pointer;
	width: 135px;
	height: 24px;
	color: #fff;
	font-weight: bold;
	/* background: url('/img/btn3.png') no-repeat; */
	position:relative;padding:0px 0px;background:#004e85; background:-webkit-gradient(linear, 0 0, 0 100%, from(#004e85), to(#004e85)); background:-moz-linear-gradient(#004e85, #004e85); background:-o-linear-gradient(#004e85, #004e85); -webkit-border-radius:5px;-moz-border-radius:5px;-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px; border-top-right-radius:5px; border-top-left-radius:5px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;
	border: none;
	margin: 1px 0 0 5px;
	text-align: center;
	padding: 7px 0 3px 0;
	text-transform: none;
	display: block;
	font-size: 18px;
	line-height: 18px;
}



#p_content_right_center_icons {
	height: 25px;
	float: left;
	margin: 5px 0 0 45px;
}

#p_content_right_center_icons a {
	height: 25px;
	width: 25px;
	display: block;
	float: left;
}

#icon_facebook2 {
	background: url('/img/icons2.png') no-repeat 0 0;
	margin: 0 5px;
}

#icon_nk {
	background: url('/img/icons2.png') no-repeat -25px 0;
	margin: 0 5px;
}

#icon_twitter {
	background: url('/img/icons2.png') no-repeat -50px 0;
	margin: 0 5px;
}

#icon_blip {
	background: url('/img/icons2.png') no-repeat -75px 0;
	margin: 0 5px;
}

#icon_wykop {
	background: url('/img/icons2.png') no-repeat -100px 0;
	margin: 0 5px;
}

#icon_powiadom2 {
	background: url('/img/icons2.png') no-repeat -125px 0;
	margin: 0 5px;
}




#p_content_middle {
	margin-bottom: 30px;
}

.p_content_left_title {
	float: left;
	width: 596px;
	margin: 10px 0 15px 0;
	font-weight: bold;
}

#p_content_middle .p_content_left {
	margin-left: 0;
	padding-left: 0;
	width: 596px;
}

#p_content_middle .p_content_right {
	min-height: 200px;
}

#p_content_middle #p_content_right_center {
	min-height: 200px;
	padding-bottom: 15px;
	text-align: left;
}

#p_content_middle #status_bar {
	font-size: 16px;
	color: #004e85;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	margin-bottom: 15px;
}
#submenu_help {
	width: 180px;
	height: 105px;
	background: #535353;
	position: relative;
	top: 10px;
	left:722px;
	padding: 10px 0 0 0;
	display: none;
	z-index: 100;
}
#submenu_help ul{
	list-style-type: disc;
	color: white;
	margin: 0 0 0 29px;
}
#submenu_help ul li{
	padding: 0 0 4px 6px;
}
#submenu_help ul li a{
	text-transform: none;
	padding: 0 0 4px 0;
}

ul li{
    list-style-type: disc;
    list-style-position: inside;
    padding: 5px 0 5px 20px;
    text-indent: -1em;
}
 
.cart_btn {
	width: 190px; 
	height: 23px; 
	color:white; 
	background: #9a9a9a; 
	border: none; 
	padding: 0 0 3px 0; 
	font-size: 13px; 
	font-weight: bold;
	cursor: pointer;
}

.user {
	float: right;
	cursor: pointer;
	width: 250px;
	height: 34px;
	color: #fff;
	font-weight: bold;
	/*background: url('/img/cart_bg.png') no-repeat;*/
	position:relative;padding:0px 0px;background:#ebeced; background:-webkit-gradient(linear, 0 0, 0 100%, from(#ebeced), to(#fcfcfc)); background:-moz-linear-gradient(#ebeced, #fcfcfc); background:-o-linear-gradient(#ebeced, #fcfcfc); -webkit-border-radius:5px;-moz-border-radius:5px;-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px; border-top-right-radius:0px; border-top-left-radius:0px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;
	/*position:relative;padding:0px 0px;background:#9e3f2a; background:-webkit-gradient(linear, 0 0, 0 100%, from(#9e3f2a), to(#db7727)); background:-moz-linear-gradient(#9e3f2a, #db7727); background:-o-linear-gradient(#9e3f2a, #db7727); -webkit-border-radius:5px;-moz-border-radius:0px;-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px; border-top-right-radius:5px; border-top-left-radius:5px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;*/
	border: none;
	border-left: 1px solid #ebeced;
	border-right: 1px solid #ebeced;
	border-top: 0px solid #ebeced;
	border-bottom: 1px solid #ebeced;
	margin: 0px 0 0 5px;
	text-align: center;
	padding: 10px 0 0px 0px;
}

.logged {
	float: right;
	cursor: pointer;
	width: 250px;
	height: 34px;
	color: #5d5d5d;
	font-weight: bold;
	/*background: url('/img/cart_bg.png') no-repeat;*/
	position:relative;padding:0px 0px;background:#ebeced; background:-webkit-gradient(linear, 0 0, 0 100%, from(#ebeced), to(#fcfcfc)); background:-moz-linear-gradient(#ebeced, #fcfcfc); background:-o-linear-gradient(#ebeced, #fcfcfc); -webkit-border-radius:5px;-moz-border-radius:5px;-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px; border-top-right-radius:0px; border-top-left-radius:0px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;
	/*position:relative;padding:0px 0px;background:#9e3f2a; background:-webkit-gradient(linear, 0 0, 0 100%, from(#9e3f2a), to(#db7727)); background:-moz-linear-gradient(#9e3f2a, #db7727); background:-o-linear-gradient(#9e3f2a, #db7727); -webkit-border-radius:5px;-moz-border-radius:0px;-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px; border-top-right-radius:5px; border-top-left-radius:5px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;*/
	border: none;
	border-left: 1px solid #ebeced;
	border-right: 1px solid #ebeced;
	border-top: 0px solid #ebeced;
	border-bottom: 1px solid #ebeced;
	margin: 0px 0 0 5px;
	text-align: right;
	padding: 0px 0 10px 2px;
}

.two-col {
       -moz-column-count: 2;
       -moz-column-gap: 20px;
       -webkit-column-count: 2;
       -webkit-column-gap: 20px;
}

/*.bigboxleft { width:150px; min-height: 250px; border:solid 1px #ebeced; text-align:center; background:#ebeced; padding:0px 80px 30px 20px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px; background:-webkit-gradient(linear, 0 0, 0 100%, from(#bebcbc), to(#ebeced)); background:-moz-linear-gradient(#bebcbc, #ebeced); background:-o-linear-gradient(#bebcbc, #ebeced);}*/

.smallboxblue { width:15px; height:15px; border:solid 1px #67b1fa; text-align:center; background:#67b1fa; padding:15px 15px 15px 15px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px; background:-webkit-gradient(linear, 50% 90%, 10% 11%, from(#67b1fa), to(#467fcc))}
.smallboxblue{-moz-box-shadow:5px 5px 5px #67b1fa;-webkit-box-shadow:5px 5px 5px #cecece;box-shadow:5px 5px 5px #cecece;}

.smallboxdarkblue { width:50px; height:50px; border:solid 1px #467fcc; text-align:center; background:#467fcc; padding:50px 50px 50px 50px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px; background:-webkit-gradient(linear, 50% 90%, 10% 11%, from(#467fcc), to(#67b1fa))}
.smallboxdarkblue{-moz-box-shadow:5px 5px 5px #467fcc;-webkit-box-shadow:5px 5px 5px #cecece;box-shadow:5px 5px 5px #cecece;}

.smallboxgrey { width:10px; height:10px; border:solid 1px #ebeced; text-align:center; background:#ebeced; padding:10px 10px 10px 10px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px; background:-webkit-gradient(linear, 50% 90%, 10% 11%, from(#ebeced), to(#bebcbc))}
.smallboxgrey{-moz-box-shadow:5px 5px 5px #838485;-webkit-box-shadow:5px 5px 5px #cecece;box-shadow:5px 5px 5px #cecece;}

.smallboxgreen { width:50px; height:50px; border:solid 1px #a9fc26; text-align:center; background:#a9fc26; padding:50px 50px 50px 50px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px; background:-webkit-gradient(linear, 50% 90%, 10% 11%, from(#a9fc26), to(#7ab819))}
.smallboxgreen{-moz-box-shadow:5px 5px 5px #a9fc26;-webkit-box-shadow:5px 5px 5px #cecece;box-shadow:5px 5px 5px #cecece;}

.smallboxyellow { width:50px; height:50px; border:solid 1px #f6e221; text-align:center; background:#f6e221; padding:50px 50px 50px 50px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px;}
.smallboxyellow{-moz-box-shadow:5px 5px 5px #f6e221;-webkit-box-shadow:5px 5px 5px #cecece;box-shadow:5px 5px 5px #cecece;}

.smallboxnavy { width:50px; height:50px; border:solid 1px #24f6f7; text-align:center; background:#24f6f7; padding:50px 50px 50px 50px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px;}
.smallboxnavy{-moz-box-shadow:5px 5px 5px #24f6f7;-webkit-box-shadow:5px 5px 5px #cecece;box-shadow:5px 5px 5px #cecece;}

.smallboxred { width:50px; height:50px; border:solid 1px #fb2622; text-align:center; background:#fb2622; padding:50px 50px 50px 50px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px; background:-webkit-gradient(linear, 50% 90%, 10% 11%, from(#fb2622), to(#c41815))}
.smallboxred{-moz-box-shadow:5px 5px 5px #fb2622;-webkit-box-shadow:5px 5px 5px #cecece;box-shadow:5px 5px 5px #cecece;}

.mediumboxblue { 
	width:198px; 
	height:133px; 
	border:solid 1px #ebeced; 
	text-align:center; 
	background:#ebeced; 
	padding:10px 10px 10px 10px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ebeced), to(#fcfcfc)); 
	background:-moz-linear-gradient(#ebeced, #fcfcfc); 
	background:-o-linear-gradient(#ebeced, #fcfcfc);
}
.mediumboxblue:hover { 
	width:198px; 
	height:133px;
	border:solid 1px #ebeced; 
	text-align:center; 
	background:#467fcc; 
	padding:10px 10px 10px 10px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#67b1fa), to(#467fcc)); 
	background:-moz-linear-gradient(#67b1fa, #467fcc); 
	background:-o-linear-gradient(#67b1fa, #467fcc);
}

.mediumboxgreen { 
	width:198px; 
	height:133px; 
	border:solid 1px #ebeced; 
	text-align:center; 
	background:#ebeced; 
	padding:10px 10px 10px 10px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ebeced), to(#fcfcfc)); 
	background:-moz-linear-gradient(#ebeced, #fcfcfc); 
	background:-o-linear-gradient(#ebeced, #fcfcfc);
}
.mediumboxgreen:hover { 
	width:198px; 
	height:133px; 
	border:solid 1px #ebeced; 
	text-align:center; 
	background:#a9fc26; 
	padding:10px 10px 10px 10px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#a9fc26), to(#7ab819)); 
	background:-moz-linear-gradient(#a9fc26, #7ab819); 
	background:-o-linear-gradient(#a9fc26, #7ab819);
}

.mediumboxdarkblue { width:50px; height:50px; border:solid 1px #467fcc; text-align:center; background:#467fcc; padding:50px 50px 50px 50px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px; background:-webkit-gradient(linear, 50% 90%, 10% 11%, from(#467fcc), to(#67b1fa))}
.mediumboxdarkblue{-moz-box-shadow:5px 5px 5px #467fcc;-webkit-box-shadow:5px 5px 5px #cecece;box-shadow:5px 5px 5px #cecece;}

.mediumboxgrey { width:50px; height:50px; border:solid 1px #838485; text-align:center; background:#838485; padding:50px 50px 50px 50px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px;}
.mediumboxgrey{-moz-box-shadow:5px 5px 5px #838485;-webkit-box-shadow:5px 5px 5px #cecece;box-shadow:5px 5px 5px #cecece;}

/*.mediumboxgreen { width:50px; height:50px; border:solid 1px #838485; text-align:center; background:#7ab819; padding:35px 50px 65px 50px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px; background:-webkit-gradient(linear, 50% 90%, 10% 11%, from(#7ab819), to(#a9fc26))}*/

.mediumboxyellow { width:50px; height:50px; border:solid 1px #f6e221; text-align:center; background:#f6e221; padding:50px 50px 50px 50px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px;}
.mediumboxyellow{-moz-box-shadow:5px 5px 5px #f6e221;-webkit-box-shadow:5px 5px 5px #cecece;box-shadow:5px 5px 5px #cecece;}

.mediumboxnavy { width:50px; height:50px; border:solid 1px #24f6f7; text-align:center; background:#24f6f7; padding:50px 50px 50px 50px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px;}
.mediumboxnavy{-moz-box-shadow:5px 5px 5px #24f6f7;-webkit-box-shadow:5px 5px 5px #cecece;box-shadow:5px 5px 5px #cecece;}

.mediumboxred { width:50px; height:50px; border:solid 1px #fb2622; text-align:center; background:#fb2622; padding:50px 50px 50px 50px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px; background:-webkit-gradient(linear, 50% 90%, 10% 11%, from(#fb2622), to(#c41815))}
.mediumboxred{-moz-box-shadow:5px 5px 5px #fb2622;-webkit-box-shadow:5px 5px 5px #cecece;box-shadow:5px 5px 5px #cecece;}

.bigboxright { width:200px; height:204px; border:solid 1px #ebeced; text-align:center; background:#ebeced; padding:0px 50px 100px 50px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px; background:-webkit-gradient(linear, 50% 90%, 10% 11%, from(#ebeced), to(#bebcbc))}
.bigboxright{-moz-box-shadow:5px 5px 5px #ebeced;-webkit-box-shadow:5px 5px 5px #cecece;box-shadow:5px 5px 5px #cecece;}


.bigboxblue { 
	width:700px; 
	min-height: 250px;
	border:solid 1px #ebeced; 
	text-align:justify; 
	background:#ebeced; 
	padding:20px 10px 10px 0px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ebeced), to(#fcfcfc)); 
	background:-moz-linear-gradient(#ebeced, #fcfcfc); 
	background:-o-linear-gradient(#ebeced, #fcfcfc);
}

.container {
  display: table;
  padding-top: 30px;
}
.row {
  display: table-row;
}
.column {
  display: table-cell;
  padding:0px 3px 3px 2px;
  vertical-align: top;
}
.rowfooter {
  display: table-row;
}
.columnfooter {
  display: table-cell;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}
.select_order {
	/*float: left;*/
	margin: 0px 0px 0px 0px;
	width: 150px;
}
.select_page {
	/*float: left;*/
	margin: 0px 0px 0px 0px;
	width: 50px;
}
.grant_title {
	color: #67b1fa;
	font-size: 18px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}
.grant_content {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: justify;
}
.grant_contact {
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 10px;
	width: 800px;
	vertical-align: top;
	/*-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;*/
}
.news_heading {
	color: #67b1fa;
	font-size: 18px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}
.news_content {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: justify;
}
.directories-two-col {
   -moz-column-count: 2;
   -moz-column-gap: 20px;
   -webkit-column-count: 2;
   -webkit-column-gap: 20px;
   float:left; 
   width: 600px;  
   margin-left: 150px;
   padding-top: 20px;
   /*line-height: 25px;*/
}
.directories-one-col {
   margin-left: 150px;
   padding-top: 20px;
}
.sub-title {
	margin-left: 150px;
	/*padding-top: 20px;*/
	font-weight: bold;
}
.intro_text {
	/*margin-left: 150px;*/
	/*padding-top: 20px;*/
	font-weight: none;
}