@charset "utf-8";

/* FONTS */
@import url("fonts/open_sans/opensans.css");
@import url("fonts/universltstdultracn/universltstdultracn.css");
@import url("fonts/bebasstyle/bebasstyle.css");
@import url("fonts/col/col.css");
@import url("fonts/bebasstyle/fontello.css");
/* RESETS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
 border: none;
}
/* GLOBAL */
img {
	-ms-interpolation-mode: bicubic;
}
.ie6_height_fix {
	overflow: hidden;
}
.ie6_display_inline {
	display: inline;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/

/* GLOBAL TYPOGRAPHY AND GENERAL STYLES */
body {
	background: #f4f4f4;
	font-family: TitilliumText25L800wt, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 23px;
}
h1, h2, h3, h4 {
	line-height: 26px;
	color: #555;
	font-family: 'BebasNeueRegular';
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
	color: #555;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
	color: #737373;
}
h1 {
	font-size: 28px;
	padding: 22px 0;
}
h2 {
	font-size: 24px;
	padding: 18px 0;
}
h3 {
	font-size: 20px;
	padding: 15px 0;
}
h4 {
	font-size: 17px;
	padding: 14px 0;
}
p {
	padding: 0 0 22px 0;
}
a {
	text-decoration: none;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #555;
}
code {
	font-size: 13px;
	line-height: 20px;
	margin: 10px 0;
	padding: 20px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	background: #efefef;
	font-weight: normal;
	display: block;
	overflow: auto;
	text-align: left;
}
blockquote {
	padding: 0 0 0 16px;
	border-left: 4px solid #d9d9d9;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
pre {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #EEE;
	border: 1px solid #CCC;
	color: #777;
	padding: 8px 15px 8px 15px;
	margin-bottom: 23px;
	font-size: 12px;
}
ul, ol {
	margin: 0 0 23px 20px;
}
table {
	border-collapse: collapse;
	margin: 10px 0px;
	font-size: 13px;
}
tr {
}
tr:hover {
}
th, td {
	text-align: left;
	border-width: 1px;
	border-style: solid;
}
th {
	background-color: #666;
	padding: 10px 10px;
	border-color: #666;
	font-weight: bold;
	color: #FFF;
}
td {
	background-color: #EFEFEF;
	border-color: #D1D1D1;
	padding: 10px 10px;
}
.floatleft {
	float: left;
	padding: 0 20px 10px 0;
}
.floatright {
	float: right;
	padding: 0 0 10px 20px;
}
/* WORDPRESS "INSERT IMAGE" FUNCTIONS + SHORTCODE "FRAME ALIGN_X"*/
.frame {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.frame a {
}
.alignright, img.alignright, a img.alignright {
	float: right;
	margin: 10px 0 10px 15px;
}
.alignleft, img.alignleft, a img.alignleft {
	float: left;
	margin: 10px 15px 10px 0;
}
.aligncenter, img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.frame, .small_frame {
	display: inline-block;
}
.frame img {
	padding: 4px;
	margin: 0;
	display: block;
}
.small_frame img {
	padding: 3px;
	margin: 0;
}
/* WORDPRESS CAPTION - IMAGE */
.wp-caption {
	padding: 3px 3px 3px 3px;
	background-color: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wp-caption {
	border-color: #AAA;
}
.wp-caption img {
	display: block;
}
.wp-caption-text {
	padding: 0;
	width: 150px;
}
/* SHORTCODES - COLUMNS */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
	float: left;
	position: relative;
}
.one_third {
	width: 30%;
	margin-right: 5%;
}
.one_half {
	width: 48%;
	margin-right: 4%;
}
.one_third {
	width: 30%;
	margin-right: 5%;
}
.two_third {
	width: 65%;
	margin-right: 5%;
}
.one_fourth {
	width: 22%;
	margin-right: 4%;
}
.three_fourth {
	width: 74%;
	margin-right: 4%;
}
.last {
	margin-right: 0 !important;
}
.divider {
	display: block;
	width: 100%;
	clear: both;
}
/* SHORTCODES - CHECK LIST */
.checklist {
	margin: 0;
	padding-bottom: 23px;
}
.checklist li {
	background: url(gfx/icons/tick.png) no-repeat 0 4px;
	list-style: none;
	margin: 0;
	padding: 1px 0 1px 25px;
}
/*SHORTCODES - YES&NO - TICK&CROSS */
.sc_yes, .sc_no {
	position: relative;
	top: 3px;
}
/* SHORTCODES - BOXES */
.box_download, .box_info, .box_warning, .box_note {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 23px 0;
}
.box_download {
	background: url(gfx/icons/arrow_down.png) no-repeat 15px 20px #e3f4de;
	padding: 25px 25px 25px 63px;
	border: 1px solid #a2d392;
	color: #599847;
}
.box_info {
	background: url(gfx/icons/info_button_32.png) no-repeat 15px 20px #deeef7;
	padding: 25px 25px 25px 63px;
	border: 1px solid #82c3e6;
	color: #2f81b0;
}
.box_warning {
	background: url(gfx/icons/close_32.png) no-repeat 15px 20px #f8e4e2;
	padding: 25px 25px 25px 63px;
	border: 1px solid #e69d94;
	color: #bb5a4d;
}
.box_note {
	background: url(gfx/icons/notebook.png) no-repeat 15px 20px #f7f3de;
	padding: 25px 25px 25px 63px;
	border: 1px solid #e1ca59;
	color: #955d0d;
}
/* SHORTCODES - DROPCAP */
.dropcap {
	display: block;
	float: left;
	font-size: 44px;
	line-height: 44px;
	margin: 0 5px 0 0;
}
/* SHORTCODES - PULLQUOTES */
.pullquote_left {
	float: left;
	margin: 22px 22px 22px 0;
	padding: 0 0 0 15px;
	font-size: 15px;
	line-height: 22px;
	width: 33%;
	border-left: 6px solid #DDDDDD;
}
.pullquote_right {
	float: right;
	margin: 22px 0 22px 22px;
	padding: 0 15px 0 0;
	font-size: 15px;
	line-height: 22px;
	width: 33%;
	border-right: 6px solid #DDDDDD;
}
/* SHORTCODES - HIGHLIGHTS */
.highlight1 {
	background: #FFFF80;
}
.highlight2 {
	border-bottom: 1px dotted #888;
}
/* SHORTCODES - HIGHLIGHTS */
.sc_divider {
	display: block;
	width: 100%;
	height: 23px;
	border-top: 1px solid #DDD;
	clear: both;
	position: relative;
}
.top a {
	position: absolute;
	top: -12px;
	right: 0;
	background: #F4F4F4;
	color: #A9A9A9;
	font-size: 10px;
	text-decoration: none;
	padding: 0 0 0 5px;
}
.top a:hover {
	color: #555;
}
/* SHORTCODES - TABS */
.sc_tabs {
	width: 100%;
	padding: 0 0 23px 0;
}
.sc_tabs_header {
	width: 100%;
}
.sc_tab {
	position: relative;
	top: 3px;
	color: #777;
	padding: 1px 13px 2px 13px;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin: 0 3px 0 0;
	background: #DDD;
	border-bottom: none;
	border-top: 1px solid #DDD;
	text-shadow: 0 1px 0 #FFF;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: -moz-linear-gradient(top, #DDDDDD, #CCCCCC);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DDDDDD), color-stop(1, #CCCCCC));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#DDDDDD', EndColorStr='#CCCCCC')"; /* IE8 only */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#DDDDDD', EndColorStr='#CCCCCC'); /* IE6,IE7 only */
}
.sc_tab_active {
	padding: 3px 12px 3px 12px;
	color: #666;
	text-shadow: 0 1px 0 #FFF;
	border: 1px solid #CCC;
	border-top-color: #DDD;
	border-bottom: none;
	top: 1px;
	background: #EAEAEA;
	background: -moz-linear-gradient(top, #FFFFFF, #EAEAEA);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EAEAEA));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EAEAEA')"; /* IE8 only */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EAEAEA'); /* IE6,IE7 only */
}
.sc_tab:hover {
	cursor: pointer;
}
.sc_tabs_body {
	width: 98%;
	padding: 1%;
	background: #EAEAEA;
	border: 1px solid #CCC;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}
.sc_tab_single_box {
	float: left;
	width: 96%;
	padding: 2%;
	background: #FEFEFE;
	border: 1px solid #CCC;
	display: none;
}
.sc_tabs_box_first {
	display: block;
}
.sc_tab_single_box img {
	height: 110px;
}
/* SHORTCODES - TOGGLE */
.toggle {
	padding: 15px 0 15px 25px;
	background: url(gfx/toggle.png) no-repeat -29px 20px;
}
.toggle_active {
	background: url(gfx/toggle.png) no-repeat 0 -39px;
}
.toggle_body .block {
	margin-left: 25px;
	padding: 20px;
	background: #EEE;
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* WORDPRESS GALLERY SHORTCODE FUNCTION */
#gallery-1, .gallery {
	background: #EFEFEF;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}
.gallery .gallery-item {
	margin-bottom: 7px;
}
.gallery .gallery-item a {
	display: block;
}
.gallery .gallery-item .attachment-thumbnail {
	background: #FFF;
	border: 1px solid #CCC !important;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/* HEADER - GENERAL*/
#header_wrapper {
	width: 100%;
	background-position: bottom;
	background-repeat: repeat-x;
}
#header {
	width: 960px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
/* HEADER - LOGO */
#logo {
	float: left;
	margin: 28px 0 22px 0;
}
/* HEADER - SEARCH */
.search_top {
	position: relative;
	width: 250px;
	float: right;
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
}
.search_top_input {
	width: 198px !important;
	padding: 7px 0px 8px 17px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background: url(gfx/search_top_left.png) no-repeat;
	border: none;
	float: left;
}
.search_top_btn {
	width: 35px;
	height: 32px;
	outline: none;
	cursor: pointer;
	background: url(gfx/search_top_right.png) no-repeat;
	border: none;
	float: left;
}
/* NAVIGATION */
#nav_wrapper {
	width: 100%;
	background: url(gfx/nav_bg.png) repeat-x bottom;
}
#nav_wrapper ul.menu {
	width: 980px;
	margin: 0 auto;
	list-style: none;
	height: 45px;
	line-height: 22px;
	font-size: 14px;
	background-position: center top;
	background-repeat: no-repeat;
}
#nav_wrapper ul.menu li {
	float: left;
	cursor: pointer;
	position: relative;
	z-index:/*IE7*/999;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 20px;
}
#nav_wrapper ul.menu li a {
	text-decoration: none;
	padding: 5px 20px 5px 0;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	z-index: 1000;
}
#nav_wrapper ul.menu li:hover, #nav_wrapper .current-post-ancestor, #nav_wrapper .current-category-ancestor, #nav_wrapper .current-menu-parent, #nav_wrapper .current-post-parent, #nav_wrapper .page_item, #nav_wrapper .current_page_item {
	background: url(gfx/nav_left_black_20.png) top left no-repeat;
}
#nav_wrapper .main_hover_right, #nav_wrapper ul.menu li a:hover, #nav_wrapper .current-post-ancestor a, #nav_wrapper .current-category-ancestor a, #nav_wrapper .current-menu-parent a, #nav_wrapper .current-post-parent a, #nav_wrapper .page_item a, #nav_wrapper .current_page_item a {
	background: url(gfx/nav_right_black_20.png) top right no-repeat;
}
#nav_wrapper ul.menu li ul {
	display: none;
	position: absolute;
	top: 37px;
	left: -20px;
	list-style: none;
	z-index: 999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0px 20px rgba(0,0,0,0.17);
	-webkit-box-shadow: 0 0px 20px rgba(0,0,0,0.17);
	-box-shadow: 0 0px 20px rgba(0,0,0,0.17);
}
/* NAVIGATION DROPDOWN BACKGROUND IMAGES */
#nav_wrapper ul.menu li ul li {
	padding: 0;
	margin: 0;
	background: #F7F7F7 url(gfx/nav_sub_bg.png) repeat-x 0 -2px;
}
#nav_wrapper ul.menu li ul li:hover {
	background-color: #D07309;
	background-image: url(gfx/nav_sub_bg.png);
	background-repeat: repeat-x;
	background-position: 0 -47px;
}
#nav_wrapper ul.menu li ul li:first-child {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#nav_wrapper ul.menu li ul li:last-child {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#nav_wrapper ul.menu li ul li a {
	width: 150px;
	padding: 10px 20px 10px 20px;
	color: #666;
	background: none;
	border-top: 1px solid #E3E3E3;
}
#nav_wrapper ul.menu li ul li:first-child a {
	border-top: none;
}
#nav_wrapper ul.menu li ul li a:hover {
	background: none;
	color: #C8260F;
}
#nav_wrapper ul.menu li ul li a.sub_level_active {
	color: #FFF;
}
#nav_wrapper ul.menu li ul li ul {
	position: absolute;
	top: 1px;
	left: 170px;
	list-style: none;
}
/* NAVIGATION - ARROWS IMAGES */
#nav_wrapper ul.menu .nav_sub_arrow {
	background: url(gfx/nav_sub_arrow.png) no-repeat 165px 17px;
}
#nav_wrapper ul.menu .nav_sub_arrow:hover, #nav_wrapper ul.menu .nav_sub_arrow_active {
	background: url(gfx/nav_sub_arrow.png) no-repeat 165px -54px;
	color: #FFF;
}
/* INTRO */
#intro_wrapper {
	width: 100%;
	background-position: 0 50px;
	background-repeat: repeat-x;
}
.intro_home {
	margin: 0 auto;
	width: 960px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center top;
}
.intro_page {
	margin: 0 auto;
	width: 680px;
	padding: 0 0 0 280px;
	background-repeat: no-repeat;
	background-position: center top;
}
.intro_page h2 a {
	text-decoration: none
}
.intro_page h2 {
	color: #FFF;
	font-size: 36px;
	padding: 50px 0 24px 50px;
	line-height: 30px;
}
.intro_page h1 a {
	text-decoration: none;
	text-shadow: 2px 2px #000000;
}
/*@font-face {
    font-family: 'agencyr';
    src: url('fonts/agencyr/agencyr-webfont.eot');
    src: url('fonts/agencyr/agencyr-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/agencyr/agencyr-webfont.woff') format('woff'),
         url('fonts/agencyr/agencyr-webfont.ttf') format('truetype'),
         url('fonts/agencyr/agencyr-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
.intro_page h1 {
	color: #FFF;
	font-size: 36px;
	padding: 50px 0 24px 50px;
	line-height: 30px;
	text-shadow: 2px 2px #000000;
}
.intro_fullwidth {
	margin: 0 auto;
	width: 960px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
}
.intro_fullwidth h2 {
	color: #FFF;
	font-size: 36px;
	padding: 60px 0 24px 40px;
	line-height: 30px;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.4);
}
.intro_text {
	width: 960px;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.intro_desc {
	width: 960px;
	text-align: center;
	font-size: 18px;
	margin: 1px 0 0 0;
	padding: 0 0 10px 0;
}
.intro_home h1, .intro_home h2, .intro_home h3, .intro_home h4, .intro_home h5 {
	color: #FFF;
}
.slider_subheading {
	font-size: 18px;
}
/* SLIDERS - HEIGHT FIXES */
.slider_3d {
	width: 960px;
	height: 285px;
	position: absolute;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.content_3d {
	width: 990px;
	background: url(gfx/content_light.png) no-repeat center top;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.intro_wrapper_3d {
	background-position: 0 50px !important;
}
.intro_home_3d {
	width: 960px;
	height: 281px;
	padding: 0 0 0 0;
}
.content_paralel {
	padding: 150px 0 0 0;
	width: 990px;
}
.intro_wrapper_paralel {
	background-position: 0 50px !important;
}
.intro_home_paralel {
	width: 990px;
	height: 281px;
	padding: 32px 0 0 0;
}
.content_freshcubes {
	padding: 150px 0 0 0;
	width: 990px;
}
.intro_wrapper_freshcubes {
	background-position: 0 50px !important;
}
.intro_home_freshcubes {
	width: 990px;
	height: 281px;
	padding: 32px 0 0 0;
}
.content_static1 {
	padding: 40px 0 0 0;
	width: 990px;
	background: url(gfx/content_light.png) no-repeat center top;
}
.intro_wrapper_static1 {
	background-position: 0 140px !important;
}
.intro_home_static1 {
	width: 960px;
	height: 384px;
	padding: 0 0 0 0;
}
.content_static2 {
	padding: 80px 0 0 0;
	width: 990px;
	background: url(gfx/content_light.png) no-repeat center top;
}
.intro_wrapper_static2 {
	background-position: 0 90px !important;
}
.intro_home_static2 {
	width: 960px;
	height: 310px;
	padding: 0 0 0 0;
}
.content_static3 {
	padding: 80px 0 0 0;
	width: 990px;
	background: url(gfx/content_light.png) no-repeat center top;
}
.intro_wrapper_static3 {
	background-position: 0 90px !important;
}
.intro_home_static3 {
	width: 960px;
	height: 310px;
	padding: 0 0 0 0;
}
/* CONTENT */
#content_wrapper {
	width: 100%;
	background: url(gfx/content_wrapper_bg.png) repeat-x;
	border-top: 1px solid #E3E3E3;
}
.content_shadow_right {
	background: url(gfx/content_shadow_right.png) no-repeat center top;
}
.content_shadow_both {
	background: url(gfx/content_shadow_both.png) no-repeat center top;
}
#content {
	margin: 0 auto;
}
.content_page {
	padding: 0;
	width: 960px;
}
/* CALL TO ACTION - HOME PAGE */
.action {
	width: 880px;
	height: 70px;
	padding: 0 40px;
	margin: 0 auto;
	background: url(gfx/action_bg.png) repeat-x;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.action h3 {
	font-size: 21px;
	padding: 22px 0 0 0;
	float: left;
	font-family: 'open_sansbold';
}
.action_button {
	height: 53px;
	padding-left: 30px;
	float: right;
	margin: 8px 0 0 0;
	text-decoration: none;
	display: block;
	font-size: 19px;
	color: #FFF;
	background-position: left center;
	background-repeat: no-repeat;
}
.action_button:hover {
	text-decoration: none;
}
.action_button span {
	padding: 0 51px 2px 7px;
	line-height: 51px;
	display: block;
	zoom: 1;
	background-position: right center;
	background-repeat: no-repeat;
}

/* HOME LAYOUTS */
.learnmore {
	text-align: right;
	position: relative;
	top: -12px;
	right: 0;
}
.home_icon {
	padding: 10px 15px 5px 7px;
}
.home_layout_1 {
	margin: 40px 0 0 0;
}
.home_layout_1 h2 {
	padding: 5px 0;
}
/* HOME_LAYOUT_1 - COLUMNS LAYOUT FOR WIDGETS */
.home_layout_1 .col1 {
	width: 960px;
	margin: 0 15px;
	float: left;
}
.home_layout_1 .col2 {
	width: 465px;
	margin: 0 15px;
	float: left;
}
.home_layout_1 .col3 {
	width: 300px;
	margin: 0 15px;
	float: left;
}
.home_layout_1 .col4 {
	width: 217px;
	margin: 0 15px;
	float: left;
}
.home_layout_1 .col5 {
	width: 168px;
	margin: 0 15px;
	float: left;
}
.home_layout_1 .col6 {
	width: 135px;
	margin: 0 15px;
	float: left;
}
.home_layout_1 .col7 {
	width: 111px;
	margin: 0 15px;
	float: left;
}
.home_layout_1 .col8 {
	width: 93px;
	margin: 0 15px;
	float: left;
}
.home_layout_1 .col9 {
	width: 80px;
	margin: 0 15px;
	float: left;
}
/* HOME PAGE WIDGETS */
#content .home_layout_1 h3 {
	font-size: 20px;
	padding: 0 0 10px 0;
}
#content .home_layout_1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .home_layout_1 ul li ul {
	margin: 0;
}
#content .home_layout_1 ul li:first-child {
	border: none;
}
#content .home_layout_1 ul li {
	border-top: 1px solid #e5e5e5;
}
#content .home_layout_1 ul li ul li {
	border-top: 1px solid #e5e5e5 !important;
}
#content .home_layout_1 li a {
	padding: 8px 36px 8px 10px;
	display: block;
	text-decoration: none;
	color: #595959;
}
#content .home_layout_1 li a:hover {
	background: #FAFAFA;
}
#content .home_layout_1 ul li ul li a {
	padding-left: 20px;
}
#content .home_layout_1 ul li ul li ul li a {
	padding-left: 30px;
}
#content .home_layout_1 ul li ul li ul li ul li a {
	padding-left: 40px;
}
#content .home_layout_1 ul li ul li ul li ul li ul li a {
	padding-left: 50px;
}
#content .home_layout_1 .widget_sidebar_contents {
	padding: 15px 0 20px 0;
}
/* HOME PAGE WIDGETS - RECENT COMMENTS */
#content .home_layout_1 ul#recentcomments li {
	padding: 8px 10px 8px 10px;
	background: none;
	border-top: 1px solid #e5e5e5;
	text-decoration: none;
	color: #595959;
	list-style: none;
}
#content .home_layout_1 ul#recentcomments li:first-child {
	border: none;
}
#content .home_layout_1 ul#recentcomments li a {
	background: none;
	border: none;
	text-decoration: none;
}
#content .home_layout_1 ul#recentcomments li a:hover {
	background: none;
	border: none;
	text-decoration: underline;
}
#content .action a {color:#FFF;}
/* SIDEBAR */
#sidebar_wrapper {
	margin: -69px 0 0 0;
	float: left;
	line-height: 20px;
	position: relative;
}
#sidebar_top {
	width: 280px;
	height: 18px;
	background: url(gfx/sidebar_top.png) no-repeat;
}
#sidebar {
	width: 230px;
	min-height: 500px;
	background: url(gfx/sidebar_bg.png) repeat-x #f4f4f4;
	padding: 12px 25px 0 25px;
	font-size: 12px;
	line-height: 18px;
}
#sidebar_widgets {
	position: relative;
	top: -33px;
}
#sidebar .widget {
	padding: 30px 0 0 0;
}
#sidebar h3 {
	font-size: 17px;
	padding: 0 0 15px 0;
}
#sidebar ul {
	list-style: none;
	margin: -5px 0 0 0;
	padding: 0;
}
#sidebar ul li ul {
	margin: 0;
}
#sidebar ul:first-child li:first-child {
	border: none;
}
#sidebar ul li {
	border-top: 1px solid #e5e5e5;
}
#sidebar ul li ul li {
	border-top: 1px solid #e5e5e5 !important;
}
#sidebar li a {
	padding: 8px 36px 8px 5px;
	display: block;
	text-decoration: none;
	color: #595959;
	background-repeat: no-repeat;
	background-position: 214px center;
}
#sidebar li a:hover {
	background-repeat: no-repeat;
	background-position: -22px center;
}
#sidebar ul li ul li a {
	padding-left: 20px;
}
#sidebar ul li ul li ul li a {
	padding-left: 30px;
}
#sidebar ul li ul li ul li ul li a {
	padding-left: 40px;
}
#sidebar ul li ul li ul li ul li ul li a {
	padding-left: 50px;
}
/* SIDEBAR WIDGETS - RECENT COMMENTS */
#sidebar ul#recentcomments li {
	padding: 8px 10px 8px 5px;
	background: none;
	border-top: 1px solid #e5e5e5;
	text-decoration: none;
	color: #595959;
	list-style: none;
}
#sidebar ul#recentcomments li:first-child {
	border: none;
}
#sidebar ul#recentcomments li a {
	background: none;
	border: none;
	text-decoration: none;
}
#sidebar ul#recentcomments li a:hover {
	background: none;
	border: none;
	text-decoration: underline;
}
/* SIDEBAR WIDGETS - TWITTER PLUGIN */
#sidebar ul.tweets {
	margin: 0;
	padding: 0 0 12px 0;
	background: url(gfx/icons/twitter_bird.png) no-repeat 180px bottom;
	font-size: 12px;
	line-height: 18px;
}
#sidebar ul.tweets li {
	background: #e9e9e9;
	padding: 13px 15px 15px 15px;
	position: relative;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 0 0 40px 0;
	border: none;
}
#sidebar ul.tweets li:after { /* TRIANGLE ARROW - SMALL */
	content: "\00a0";
	display: block;
	position: absolute;
	bottom: -34px;
	left: 147px;
	width: 0;
	height: 0;
	border-width: 14px 0px 20px 30px; /* vary these values to change the angle of the vertex */
	border-style: solid;
	border-color: #e9e9e9 transparent transparent;
}
#sidebar ul.tweets li a {
	display: inline;
	background: none;
	padding: 0;
}
#sidebar ul.tweets li a:hover {
	text-decoration: underline;
	background: none;
}
#sidebar ul.tweets li a.timesince {
	position: absolute;
	bottom: -25px;
	left: 15px;
	font-size: 11px;
	color: #999
}
/*  SIDEBAR WIDGETS - RELATED POSTS */
#sidebar #rp_posts_popular_wrapper {
	padding: 30px 0 0 0;
}
#sidebar ul#rp_posts_related {
	list-style: none;
	margin: -15px 0 0 0;
	width: auto;
}
#sidebar ul#rp_posts_related a {
	background: none;
	display: inline;
	padding: 0;
}
#sidebar ul#rp_posts_related li {
	clear: both;
	padding: 15px 0;
}
#sidebar ul#rp_posts_related li a {
	width: auto;
}
#sidebar ul#rp_posts_related li:first-child {
	border: none;
}
#sidebar ul#rp_posts_related .rp_thumb {
	float: left;
	margin: 0 15px 15px 0;
	padding: 2px;
	background: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#sidebar ul#rp_posts_related .rp_title {
	font-size: 13px;
	margin-top: 5px;
}
#sidebar ul#rp_posts_related .rp_date {
	font-size: 10px;
	text-transform: uppercase;
	color: #BBB;
}
.rp_thumb {
	width: 100px;
}
/*  SIDEBAR WIDGETS - POPULAR POSTS */
#sidebar ul#rp_posts_popular {
	list-style: none;
	margin: -15px 0 0 0;
	width: auto;
}
#sidebar ul#rp_posts_popular a {
	background: none;
	display: inline;
	padding: 0;
}
#sidebar ul#rp_posts_popular li {
	clear: both;
	padding: 15px 0;
}
#sidebar ul#rp_posts_popular li a {
	width: auto;
}
#sidebar ul#rp_posts_popular li:first-child {
	border: none;
}
#sidebar ul#rp_posts_popular .rp_thumb {
	float: left;
	margin: 0 15px 15px 0;
	padding: 2px;
	background: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#sidebar ul#rp_posts_popular .rp_title {
	font-size: 13px;
	margin-top: 5px;
}
#sidebar ul#rp_posts_popular .rp_date {
	font-size: 10px;
	text-transform: uppercase;
	color: #BBB;
}
/* PAGE */
.page_meta_box {
	width: 600px;
	padding: 7px 30px 6px 50px;
	background: url(gfx/black_15.png);
	text-shadow: 0px 1px 0 rgba(0,0,0,0.2)
}
.intro_fullwidth .page_meta_box {
	width: 880px;
	padding: 7px 40px 6px 40px;
}
.page_meta_box p {
	padding: 0;
}
.page_meta_box p a {
	color: #FF6;
}
#page {
	float: right;
	min-height: 350px;
	font-size: 13px;
	line-height: 22px;
	background: url(gfx/page_bg.png) no-repeat top center;
	position: relative;
}
.page_template {
	width: 580px;
	padding: 30px 50px 0 50px;
}
.page_template_fullwidth {
	width: 880px;
	padding: 30px 40px 0 40px;
	background: none !important;
}
.page_template_blog {
	width: 580px;
	padding: 30px 50px 0 50px;
}
.page_template_portfolio {
	width: 630px;
	padding: 10px 0 0 50px;
}
.page_template_portfolio_fullwidth {
	width: 920px;
	padding: 10px 0 0 40px;
	background: none !important;
}
.page_template_gallery {
	width: 630px;
	padding: 40px 0 0 50px;
}
.page_template_gallery_fullwidth {
	width: 920px;
	padding: 40px 0 0 40px;
	background: none !important;
}
/* PRICING TABLE */
#pricing_table {
	width: 100%;
	border: none;
}
#pricing_table td, tr, th {
	background: none;
	border: none;
	text-align: center;
}
#pricing_table td {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#pricing_table .col_left {
	border: none !important;
	background: none !important;
}
#pricing_table .col_first {
	-moz-border-radius: 7px 0 0 0;
	-webkit-border-radius: 7px 0 0 0;
	border-radius: 7px 0 0 0;
	border-left: none !important;
	border-top: none !important;
}
#pricing_table .col_last {
	-moz-border-radius: 0 7px 0 0;
	-webkit-border-radius: 0 7px 0 0;
	border-radius: 0 7px 0 0;
	border-right: none !important;
	border-top: none !important;
}
#pricing_table .col_name {
	background: url(gfx/pricing_dark.png) repeat-x bottom center #a6a6a6;
	padding: 10px 0;
	color: #FFF;
	font-size: 20px;
	border-right: 1px solid #777; /*border-top:1px solid #333;*/
	border-bottom: 1px solid #555;
	-moz-box-shadow: inset 1px 1px 0px rgba(255,255,255,0.2);
	-wekbit-box-shadow: inset 1px 1px 0px rgba(255,255,255,0.2);
}
#pricing_table .col_price {
	background: url(gfx/pricing_light.png) repeat-x bottom center #f4f4f4;
	color: #666;
	font-size: 41px;
	padding: 26px 20px 20px 20px;
	border: 1px solid #CCC;
	border-bottom: 1px solid #BBB;
	-moz-box-shadow: inset 1px 1px 0px #FFF;
	-wekbit-box-shadow: inset 1px 1px 0px #FFF;
}
#pricing_table .row_timespan {
	font-size: 13px;
	display: block;
	margin-top: -8px;
}
#pricing_table .row_odd td {
	background: #FFF;
	borderAAA: 1px solid #CCC;
	height: 42px;
	vertical-align: middle;
	horizontal-align: center;
	text-align: center;
}
#pricing_table .row_even td {
	background: #EEE;
	borderAAA: 1px solid #CCC;
	height: 42px;
	vertical-align: middle;
	horizontal-align: center;
	text-align: center;
}
#pricing_table .row_last {
	padding-top: 20px;
	background: none !important;
	border-left: none !important;
	border-right: none !important;
	border-top: 1px solid #CCC;
}
/* TAKE A TOUR */
#tour_nav {
	float: left;
	width: 180px;
	background: #FAFAFA;
	margin: 10px 0 0 0;
	list-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.3);
}
#tour_nav li.tour_nav_name {
	padding: 8px 15px 10px 15px;
	font-size: 13px;
	background: url(gfx/pricing_dark.png) repeat-x bottom center #a6a6a6;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	text-shadow: 0 1px 0 #000;
}
#tour_nav li a {
	display: block;
	padding: 10px 15px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #CCC;
	background-repeat: no-repeat;
	background-position: 160px center;
	background-image: url(gfx/tour_arrow.png);
	font-size: 12px;
	color: #595959;
}
#tour_nav li a:hover, ul#tour_nav li a.tour_nav_active {
	background-repeat: no-repeat;
	background-position: -76px center;
	background-image: url(gfx/tour_arrow.png);
	text-decoration: none;
	color: #0088CC;
}
#tour_nav li a.tour_nav_last {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#tour_slider {
	float: right;
	width: 660px;
	overflow: hidden;
}
#tour_slider ul {
	float: left;
	width: 9999px;
	position: relative;
	margin: 0;
	list-style: none;
	top: 0;
	left: 0;
}
#tour_slider ul li {
	float: left;
	width: 660px;
	padding-right: 40px;
	overflow: hidden;
}
#tour_slider .tour_pagenavi {
	clear: both;
}
#tour_slider .tour_pagenavi_left {
	float: left;
	width: 50%;
}
#tour_slider .tour_pagenavi_right {
	float: right;
	text-align: right;
	width: 50%;
}
/* ROW - USED IN PORTFOLIO PAGE TEMPLATES */
.row {
	float: left;
}
/* GALLERY & PORTFOLIO - ICONS*/
.icon_zoom {
	background-image: url(gfx/icons/icon_zoom.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.icon_play {
	background-image: url(gfx/icons/icon_play.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
/* GALLERY - IMAGE */
.gallery_link {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.gallery_link:hover {
	border-color: #AAA;
}
.gallery_link img {
	display: block;
}
#gallery .icon_zoom {
	background-position: 105% 105%;
}
/* PORTFOLIO - IMAGE */
.portfolio_link {
	float: left;
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.portfolio_link:hover {
	border-color: #AAA;
}
.portfolio_link img {
	display: block;
}
.portfolio_desc a {
	text-decoration: none;
}
/* PORTFOLIO - PAGE TEMPLATE  */
#portfolio h2 {
	font-size: 20px;
	padding-bottom: 13px;
}
#portfolio .portfolio_item {
	float: left;
	width: 580px;
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #DDD;
}
#portfolio .portfolio_link {
	width: 340px;
	margin: 0 30px 0 0;
}
#portfolio .portfolio_desc {
	float: left;
	width: 200px;
}
/* PORTFOLIO 2 - PAGE TEMPLATE */
#portfolio2 h2 {
	font-size: 20px;
	padding-bottom: 13px;
}
#portfolio2 .portfolio_item {
	float: left;
	width: 265px;
	margin: 30px 50px 30px 0;
}
#portfolio2 .portfolio_link {
	width: 259px;
	margin: 0 0 10px 0;
}
#portfolio2 .portfolio_desc {
	float: left;
	width: 265px;
}
/* PORTFOLIO 3 - PAGE TEMPLATE */
#portfolio3 h2 {
	font-size: 18px;
	padding-bottom: 13px;
}
#portfolio3 .portfolio_item {
	float: left;
	width: 165px;
	margin: 30px 40px 30px 0;
}
#portfolio3 .portfolio_link {
	width: 165px;
	margin: 0 0 10px 0;
}
#portfolio3 .portfolio_desc {
	float: left;
	width: 165px;
}
/* PORTFOLIO FULLWIDTH - PAGE TEMPLATE  */
#portfolio_fullwidth h2 {
	padding-bottom: 13px;
}
#portfolio_fullwidth .portfolio_item {
	float: left;
	width: 880px;
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #DDD;
}
#portfolio_fullwidth .portfolio_link {
	width: 520px;
	margin: 0 30px 0 0;
}
#portfolio_fullwidth .portfolio_desc {
	float: left;
	width: 320px;
}
/* PORTFOLIO FULLWIDTH 2 - PAGE TEMPLATE */
#portfolio_fullwidth2 h2 {
	padding-bottom: 13px;
}
#portfolio_fullwidth2 .portfolio_item {
	float: left;
	width: 410px;
	padding: 30px 50px 30px 0;
}
#portfolio_fullwidth2 .portfolio_link {
	width: 410px;
	margin: 0 0 10px 0;
}
#portfolio_fullwidth2 .portfolio_desc {
	float: left;
	width: 410px;
}
/* PORTFOLIO FULLWIDTH 3 - PAGE TEMPLATE */
#portfolio_fullwidth3 h2 {
	font-size: 20px;
	padding-bottom: 13px;
}
#portfolio_fullwidth3 .portfolio_item {
	float: left;
	width: 260px;
	padding: 30px 45px 30px 0;
}
#portfolio_fullwidth3 .portfolio_link {
	width: 260px;
	margin: 0 0 10px 0;
}
#portfolio_fullwidth3 .portfolio_desc {
	float: left;
	width: 260px;
}
/* PORTFOLIO FULLWIDTH 4 - PAGE TEMPLATE */
#portfolio_fullwidth4 h2 {
	font-size: 20px;
	padding-bottom: 13px;
}
#portfolio_fullwidth4 .portfolio_item {
	float: left;
	width: 190px;
	padding: 30px 38px 30px 0;
}
#portfolio_fullwidth4 .portfolio_link {
	width: 190px;
	margin: 0 0 10px 0;
}
#portfolio_fullwidth4 .portfolio_desc {
	float: left;
	width: 190px;
}
/* PORTFOLIO, BLOG - SINGLE VIEW & CATEGORY VIEW */
.page_template_blog .portfolio_link {
	width: 572px;
	margin: 0 0 10px 0;
}
/* BLOG */
.post_title {
	padding: 22px 0 0 0;
}
.post_data {
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 6px 0 3px 0;
}
.post_data .post_date {
	background: url(gfx/icons/calendar.png) no-repeat;
	padding: 0px 10px 4px 22px;
}
.post_data .post_author {
	background: url(gfx/icons/user.png) no-repeat;
	padding: 0px 10px 4px 22px;
}
.post_data .post_tags {
	background: url(gfx/icons/tag.png) no-repeat;
	padding: 0px 10px 4px 22px;
}
.post_data .post_categories {
	background: url(gfx/icons/folder.png) no-repeat;
	padding: 0px 10px 4px 22px;
}
.post_data .post_comments {
	background: url(gfx/icons/comment.png) no-repeat;
	padding: 0px 10px 4px 22px;
}
/* 'SHARE' SECTION ON EACH BLOG AND PORTFOLIO 'SINGLE' VIEW */
#share_post {
	padding: 20px 0 0 20px;
	margin: 3px 0 20px 0;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	background: #efefef;
}
#share_post a {
	display: block;
	float: left;
	margin: 0 18px 12px 0;
}
/* RELATED AND POPULAR POSTS SECTIONS - GENERAL*/
#page #rp_posts_wrapper {
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0 30px 0;
	width: 100%;
}
#page #rp_posts_wrapper h3 {
	width: 270px;
}
#page #rp_posts_wrapper .rp_thumb {
	float: left;
	margin: 0 20px 0 0;
	padding: 2px;
	background: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#page #rp_posts_wrapper .rp_title {
	font-size: 15px;
}
#page #rp_posts_wrapper .rp_date {
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
}
/* RELATED POSTS SECTION */
#page #rp_posts_related_wrapper {
	float: left;
	width: 45%;
	margin-right: 10%;
}
#page ul#rp_posts_related {
	margin: -10px 0 0 0;
	list-style: none;
}
#page ul#rp_posts_related li {
	clear: both;
	padding: 15px 0;
}
#page ul#rp_posts_related li a {
	width: 200px;
}
/* POPULAR POSTS SECTION */
#page #rp_posts_popular_wrapper {
	float: left;
	width: 45%;
}
#page ul#rp_posts_popular {
	margin: -10px 0 0 0;
	list-style: none;
}
#page ul#rp_posts_popular li {
	clear: both;
	padding: 15px 0;
}
#page ul#rp_posts_popular li a {
	width: 200px;
}
/* AUTHOR BOX */
.authorbox {
	font-size: 13px;
	line-height: 20px;
	padding: 20px 20px 0 20px;
	margin: 3px 0 50px 0;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	background: #efefef;
}
.authorbox .avatar {
	float: left;
	margin: 0 20px 20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.authorbox .author_name {
	padding: 5px 0 6px 0;
	font-size: 15px;
}
.authorbox .author_desc {
	margin: 0;
}
.authorbox .author_links {
	margin: -12px 0 0 0;
	text-align: right;
}
.authorbox .author_links a {
	font-size: 12px;
	padding: 0 20px 0 0;
}
/* COMMENTS LIST */	
#comments {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0 0 30px 0;
}
#comments ol.commentlist .message p {
	padding: 0 0 20px 0;
}
#comments ol.commentlist {
	list-style: none;
	margin: 0;
	border-top: 1px solid #DDD;
}
#comments ol.commentlist li {
	padding: 20px 0 0 0;
}
#comments .user_wrapper {
	float: left;
	width: 110px;
}
.avatar {
	margin: 0 10px 0px 0;
	padding: 3px;
	background: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#comments .comment-reply-link {
	display: inline;
	float: right;
	top: 0;
	text-decoration: none;
	padding: 0 9px 0 9px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 10px;
}
#comments .comment-reply-link:focus {
	padding: 1px 9px 1px 9px;
}
#cancel-comment-reply-link {
	margin: 0 0 20px 0;
	display: inline-block;
}
#comments .message {
	background: #F9F9F9;
	border: 1px solid #CCC;
	padding: 18px 25px 5px 25px;
	width: 400px;
	float: right;
	font-size: 13px;
	line-height: 20px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#comments .message .c_arrow {
	position: absolute;
	left: -20px;
	top: 19px;
}
#comments .comment_user {
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}
#comments .comment_date {
	padding: 0 0 0 0;
	font-size: 11px;
	line-height: 15px;
}
#comments ul.children {
	margin: 0;
	padding: 0 0 0 40px;
	background: url(gfx/c_reply.png) 10px 60px no-repeat;
}
#comments ol.commentlist ul.children li {
	padding-right: 0;
	border: none;
}
#comments ol.commentlist ul.children li .message {
	width: 360px;
}
#comments ol.commentlist ul.children ul li .message {
	width: 320px;
}
#comments ol.commentlist ul.children ul ul li .message {
	width: 280px;
}
#comments ol.commentlist ul.children ul ul ul li .message {
	width: 240px;
}
#comments ol.commentlist ul.children ul ul ul ul li .message {
	width: 200px;
}
#comments ol.commentlist ul.children ul ul ul ul ul li .message {
	width: 160px;
}
#respond h2 {
	font-size: 20px;
}
/* BTN_A - WHITE BUTTON IN BODY CONTENT */
.btn_a, .comment-reply-link, #commentform input#submit, #content input#submit_contactform, #searchform input#searchsubmit .cse input.gsc-input,input.gsc-input{
	width: auto;
	padding: 5px 12px 5px 12px;
	text-decoration: none !important;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
	position: relative;
	background: #F6F6F6;
	background: -moz-linear-gradient(top, #FFF, #FFF 50%, #EFEFEF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.5, #FFF), to(#EFEFEF));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E6E6E6')"; /* IE8 only */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E6E6E6'); /* IE6,IE7 only */
	border: 1px solid #CCC;
	border-bottom: 1px solid #BFBFBF;
	color: #666;
	text-shadow: 0 1px 1px #FFF;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	border-radius: 99px;
}
.btn_a:hover, .comment-reply-link:hover, #commentform input#submit:hover, #content input#submit_contactform:hover, #searchform input#searchsubmit:hover {
	background: #EEE;
	background: -moz-linear-gradient(top, #FFF, #FFF 70%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.7, #FFF), to(#EEE));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE')"; /* IE8 only */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE'); /* IE6,IE7 only */
}
.btn_a:focus, .comment-reply-link:focus, #commentform input#submit:focus, #content input#submit_contactform:focus, #searchform input#searchsubmit:focus {
	padding: 6px 13px 6px 13px;
	color: #FFF;
	text-shadow: 0 -1px 1px #333;
	border: none;
	background: #999;
	background: -moz-linear-gradient(top, #999, #777 5%, #AFAFAF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(.05, #777), to(#AFAFAF));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF')"; /* IE8 only */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF'); /* IE6,IE7 only */
	box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD;
	-webkit-box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD;
	-moz-box-shadow: inset 0px 2px 7px #444, 0 1px 0px #DDD !important;
}
/* BTN_B - DARK GREY BUTTON IN FOOTER CONTENT */
.btn_b {
	width: auto !important;
	padding: 5px 12px 6px 12px;
	text-decoration: none !important;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #555555;
	background: -moz-linear-gradient(top, #6e6e6e, #555555);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6e6e6e), to(#555555));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6e6e6e', EndColorStr='#555555')"; /* IE8 only */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#6e6e6e', EndColorStr='#555555'); /* IE6,IE7 only */
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	border-radius: 99px;
	box-shadow: 0px 1px 2px #303030, inset 0 1px 0 #888;
	-webkit-box-shadow: 0px 1px 2px #303030;
	-moz-box-shadow: 0px 1px 2px #303030, inset 0 1px 0 #888;
	border: none;
	color: #EEE;
	text-shadow: 0 1px 0 #000;
}
.btn_b:hover {
	background: #727272;
	background: -moz-linear-gradient(top, #787878, #595959);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #727272), to(#555555));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#727272', EndColorStr='#555555')"; /* IE8 only */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#727272', EndColorStr='#555555'); /* IE6,IE7 only */
}
.btn_b:focus {
	padding: 5px 12px 6px 12px;
	color: #DDD;
	text-shadow: 0 1px 1px #000;
	border: none;
	background: #999;
	background: -moz-linear-gradient(top, #444444, #464646);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(.05, #777), to(#AFAFAF));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF')"; /* IE8 only */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF'); /* IE6,IE7 only */
	box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD;
	-webkit-box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD;
	-moz-box-shadow: inset 0px 2px 5px #262626, 0 1px 0px #666;
}
/* INPUTS, TEXTAREAS AND LABELS */
#content input, select, #content textarea  {
	padding: 10px;
	text-decoration: none;
	font-size: 12px;
	outline: none;
	background: #F6F6F6;
	background: -moz-linear-gradient(top, #F8F8F8, #FFF 35%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEE), color-stop(.25, #FFF));
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#FFFFFF'); /* IE6,IE7 only */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#FFFFFF')"; /* IE8 only */
	border: 1px solid #CCC;
	color: #666;
	box-shadow: 0 0px 3px #F0F0F0;
	-webkit-box-shadow: 0 0px 3px #F0F0F0;
	-moz-box-shadow: 0 2px 3px #F0F0F0;
}
#content input:hover, #content textarea:hover {
	border: 1px solid #AAA;
}
#content input:focus, #content textarea:focus {
}
#content input, select {
	width: 37%;
	padding: 6px 10px 6px 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	outline: none;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content textarea {
	padding: 10px;
	width: 96%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	outline: none;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content label {
	margin: 0 0 0 20px;
	font-size: 13px;
}
/* INPUTS - FIXES, IMPORTANT */
#content input#submit, #content input#submit_contactform, #content input#searchsubmit {
	margin: 0;
	height: 22px;
	padding: 5px 11px 20px 12px;
}
#content input#submit:focus, #content input#submit_contactform:focus, #content input#searchsubmit:focus {
	padding: 6px 12px 21px 13px;
}
#searchform input#s {
	display: block;
	width: 208px;
	margin: 0 0 15px 0;
	outline: none;
}
#searchform p {
	padding: 0;
}
#searchform .screen-reader-text {
	display: none
}
/* RED ALERT FOR WRONG FILLED INPUTS */
.input_alert {
	border-color: #ffa6a6 !important;
}
.input_alert:hover {
	border-color: #ff6666 !important;
}
#content input.input_alert:focus, #content textarea.input_alert:focus {
	-moz-box-shadow: 0 0px 10px #ffcccc;
	-webkit-box-shadow: 0 0px 10px #ffcccc;
}
/* PAGINATION */
.page_template_portfolio .pagination {
	width: 580px;
}
.page_template_portfolio_fullwidth .pagination {
	width: 880px;
}
.pagination {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	clear: both;
	padding-top: 46px;
	font-size: 11px;
}
.pagination a, .pagination .current {
	padding: 6px 10px 6px 10px;
	margin-right: 3px;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	background: #F6F6F6;
	background: -moz-linear-gradient(top, #FFF, #FFF 50%, #EFEFEF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.5, #FFF), to(#EFEFEF));
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E6E6E6'); /* IE6,IE7 only */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E6E6E6')"; /* IE8 only */
	border: 1px solid #CCC;
	border-bottom: 1px solid #BFBFBF;
	color: #666;
	text-shadow: 0 1px 1px #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.pagination a:hover {
	background: #EEE;
	background: -moz-linear-gradient(top, #FFF, #FFF 70%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.7, #FFF), to(#EEE));
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE'); /* IE6,IE7 only */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE')"; /* IE8 only */
}
.pagination a:focus, .pagination .current {
	padding: 7px 11px 7px 11px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px 1px #333;
	border: none;
	background: #999;
	background: -moz-linear-gradient(top, #999, #777 5%, #AFAFAF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #777), color-stop(.05, #555), to(#999));
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF'); /* IE6,IE7 only */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF')"; /* IE8 only */
	box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD;
	-webkit-box-shadow: /*inset 0px 2px 5px #444,*/ 0 1px 0px #DDD;
	-moz-box-shadow: inset 0px 2px 7px #444, 0 1px 0px #DDD;
}
.pagination .pages {
	float: right;
	font-weight: normal;
	text-transform: none;
	color: #666;
}
.pagination .first {
	margin: 0;
}
.pagination .extend {
	margin: 0 8px 0 6px;
}
/* FOOTER */
#footer_top_shadow {
	background: url(gfx/footer_bg_shadow_top.png) repeat-x left bottom;
	margin: 0 0 0 0;
	border-bottom: 1px solid #444;
	width: 100%;
	height: 60px;
}
#footer_wrapper {
	width: 100%;
	background: url(gfx/footer_bg.png) #555;
	border-top: 1px solid #3e3e3e;
}
#footer {
	width: 990px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	background: url(gfx/footer_bg_light.png) no-repeat center top;
	color: #adadad;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer_bottom_wrapper {
	width: 100%;
	background: url(gfx/black_35.png);
	border-top: 1px solid #555;
}
#footer_bottom {
	width: 960px;
	margin: 0 auto;
	padding: 25px 15px 25px 15px;
	color: #adadad;
	font-size: 11px;
}
#footer_bottom .left {
	float: left;
	margin: 5px 0 0 0;
}
#footer_bottom .left a{color:#999}
#footer_bottom .right {
	float: right;
}
#footer_bottom .logo_desc {
	float: left;
	text-align: right;
	margin: 2px 12px 0 0;
	line-height: 14px;
}
#footer_bottom img.logo_footer {
	float: left;
	padding: 4px 0 4px 12px;
	border-left: 1px solid #4d4d4d;
}
/* FOOTER WIDGETS */
.widget_footer {
	color: #adadad;
	font-size: 12px;
	line-height: 18px;
}
.firstline {
	color: #adadad;
	font-size: 13px;
}
.widget_footer .hr {
	width: 100%;
	height: 2px;
	background: url(gfx/footer_hr.png) repeat-x;
	margin: 0 0 12px 0;
}
#footer h3 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 18px;
	padding: 23px 0 15px 0;
}
#footer h3 a:hover {
	text-decoration: none;
}
#footer ul {
	list-style: none;
	margin: -12px 0 0 0;
	padding: 0;
}
#footer ul li ul {
	margin: 0;
}
#footer ul:first-child li:first-child {
	border-top: none;
}
#footer ul:last-child li:last-child {
	border-bottom: none;
}
#footer ul li {
	border-top: 1px solid #656565;
	border-bottom: 1px solid #3c3c3c;
}
#footer ul li ul li {
	border-top: 1px solid #656565 !important;
}
#footer li a {
	padding: 8px 10px 8px 10px;
	display: block;
	text-decoration: none;
}
#footer li a:hover {
	background: rgba(255,255,255,0.05);
	text-decoration: none;
}
#footer ul li ul li a {
	padding-left: 20px;
}
#footer ul li ul li ul li a {
	padding-left: 30px;
}
#footer ul li ul li ul li ul li a {
	padding-left: 40px;
}
#footer ul li ul li ul li ul li ul li a {
	padding-left: 50px;
}
/* FOOTER WIDGETS - WP CALENDAR */
#footer #wp-calendar {
	margin: 0;
	width: 100%;
	background: none;
}
#footer #wp-calendar td, #footer #wp-calendar th {
	font-size: 11px;
	text-align: center;
	border: none;
	padding: 5px 0 5px 0;
	background: none;
}
#footer #wp-calendar caption {
	padding: 0 0 15px 0;
}
/* FOOTER WIDGETS - RECENT COMMENTS */
#footer ul#recentcomments li {
	padding: 8px 10px 8px 10px;
	text-decoration: none;
}
#footer ul#recentcomments li a {
	text-decoration: none;
}
#footer ul#recentcomments li a:hover {
	text-decoration: underline;
	background: none;
}
/* FOOTER WIDGETS - TWITTER PLUGIN */
#footer ul.tweets {
	margin: 0;
	padding: 0 0 12px 0;
	background: url(gfx/icons/twitter_bird.png) no-repeat 180px bottom;
	font-size: 12px;
	line-height: 18px;
}
#footer ul.tweets li {
	background: #333;
	padding: 13px 15px 15px 15px;
	position: relative;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 0 0 40px 0;
	border: none;
}
#footer ul.tweets li:after { /* TRIANGLE ARROW - SMALL */
	content: "\00a0";
	display: block;
	position: absolute;
	bottom: -34px;
	left: 147px;
	width: 0;
	height: 0;
	border-width: 14px 0px 20px 30px; /* vary these values to change the angle of the vertex */
	border-style: solid;
	border-color: #333 transparent transparent;
}
#footer ul.tweets li a {
	display: inline;
	background: none;
	padding: 0;
}
#footer ul.tweets li a:hover {
	text-decoration: underline;
}
#footer ul.tweets li a.timesince {
	position: absolute;
	bottom: -25px;
	left: 15px;
	font-size: 11px;
	color: #999
}
/* FOOTER WIDGETS - FRESHCONTACT */
#widget_contact p {
	padding: 0 0 14px 0;
}
#footer #widget_contact input#fc_name, #footer #widget_contact input#fc_email, #footer #widget_contact textarea#fc_text {
	padding: 10px;
	text-decoration: none;
	font-size: 12px;
	outline: none;
	background: #404040;
	background: -moz-linear-gradient(top, #383838, #424242);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #383838), color-stop(1, #424242));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#383838', EndColorStr='#424242')"; /* IE8 only */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#383838', EndColorStr='#424242'); /* IE6,IE7 only */
	border: 1px solid #505050;
	border-bottom: 1px solid #666;
	color: #EEE;
	box-shadow: inset 0 2px 4px #262626;
	-webkit-box-shadow: inset 0 2px 4px #262626;
	-moz-box-shadow: inset 0 2px 4px #262626;
}
#footer #widget_contact input#fc_name:hover, #footer #widget_contact input#fc_email:hover, #footer #widget_contact textarea#fc_text:hover {
	border: 1px solid #585858;
	border-bottom: 1px solid #666;
	background: #424242;
	background: -moz-linear-gradient(top, #393939, #444444);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #393939), color-stop(1, #444444));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#393939', EndColorStr='#444444')"; /* IE8 only */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#393939', EndColorStr='#444444'); /* IE6,IE7 only */
}
#footer #widget_contact input#fc_name:focus, #footer #widget_contact input#fc_email:focus, #footer #widget_contact textarea#fc_text:focus {
	border: 1px solid #585858;
	border-bottom: 1px solid #666;
	background: #424242;
	background: -moz-linear-gradient(top, #393939, #444444);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #393939), color-stop(1, #444444));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#393939', EndColorStr='#444444')"; /* IE8 only */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#393939', EndColorStr='#444444'); /* IE6,IE7 only */
}
#footer #widget_contact input#fc_name, #footer #widget_contact input#fc_email {
	width: 60%;
	padding: 6px 10px 6px 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	outline: none;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#footer #widget_contact textarea#fc_text {
	padding: 10px;
	width: 90%;
	height: 90px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	outline: none;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#footer #widget_contact label {
	margin: 0 0 0 15px;
	font-size: 12px;
}
#footer #widget_social {
	clear: both;
	margin: 20px 0 0 0;
}
#footer #widget_social a {
	float: left;
	margin: 0 11px 11px 0;
}
/* FOOTER - COLUMNS LAYOUT FOR WIDGETS */
#footer .col1 {
	width: 960px;
	margin: 10px 15px 0 15px;
	float: left;
}
#footer .col2 {
	width: 465px;
	margin: 10px 15px 0 15px;
	float: left;
}
#footer .col3 {
	width: 300px;
	margin: 10px 15px 0 15px;
	float: left;
}
#footer .col4 {
	width: 217px;
	margin: 10px 15px 0 15px;
	float: left;
}
#footer .col5 {
	width: 168px;
	margin: 10px 15px 0 15px;
	float: left;
}
#footer .col6 {
	width: 135px;
	margin: 10px 15px 0 15px;
	float: left;
}
#footer .col7 {
	width: 111px;
	margin: 10px 15px 0 15px;
	float: left;
}
#footer .col8 {
	width: 93px;
	margin: 10px 15px 0 15px;
	float: left;
}
#footer .col9 {
	width: 80px;
	margin: 10px 15px 0 15px;
	float: left;
}
/* FONT SETTINGS */

#nav_wrapper ul.menu li a.top_level {
	font-family: 'open_sans_semiboldregular';
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
#nav_wrapper ul.sub-menu li a {
	font-family: 'open_sansregular';
	font-size: 11px;/*hover: 'true'*/
}
.intro_page h2, .intro_fullwidth h2, .intro_home h2 {
	font-family: 'open_sansbold';
	text-shadow: 0px 2px 3px rgba(0,0,0,0.25);
}
h4.slide_title, h4.paralel_s, h4.paralel_b_title {
	font-family: 'open_sansbold';
}
.action h3 {
	font-family: Verdana, Geneva, sans-serif;
}

.action_button {
	font-family: 'open_sansbold';
	text-shadow: 0 1px 1px #3d3d3d;
}

.widget_footer h3 {
	font-family: 'open_sansbold';
	text-shadow: 0 1px 0 #222222;
}
.widget_sidebar h3 {
	font-family: 'open_sansbold';
}
#pricing_table .col_price {
	font-family: 'open_sansbold';
	text-shadow: 0px 1px 1px #ffffff;/*color: '-linear-gradient(#222, #AAA)'*/

}
#pricing_table .col_name {
	font-family: 'open_sansbold';
	text-shadow: 0px 1px 1px #000000;
}
#tour .tour_nav_name {
	font-family: 'open_sansbold';
	text-shadow: 0px 1px 1px #000000;
}
/*my edit */
#tsc_breadcrumb-1, #tsc_breadcrumb-2 {
	font: 11px Arial, Helvetica, sans-serif;
	height: 30px;
	line-height: 30px;
	color: #9b9b9b;
	border: solid 1px #cacaca;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#tsc_breadcrumb-1 li.current {
	color: #9b9b9b;
	border-right: 1px solid #CCC;
	padding: 0 14px;
}
#tsc_breadcrumb-1 li, #tsc_breadcrumb-2 li {
	list-style-type: none;
	float: left;
}
#tsc_breadcrumb-1 a {
	height: 30px;
	display: block;
	border: 1px solid #CCC;
	border-top: 0;
	border-bottom: 0;
	padding: 0 14px;
	margin: 0 0 0 -1px;
	text-decoration: none;
	color: #454545;
}
#tsc_breadcrumb-1 a:hover {
	color: #01C3FD;
	box-shadow: 0 0 4px #c3c3c3;
	background-color: #eaeaea;
}
#tsc_breadcrumb-2 a:hover {
	color: #01C3FD;
	box-shadow: 0 0 4px #FFF;
	background-color: #FFF;
}
#tsc_breadcrumb-2 li.current {
	color: #01C3FD;
	padding: 0 15px;
}
#tsc_breadcrumb-2 {
	background: #2C3037;
	border: solid 1px #2D3238;
	height: 31px;
}
#tsc_breadcrumb-2 a {
	height: 33px;
	display: block;
	padding: 0 15px;
	margin: 0 0 0 -1px;
	text-decoration: none;
	color: #909EB2;
}
#tsc_breadcrumb-3 {
	height: 2.3em;
	border: 1px solid #dedede;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#tsc_breadcrumb-3 li {
	float: left;
	line-height: 2.3em;
	color: #777;
	padding-left: .75em;
}
#tsc_breadcrumb-3 li a {
	background: url(../images/crumbs3.gif) no-repeat right center;
	display: block;
	padding: 0 15px 0 0;
}
#tsc_breadcrumb-3 li a:link, #tsc_breadcrumb-3 li a:visited {
	color: #777;
	text-decoration: none;
}
a:link, a:visited, #tsc_breadcrumb-3 li a:hover, #tsc_breadcrumb-3 li a:focus {
	color: #dd2c0d;
}
/* ------------------------------------------- */
	
#tsc_breadcrumb-4 {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #eee;
	border-width: 1px;
	border-style: solid;
	border-color: #f5f5f5 #e5e5e5 #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	/* Clear floats */
	overflow: hidden;
	width: 100%;
}
#tsc_breadcrumb-4 li {
	float: left;
}
#tsc_breadcrumb-4 a {
	padding: .7em 1em .7em 2em;
	float: left;
	text-decoration: none;
	color: #444;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, right bottom, from(#f5f5f5), to(#ddd));
	background-image: -webkit-linear-gradient(left, #f5f5f5, #ddd);
	background-image: -moz-linear-gradient(left, #f5f5f5, #ddd);
	background-image: -ms-linear-gradient(left, #f5f5f5, #ddd);
	background-image: -o-linear-gradient(left, #f5f5f5, #ddd);
	background-image: linear-gradient(to right, #f5f5f5, #ddd);
}
#tsc_breadcrumb-4 li:first-child a {
	padding-left: 1em;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
#tsc_breadcrumb-4 a:hover {
	background: #fff;
}
#tsc_breadcrumb-4 a::after,  #tsc_breadcrumb-4 a::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid;
	right: -1em;
}
#tsc_breadcrumb-4 a::after {
	z-index: 2;
	border-left-color: #ddd;
}
#tsc_breadcrumb-4 a::before {
	border-left-color: #ccc;
	right: -1.1em;
	z-index: 1;
}
#tsc_breadcrumb-4 a:hover::after {
	border-left-color: #fff;
}
#tsc_breadcrumb-4 .current,  #tsc_breadcrumb-4 .current:hover {
	font-weight: bold;
	background: none;
}
#tsc_breadcrumb-4 .current::after,  #tsc_breadcrumb-4 .current::before {
	content: normal;
}
/*-----------------------------------*/
	
#tsc_breadcrumb-5 {
	/* Clear floats */
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#tsc_breadcrumb-5 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#tsc_breadcrumb-5 li {
	float: left;
	margin: 0 .5em 0 1em;
}
#tsc_breadcrumb-5 a {
	background: #ddd;
	padding: .7em 1em;
	float: left;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	position: relative;
}
#tsc_breadcrumb-5 a:hover {
	background: #99db76;
}
#tsc_breadcrumb-5 a::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-width: 1.5em 0 1.5em 1em;
	border-style: solid;
	border-color: #ddd #ddd #ddd transparent;
	left: -1em;
}
#tsc_breadcrumb-5 a:hover::before {
	border-color: #99db76 #99db76 #99db76 transparent;
}
#tsc_breadcrumb-5 a::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid #ddd;
	right: -1em;
}
#tsc_breadcrumb-5 a:hover::after {
	border-left-color: #99db76;
}
#tsc_breadcrumb-5 .current,  #tsc_breadcrumb-5 .current:hover {
	font-weight: bold;
	background: none;
}
#tsc_breadcrumb-5 .current::after,  #tsc_breadcrumb-5 .current::before {
	content: normal;
}
/* ------------------------------------------- */
	
#tsc_breadcrumb-6 {
	/* Clear floats */
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#tsc_breadcrumb-6 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#tsc_breadcrumb-6 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#tsc_breadcrumb-6 li {
	float: left;
	margin: 0 2em 0 0;
}
#tsc_breadcrumb-6 a {
	padding: .7em 1em .7em 2em;
	float: left;
	text-decoration: none;
	color: #444;
	background: #ddd;
	position: relative;
	z-index: 1;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	-moz-border-radius: .4em 0 0 .4em;
	-webkit-border-radius: .4em 0 0 .4em;
	border-radius: .4em 0 0 .4em;
}
#tsc_breadcrumb-6 a:hover {
	background: #abe0ef;
}
#tsc_breadcrumb-6 a::after {
	background: #ddd;
	content: "";
	height: 2.5em;
	margin-top: -1.25em;
	position: absolute;
	right: -1em;
	top: 50%;
	width: 2.5em;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
}
#tsc_breadcrumb-6 a:hover::after {
	background: #abe0ef;
}
#tsc_breadcrumb-6 .current,  #tsc_breadcrumb-6 .current:hover {
	font-weight: bold;
	background: none;
}
#tsc_breadcrumb-6 .current::after {
	content: normal;
}
/* ------------------------------------------- */
	
#tsc_breadcrumb-7 {
	/* Clear floats */
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#tsc_breadcrumb-7 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#tsc_breadcrumb-7 li {
	float: left;
	margin: 0 .5em 0 1em;
}
#tsc_breadcrumb-7 a {
	background: #ddd;
	padding: .7em 1em;
	float: left;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	position: relative;
}
#tsc_breadcrumb-7 a:hover {
	background: #efc9ab;
}
#tsc_breadcrumb-7 a::before,  #tsc_breadcrumb-7 a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1em;
	background: #ddd;
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	transform: skew(-10deg);
}
#tsc_breadcrumb-7 a::before {
	left: -.5em;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
#tsc_breadcrumb-7 a:hover::before {
	background: #efc9ab;
}
#tsc_breadcrumb-7 a::after {
	right: -.5em;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
#tsc_breadcrumb-7 a:hover::after {
	background: #efc9ab;
}
#tsc_breadcrumb-7 .current,  #tsc_breadcrumb-7 .current:hover {
	font-weight: bold;
	background: none;
}
#tsc_breadcrumb-7 .current::after,  #tsc_breadcrumb-7 .current::before {
	content: normal;
}
ul.tsc_pagination {
	margin: 4px 0;
	padding: 0px;
	height: 100%;
	overflow: hidden;
	font: 12px 'Tahoma';
	list-style-type: none;
}
ul.tsc_pagination li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}
ul.tsc_pagination li:first-child {
	margin-left: 0px;
}
ul.tsc_pagination li a {
	color: black;
	display: block;
	text-decoration: none;
	padding: 7px 10px 7px 10px;
}
ul.tsc_pagination li a img {
	border: none;
}
/*A */

ul.tsc_paginationA li a {
	color: #FFFFFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/*01 */
ul.tsc_paginationA01 li a {
	color: #474747;
	border: solid 1px #B6B6B6;
	padding: 6px 9px 6px 9px;
	background: #E6E6E6;
	background: -moz-linear-gradient(top, #FFFFFF 1px, #F3F3F3 1px, #E6E6E6);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #F3F3F3), color-stop(1, #E6E6E6));
}
ul.tsc_paginationA01 li a:hover, ul.tsc_paginationA01 li a.current {
	background: #FFFFFF;
}
/*02 */
ul.tsc_paginationA02 li a {
	color: #893A00;
	background: #FFCB00;
	background: -moz-linear-gradient(top, #FFD500, #FFCB00);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFD500), to(#FFCB00));
}
ul.tsc_paginationA02 li a:hover, ul.tsc_paginationA02 li a.current {
	background: #FFF4BA;
}
/*03 */
ul.tsc_paginationA03 li a {
	background: #FF7217;
	background: -moz-linear-gradient(top, #FF8E1F, #FF7217);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FF8E1F), to(#FF7217));
}
ul.tsc_paginationA03 li a:hover, ul.tsc_paginationA03 li a.current {
	color: #C34E00;
	background: #FFECDE;
}
/*04 */
ul.tsc_paginationA04 li a {
	background: #D22020;
	background: -moz-linear-gradient(top, #DB2B2B, #D22020);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#DB2B2B), to(#D22020));
}
ul.tsc_paginationA04 li a:hover, ul.tsc_paginationA04 li a.current {
	color: #9F0F0F;
	background: #FFE0E0;
}
/*05 */
ul.tsc_paginationA05 li a {
	background: #699613;
	background: -moz-linear-gradient(top, #87AB19, #699613);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#87AB19), to(#699613));
}
ul.tsc_paginationA05 li a:hover, ul.tsc_paginationA05 li a.current {
	color: #4F7119;
	background: #E7F2C7;
}
/*06 */
ul.tsc_paginationA06 li a {
	background: #1D8A11;
	background: -moz-linear-gradient(top, #26A116, #1D8A11);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#26A116), to(#1D8A11));
}
ul.tsc_paginationA06 li a:hover, ul.tsc_paginationA06 li a.current {
	color: #176D0E;
	background: #DCF4C9;
}
/*07 */
ul.tsc_paginationA07 li a {
	background: #45ABEC;
	background: -moz-linear-gradient(top, #5CBCF0, #45ABEC);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#5CBCF0), to(#45ABEC));
}
ul.tsc_paginationA07 li a:hover, ul.tsc_paginationA07 li a.current {
	color: #358FDD;
	background: #DFF4FF;
}
/*08 */
ul.tsc_paginationA08 li a {
	background: #3862C8;
	background: -moz-linear-gradient(top, #4A81D3, #3862C8);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#4A81D3), to(#3862C8));
}
ul.tsc_paginationA08 li a:hover, ul.tsc_paginationA08 li a.current {
	color: #355DDD;
	background: #DDE8FE;
}
/*09 */
ul.tsc_paginationA09 li a {
	background: #5A7075;
	background: -moz-linear-gradient(top, #788C90, #5A7075);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#788C90), to(#5A7075));
}
ul.tsc_paginationA09 li a:hover, ul.tsc_paginationA09 li a.current {
	color: #355DDD;
	background: #DDE8FE;
}
/*10 */
ul.tsc_paginationA10 li a {
	background: #684BA6;
	background: -moz-linear-gradient(top, #8663B8, #684BA6);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#8663B8), to(#684BA6));
}
ul.tsc_paginationA10 li a:hover, ul.tsc_paginationA10 li a.current {
	color: #643EB3;
	background: #EAE4F4;
}
/*11 */
ul.tsc_paginationA11 li a {
	background: #9A6654;
	background: -moz-linear-gradient(top, #AE846F, #9A6654);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#AE846F), to(#9A6654));
}
ul.tsc_paginationA11 li a:hover, ul.tsc_paginationA11 li a.current {
	color: #78594A;
	background: #F0E7E3;
}
/*12 */
ul.tsc_paginationA12 li a {
	background: #323232;
	background: -moz-linear-gradient(top, #434343, #323232);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#323232));
}
ul.tsc_paginationA12 li a:hover, ul.tsc_paginationA12 li a.current {
	color: #2F2F2F;
	background: #EAEAEA;
}
/* B */
ul.tsc_paginationB li a {
	border: solid 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 9px 6px 9px;
}
ul.tsc_paginationB li {
	padding-bottom: 1px;
}
ul.tsc_paginationB li a:hover, ul.tsc_paginationB li a.current {
	color: #FFFFFF;
	box-shadow: 0px 1px #EDEDED;
	-moz-box-shadow: 0px 1px #EDEDED;
	-webkit-box-shadow: 0px 1px #EDEDED;
}
/* 01 */
ul.tsc_paginationB01 li a {
	color: #A74E0D;
	border-color: #F3D795;
	background: #FFFDF2;
}
ul.tsc_paginationB01 li a:hover, ul.tsc_paginationB01 li a.current {
	color: #893A00;
	text-shadow: 0px 1px #FFEF42;
	border-color: #FFA200;
	background: #FFC800;
	background: -moz-linear-gradient(top, #FFFFFF 1px, #FFEA01 1px, #FFC800);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #FFEA01), color-stop(1, #FFC800));
}
/* 02 */
ul.tsc_paginationB02 li a {
	color: #0A7EC5;
	border-color: #8DC5E6;
	background: #F8FCFF;
}
ul.tsc_paginationB02 li a:hover, ul.tsc_paginationB02 li a.current {
	text-shadow: 0px 1px #388DBE;
	border-color: #3390CA;
	background: #58B0E7;
	background: -moz-linear-gradient(top, #B4F6FF 1px, #63D0FE 1px, #58B0E7);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #B4F6FF), color-stop(0.02, #63D0FE), color-stop(1, #58B0E7));
}
/* 03 */
ul.tsc_paginationB03 li a {
	color: #4A76C6;
	border-color: #8AAEEF;
	background: #F7F9FE;
}
ul.tsc_paginationB03 li a:hover, ul.tsc_paginationB03 li a.current {
	text-shadow: 0px 1px #4876C9;
	border-color: #3D6DC3;
	background: #5A8CE7;
	background: -moz-linear-gradient(top, #C2E0FF 1px, #84AFFE 1px, #5A8CE7);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #C2E0FF), color-stop(0.02, #84AFFE), color-stop(1, #5A8CE7));
}
/* 04 */
ul.tsc_paginationB04 li a {
	color: #8D62C8;
	border-color: #BAA2DA;
	background: #F9F7FC;
}
ul.tsc_paginationB04 li a:hover, ul.tsc_paginationB04 li a.current {
	text-shadow: 0px 1px #7955AB;
	border-color: #6F4DA0;
	background: #9168C9;
	background: -moz-linear-gradient(top, #DFBEFA 1px, #B088E7 1px, #9168C9);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #DFBEFA), color-stop(0.02, #B088E7), color-stop(1, #9168C9));
}
/* 05 */
ul.tsc_paginationB05 li a {
	color: #EF6420;
	border-color: #FFBD85;
	background: #FFFAF7;
}
ul.tsc_paginationB05 li a:hover, ul.tsc_paginationB05 li a.current {
	text-shadow: 0px 1px #CA470E;
	border-color: #D13F11;
	background: #E95B2B;
	background: -moz-linear-gradient(top, #FFBE01 1px, #FE7C02 1px, #E95B2B);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFBE01), color-stop(0.02, #FE7C02), color-stop(1, #E95B2B));
}
/* 06 */
ul.tsc_paginationB06 li a {
	color: #E92F2F;
	border-color: #FFA5A5;
	background: #FFF8F8;
}
ul.tsc_paginationB06 li a:hover, ul.tsc_paginationB06 li a.current {
	text-shadow: 0px 1px #B72E2E;
	border-color: #AD2D2D;
	background: #E43838;
	background: -moz-linear-gradient(top, #FF9B9B 1px, #FE5555 1px, #E43838);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FF9B9B), color-stop(0.02, #FE5555), color-stop(1, #E43838));
}
/* 07 */
ul.tsc_paginationB07 li a {
	color: #916C59;
	border-color: #D6BFB4;
	background: #FBF9F8;
}
ul.tsc_paginationB07 li a:hover, ul.tsc_paginationB07 li a.current {
	text-shadow: 0px 1px #866454;
	border-color: #886756;
	background: #A37A66;
	background: -moz-linear-gradient(top, #E9C4B2 1px, #C59882 1px, #A37A66);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #E9C4B2), color-stop(0.02, #C59882), color-stop(1, #A37A66));
}
/* 08 */
ul.tsc_paginationB08 li a {
	color: #478223;
	border-color: #B2D397;
	background: #F7FAF4;
}
ul.tsc_paginationB08 li a:hover, ul.tsc_paginationB08 li a.current {
	text-shadow: 0px 1px #4E802C;
	border-color: #478223;
	background: #599F2F;
	background: -moz-linear-gradient(top, #9FE355 1px, #79BF4A 1px, #599F2F);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #9FE355), color-stop(0.02, #79BF4A), color-stop(1, #599F2F));
}
/* 09 */
ul.tsc_paginationB09 li a {
	color: #707070;
	border-color: #CFCFCF;
	background: #FAFAFA;
}
ul.tsc_paginationB09 li a:hover, ul.tsc_paginationB09 li a.current {
	text-shadow: 0px 1px #636363;
	border-color: #5D5D5D;
	background: #777777;
	background: -moz-linear-gradient(top, #C0C0C0 1px, #929292 1px, #777777);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #C0C0C0), color-stop(0.02, #929292), color-stop(1, #777777));
}
/* 10 */
ul.tsc_paginationB10 li a {
	color: #444444;
	border-color: #BEBEBE;
	background: #FAFAFA;
}
ul.tsc_paginationB10 li a:hover, ul.tsc_paginationB10 li a.current {
	text-shadow: 0px 1px #3C3C3C;
	border-color: #202020;
	background: #525252;
	background: -moz-linear-gradient(top, #9F9F9F 1px, #6C6C6C 1px, #525252);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #9F9F9F), color-stop(0.02, #6C6C6C), color-stop(1, #525252));
}
/* C */
ul.tsc_paginationC li a {
	color: #707070;
	background: #FFFFFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #DCDCDC;
	padding: 6px 9px 6px 9px;
}
ul.tsc_paginationC li {
	padding-bottom: 1px;
}
ul.tsc_paginationC li a:hover, ul.tsc_paginationC li a.current {
	color: #FFFFFF;
	box-shadow: 0px 1px #EDEDED;
	-moz-box-shadow: 0px 1px #EDEDED;
	-webkit-box-shadow: 0px 1px #EDEDED;
}
/* 01 */
ul.tsc_paginationC01 li a:hover, ul.tsc_paginationC01 li a.current {
	color: #893A00;
	text-shadow: 0px 1px #FFEF42;
	border-color: #FFA200;
	background: #FFC800;
	background: -moz-linear-gradient(top, #FFFFFF 1px, #FFEA01 1px, #FFC800);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #FFEA01), color-stop(1, #FFC800));
}
/* 02 */
ul.tsc_paginationC02 li a:hover, ul.tsc_paginationC02 li a.current {
	text-shadow: 0px 1px #388DBE;
	border-color: #3390CA;
	background: #58B0E7;
	background: -moz-linear-gradient(top, #B4F6FF 1px, #63D0FE 1px, #58B0E7);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #B4F6FF), color-stop(0.02, #63D0FE), color-stop(1, #58B0E7));
}
/* 03 */
ul.tsc_paginationC03 li a:hover, ul.tsc_paginationC03 li a.current {
	text-shadow: 0px 1px #4876C9;
	border-color: #3D6DC3;
	background: #5A8CE7;
	background: -moz-linear-gradient(top, #C2E0FF 1px, #84AFFE 1px, #5A8CE7);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #C2E0FF), color-stop(0.02, #84AFFE), color-stop(1, #5A8CE7));
}
/* 04 */
ul.tsc_paginationC04 li a:hover, ul.tsc_paginationC04 li a.current {
	text-shadow: 0px 1px #7955AB;
	border-color: #6F4DA0;
	background: #9168C9;
	background: -moz-linear-gradient(top, #DFBEFA 1px, #B088E7 1px, #9168C9);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #DFBEFA), color-stop(0.02, #B088E7), color-stop(1, #9168C9));
}
/* 05 */
ul.tsc_paginationC05 li a:hover, ul.tsc_paginationC05 li a.current {
	text-shadow: 0px 1px #CA470E;
	border-color: #D13F11;
	background: #E95B2B;
	background: -moz-linear-gradient(top, #FFBE01 1px, #FE7C02 1px, #E95B2B);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFBE01), color-stop(0.02, #FE7C02), color-stop(1, #E95B2B));
}
/* 06 */
ul.tsc_paginationC06 li a:hover, ul.tsc_paginationC06 li a.current {
	text-shadow: 0px 1px #B72E2E;
	border-color: #AD2D2D;
	background: #E43838;
	background: -moz-linear-gradient(top, #FF9B9B 1px, #FE5555 1px, #E43838);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FF9B9B), color-stop(0.02, #FE5555), color-stop(1, #E43838));
}
/* 07 */
ul.tsc_paginationC07 li a:hover, ul.tsc_paginationC07 li a.current {
	text-shadow: 0px 1px #866454;
	border-color: #886756;
	background: #A37A66;
	background: -moz-linear-gradient(top, #E9C4B2 1px, #C59882 1px, #A37A66);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #E9C4B2), color-stop(0.02, #C59882), color-stop(1, #A37A66));
}
/* 08 */
ul.tsc_paginationC08 li a:hover, ul.tsc_paginationC08 li a.current {
	text-shadow: 0px 1px #4E802C;
	border-color: #478223;
	background: #599F2F;
	background: -moz-linear-gradient(top, #9FE355 1px, #79BF4A 1px, #599F2F);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #9FE355), color-stop(0.02, #79BF4A), color-stop(1, #599F2F));
}
/* 09 */
ul.tsc_paginationC09 li a:hover, ul.tsc_paginationC09 li a.current {
	text-shadow: 0px 1px #636363;
	border-color: #5D5D5D;
	background: #777777;
	background: -moz-linear-gradient(top, #C0C0C0 1px, #929292 1px, #777777);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #C0C0C0), color-stop(0.02, #929292), color-stop(1, #777777));
}
/* 10 */
ul.tsc_paginationC10 li a:hover, ul.tsc_paginationC10 li a.current {
	text-shadow: 0px 1px #3C3C3C;
	border-color: #202020;
	background: #525252;
	background: -moz-linear-gradient(top, #9F9F9F 1px, #6C6C6C 1px, #525252);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #9F9F9F), color-stop(0.02, #6C6C6C), color-stop(1, #525252));
}
/****************** my dio ***********************/
.ZebraDialog *, .ZebraDialog *:after, .ZebraDialog *:before {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important
}
.ZebraDialog {
	width: 350px;
	z-index: 1001;
}
.ZebraDialog, .ZebraDialog .ZebraDialog_Title, .ZebraDialog .ZebraDialog_Body, .ZebraDialog .ZebraDialog_Buttons a {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
}
.ZebraDialog .ZebraDialog_Title, .ZebraDialog .ZebraDialog_BodyOuter, .ZebraDialog .ZebraDialog_ButtonsOuter {
	border-color: #13252F;
	border-width: 7px;
}
.ZebraDialog .ZebraDialog_Title {
	font-size: 16px;
	font-weight: bold;
	color: #F6F5F5;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #444444;
	padding: 12px 15px;
	line-height: 1;
	vertical-align: middle;
}
/*  set background color here and not on ZebraDialog_Body, or you'll eventually run into problems with rounded corners
    when using smaller widths for border! */
.ZebraDialog .ZebraDialog_BodyOuter {
	background: #E7EDEF;
}
.ZebraDialog .ZebraDialog_Body {
	color: #44484A;
	padding: 20px;
	border-top-color: #000;
	border-bottom-color: #FFF;
}
.ZebraDialog .ZebraDialog_ButtonsOuter {
	background: #E7EDEF;
	padding: 10px 5px 10px 10px;
}
.ZebraDialog .ZebraDialog_Buttons:before, .ZebraDialog .ZebraDialog_Buttons:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0
}
.ZebraDialog .ZebraDialog_Buttons:after {
	clear: both
}
.ZebraDialog .ZebraDialog_Buttons {
*zoom: 1
} /* for IE only */
.ZebraDialog .ZebraDialog_Buttons a {
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 0px 2px #222;
	padding: 10px 15px;
}
.ZebraDialog .ZebraDialog_Buttons a:hover {
	background: #224467;
	color: #FFF
}
.ZebraDialog a.ZebraDialog_Close {
	position: absolute;
	right: 6px;
	top: 0px;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 21px;
	color: #666
}
.ZebraDialog a.ZebraDialog_Close:hover {
}
.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close {
	color: #E7EDEF;
}
.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close:hover {
}
.ZebraDialogOverlay {
	background: #666;
	z-index: 1000;
	width: 100%;
	height: 100%;
}
/* = YOU SHOULD NOT CHANGE ANYTHING FROM THIS POINT ON
---------------------------------------------------------------------------------------------------------------------*/
.ZebraDialog {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ZebraDialog .ZebraDialog_Title {
	border-left-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.ZebraDialog .ZebraDialog_BodyOuter {
	border-left-style: solid;
	border-right-style: solid;
}
.ZebraDialog .ZebraDialog_NoTitle {
	border-top-style: solid;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.ZebraDialog .ZebraDialog_NoButtons {
	border-bottom-style: solid;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.ZebraDialog .ZebraDialog_Body {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	overflow: auto;
}
.ZebraDialog .ZebraDialog_NoTitle .ZebraDialog_Body {
	border-top: none;
}
.ZebraDialog .ZebraDialog_NoButtons .ZebraDialog_Body {
	border-bottom: none;
}
.ZebraDialog .ZebraDialog_Icon {
	background-repeat: no-repeat;
	background-position: 20px 20px;
	padding-left: 88px;
	min-height: 48px;
	_height: 85px;
}
.ZebraDialog .ZebraDialog_Confirmation {
	background-image: url('confirmation.png')
}
.ZebraDialog .ZebraDialog_Error {
	background-image: url('error.png')
}
.ZebraDialog .ZebraDialog_Information {
	background-image: url('information.png')
}
.ZebraDialog .ZebraDialog_Question {
	background-image: url('question.png')
}
.ZebraDialog .ZebraDialog_Warning {
	background-image: url('warning.png')
}
.ZebraDialog .ZebraDialog_ButtonsOuter {
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.ZebraDialog .ZebraDialog_Buttons a {
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	display: inline-block;
	margin-right: 5px;
	min-width: 60px;
	float: right;
	_width: 60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/* taken from Twitter Bootstrap */
	background-color: #006DCC;
 *background-color: #0044CC;
	background-image: -moz-linear-gradient(top, #0088CC, #0044CC);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088CC), to(#0044CC));
	background-image: -webkit-linear-gradient(top, #0088CC, #0044CC);
	background-image: -o-linear-gradient(top, #0088CC, #0044CC);
	background-image: linear-gradient(to bottom, #0088CC, #0044CC);
	background-repeat: repeat-x;
	border-color: #0044CC #0044CC #002A80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.ZebraDialog .ZebraDialog_Buttons_Centered .ZebraDialog_Buttons {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.ZebraDialog .ZebraDialog_Buttons_Centered a {
	zoom: 1;
 *display: inline;
}
.ZebraDialog .ZebraDialog_Preloader {
	height: 32px;
	background: url('preloader.gif') no-repeat center center;
}
