/* === RESET === */

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* === LAYOUT === */

html {
    height:100%;
    width:100%;
    background:url(../images/bg.gif) repeat;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color:#39362f;
    
    width:960px;
    margin:0 auto;
    
    border-top:8px solid #39362f;
    
    -moz-box-shadow: 0 2px 10px #aeadad;
    -webkit-box-shadow: 0 2px 10px #aeadad;
    box-shadow: 0 2px 10px #aeadad;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#aeadad')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#aeadad');
}

.ie body {
    border-left:1px solid #cdcdcd;
}

@font-face {
    font-family: Bitter-Regular;
    src: url('Bitter-Regular.ttf');
}

h1 {
    font-family: Bitter-Regular;
    font-size: 22px;
    border-bottom: 1px solid #e3e3e3;
    margin: 18px 0 18px 0;
    padding-bottom: 15px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.5em;
}

a, a:focus {
    outline: 0;
}

a {
    color: #e8b313;
}

a:hover {
    color: #e8b313;
}

#header {
    margin-top:20px;
    overflow:hidden;
}

#logo {
    margin-bottom: 20px;
}

#tagline {
    font-size:0.95em;
    font-style:italic;
    margin-top:52px;
}

#fontsize { text-align:right; margin-right: 20px; }
.small-font { font-size:1em !important; }
.medium-font { font-size:1.2em !important; }
.large-font { font-size:1.5em !important; }

#nav {
    margin-top:20px;
    padding-bottom:60px;
    margin-bottom:30px;
    border-bottom:1px solid #e3e3e3;
}

#nav ul li {
    float:left;
    margin-right:9px;
}

#nav ul li.last {
    margin-right:0;
}

#nav ul li a {
    padding:10px;
    background:#39362f;
    color:#fff;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#nav ul li a:hover,
#nav ul li.section a,
#nav ul li.current a {
    text-decoration:none;
    background:#e8b313;
}

#nav ul li ul {
    background:url(../images/menu-bg.png) repeat;
    padding:5px 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#nav ul li.current.page_2 ul { display: block !important; visibility: visible !important; top: 40px; left: 5px; }
/*#nav ul li.section.page_2 ul { display: block !important; visibility: visible !important; top: 40px; left: 5px; }*/

#nav ul li ul li a,
#nav ul li.section ul li a,
#nav ul li.current ul li a {
    background:none;
    color:#fff;
}

#nav ul li ul li a:hover,
#nav ul li ul li.current a {
    background:none;
    color:#e8b313;
}

#big-btn, #big-btn2 {
    text-decoration:none;
    display:block;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#small-btn {
    text-decoration:none;
    display:block;
    float:left;
    border:1px solid #cb9d12;
    height: 33px;
    
    -moz-box-shadow: 0px 0px 4px #848484;
    -webkit-box-shadow: 0px 0px 4px #848484;
    box-shadow: 0px 0px 4px #848484;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#big-btn {
    border:1px solid #cb9d12;
    
    margin-bottom:20px;
    width: 222px;
    height: 52px;
    
    -moz-box-shadow: 0px 0px 4px #848484;
    -webkit-box-shadow: 0px 0px 4px #848484;
    box-shadow: 0px 0px 4px #848484;
}

#big-btn2 {
    border:1px solid #cfcecb;
    margin-bottom:10px;
    height: 39px;
    width: 188px;
}

#big-btn span {
    display:block;
    height: 52px;
    
    background: rgb(236,193,36);
    background: -moz-linear-gradient(top,  rgba(236,193,36,1) 0%, rgba(237,191,35,1) 15%, rgba(235,191,32,1) 16%, rgba(236,190,34,1) 21%, rgba(234,190,31,1) 23%, rgba(236,188,30,1) 40%, rgba(232,182,21,1) 75%, rgba(234,181,23,1) 80%, rgba(233,181,20,1) 81%, rgba(232,180,19,1) 86%, rgba(233,179,19,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,193,36,1)), color-stop(15%,rgba(237,191,35,1)), color-stop(16%,rgba(235,191,32,1)), color-stop(21%,rgba(236,190,34,1)), color-stop(23%,rgba(234,190,31,1)), color-stop(40%,rgba(236,188,30,1)), color-stop(75%,rgba(232,182,21,1)), color-stop(80%,rgba(234,181,23,1)), color-stop(81%,rgba(233,181,20,1)), color-stop(86%,rgba(232,180,19,1)), color-stop(100%,rgba(233,179,19,1)));
    background: -webkit-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: -o-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: -ms-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: linear-gradient(to bottom,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecc124', endColorstr='#e9b313',GradientType=0 );
}

.ie8 #big-btn span {
    display:block;
    height: 52px;
    
    background: rgb(236,193,36);
    background: -moz-linear-gradient(top,  rgba(236,193,36,1) 0%, rgba(237,191,35,1) 15%, rgba(235,191,32,1) 16%, rgba(236,190,34,1) 21%, rgba(234,190,31,1) 23%, rgba(236,188,30,1) 40%, rgba(232,182,21,1) 75%, rgba(234,181,23,1) 80%, rgba(233,181,20,1) 81%, rgba(232,180,19,1) 86%, rgba(233,179,19,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,193,36,1)), color-stop(15%,rgba(237,191,35,1)), color-stop(16%,rgba(235,191,32,1)), color-stop(21%,rgba(236,190,34,1)), color-stop(23%,rgba(234,190,31,1)), color-stop(40%,rgba(236,188,30,1)), color-stop(75%,rgba(232,182,21,1)), color-stop(80%,rgba(234,181,23,1)), color-stop(81%,rgba(233,181,20,1)), color-stop(86%,rgba(232,180,19,1)), color-stop(100%,rgba(233,179,19,1)));
    background: -webkit-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: -o-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: -ms-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: linear-gradient(to bottom,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    filter: none;
}

#small-btn span {
    display:block;
    height: 32px;
    
    background: rgb(236,193,36);
    background: -moz-linear-gradient(top,  rgba(236,193,36,1) 0%, rgba(237,191,35,1) 15%, rgba(235,191,32,1) 16%, rgba(236,190,34,1) 21%, rgba(234,190,31,1) 23%, rgba(236,188,30,1) 40%, rgba(232,182,21,1) 75%, rgba(234,181,23,1) 80%, rgba(233,181,20,1) 81%, rgba(232,180,19,1) 86%, rgba(233,179,19,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,193,36,1)), color-stop(15%,rgba(237,191,35,1)), color-stop(16%,rgba(235,191,32,1)), color-stop(21%,rgba(236,190,34,1)), color-stop(23%,rgba(234,190,31,1)), color-stop(40%,rgba(236,188,30,1)), color-stop(75%,rgba(232,182,21,1)), color-stop(80%,rgba(234,181,23,1)), color-stop(81%,rgba(233,181,20,1)), color-stop(86%,rgba(232,180,19,1)), color-stop(100%,rgba(233,179,19,1)));
    background: -webkit-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: -o-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: -ms-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: linear-gradient(to bottom,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.ie #small-btn span {
    display:block;
    height: 32px;
    color: #FFF!important;
}

#big-btn2 span {
    display:block;
    height: 38px;
    
    background: rgb(245,245,244);
    background: -moz-linear-gradient(top, rgba(245,245,244,1) 2%, rgba(234,234,233,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(245,245,244,1)), color-stop(100%,rgba(234,234,233,1)));
    background: -webkit-linear-gradient(top, rgba(245,245,244,1) 2%,rgba(234,234,233,1) 100%);
    background: -o-linear-gradient(top, rgba(245,245,244,1) 2%,rgba(234,234,233,1) 100%);
    background: -ms-linear-gradient(top, rgba(245,245,244,1) 2%,rgba(234,234,233,1) 100%);
    background: linear-gradient(to bottom, rgba(245,245,244,1) 2%,rgba(234,234,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f4', endColorstr='#eaeae9',GradientType=0 );
}

.ie8 #big-btn2 span {
    display:block;
    height: 38px;
    filter: none;
}

#big-btn:hover span {
    filter:none;
    background: #e9b313;
}

#small-btn:hover span {
    filter:none;
    background: #e9b313;
}

#big-btn2:hover span {
    background: rgb(236,193,36);
    background: -moz-linear-gradient(top,  rgba(236,193,36,1) 0%, rgba(237,191,35,1) 15%, rgba(235,191,32,1) 16%, rgba(236,190,34,1) 21%, rgba(234,190,31,1) 23%, rgba(236,188,30,1) 40%, rgba(232,182,21,1) 75%, rgba(234,181,23,1) 80%, rgba(233,181,20,1) 81%, rgba(232,180,19,1) 86%, rgba(233,179,19,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,193,36,1)), color-stop(15%,rgba(237,191,35,1)), color-stop(16%,rgba(235,191,32,1)), color-stop(21%,rgba(236,190,34,1)), color-stop(23%,rgba(234,190,31,1)), color-stop(40%,rgba(236,188,30,1)), color-stop(75%,rgba(232,182,21,1)), color-stop(80%,rgba(234,181,23,1)), color-stop(81%,rgba(233,181,20,1)), color-stop(86%,rgba(232,180,19,1)), color-stop(100%,rgba(233,179,19,1)));
    background: -webkit-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: -o-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: -ms-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: linear-gradient(to bottom,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecc124', endColorstr='#e9b313',GradientType=0 );
}

.ie8 #big-btn2:hover span {
    background: rgb(236,193,36);
    background: -moz-linear-gradient(top,  rgba(236,193,36,1) 0%, rgba(237,191,35,1) 15%, rgba(235,191,32,1) 16%, rgba(236,190,34,1) 21%, rgba(234,190,31,1) 23%, rgba(236,188,30,1) 40%, rgba(232,182,21,1) 75%, rgba(234,181,23,1) 80%, rgba(233,181,20,1) 81%, rgba(232,180,19,1) 86%, rgba(233,179,19,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,193,36,1)), color-stop(15%,rgba(237,191,35,1)), color-stop(16%,rgba(235,191,32,1)), color-stop(21%,rgba(236,190,34,1)), color-stop(23%,rgba(234,190,31,1)), color-stop(40%,rgba(236,188,30,1)), color-stop(75%,rgba(232,182,21,1)), color-stop(80%,rgba(234,181,23,1)), color-stop(81%,rgba(233,181,20,1)), color-stop(86%,rgba(232,180,19,1)), color-stop(100%,rgba(233,179,19,1)));
    background: -webkit-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: -o-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: -ms-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: linear-gradient(to bottom,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    filter: none;
}

#big-btn span span,
#big-btn:hover span span {
    filter:none;
    
    border-top:1px solid #f3d72f;
    padding:0px 72px;
    line-height: 50px;
    color: #fff;
    text-shadow:0px 1px 0px #a7a6a6;
    text-align:center;
}

#small-btn span span,
#small-btn:hover span span {
    filter:none;
    
    border-top:1px solid #f3d72f;
    padding:0px 20px;
    line-height: 33px;
    color: #fff;
    text-shadow:0px 1px 0px #a7a6a6;
    font-size: 0.8em;
}

#big-btn2 span span {
    filter:none;
    
    border-top:1px solid #fff;
    padding:0px 29px;
    line-height: 38px;
    color: #39362F;
    font-size: 0.8em;
}

#big-btn2:hover span span {
    filter:none;
    
    border-top:1px solid #f3d72f;
    padding:0px 29px;
    line-height: 38px;
    color: #fff;
}

.ie #big-btn2:hover span span {
    border-top:1px solid #f3d72f;
    padding:0px 29px;
    line-height: 38px;
    color: #fff!important;
}

.ie #big-btn span span,
.ie #big-btn:hover span span {
    color:#FFF;
}

.ie #small-btn span span,
.ie #small-btn:hover span span {
    color:#39362F;
}

.ie #big-btn2 span span,
.ie #big-btn2:hover span span {
    color:#39362F;
}

.header-text {
    border-bottom:1px solid #e3e3e3;
    padding-bottom:5px;
    margin-bottom:10px;
    font-weight:bold;
}

input[type="submit"] {
    background: rgb(236,193,36);
    background: -moz-linear-gradient(top,  rgba(236,193,36,1) 0%, rgba(237,191,35,1) 15%, rgba(235,191,32,1) 16%, rgba(236,190,34,1) 21%, rgba(234,190,31,1) 23%, rgba(236,188,30,1) 40%, rgba(232,182,21,1) 75%, rgba(234,181,23,1) 80%, rgba(233,181,20,1) 81%, rgba(232,180,19,1) 86%, rgba(233,179,19,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,193,36,1)), color-stop(15%,rgba(237,191,35,1)), color-stop(16%,rgba(235,191,32,1)), color-stop(21%,rgba(236,190,34,1)), color-stop(23%,rgba(234,190,31,1)), color-stop(40%,rgba(236,188,30,1)), color-stop(75%,rgba(232,182,21,1)), color-stop(80%,rgba(234,181,23,1)), color-stop(81%,rgba(233,181,20,1)), color-stop(86%,rgba(232,180,19,1)), color-stop(100%,rgba(233,179,19,1)));
    background: -webkit-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: -o-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: -ms-linear-gradient(top,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    background: linear-gradient(to bottom,  rgba(236,193,36,1) 0%,rgba(237,191,35,1) 15%,rgba(235,191,32,1) 16%,rgba(236,190,34,1) 21%,rgba(234,190,31,1) 23%,rgba(236,188,30,1) 40%,rgba(232,182,21,1) 75%,rgba(234,181,23,1) 80%,rgba(233,181,20,1) 81%,rgba(232,180,19,1) 86%,rgba(233,179,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecc124', endColorstr='#e9b313',GradientType=0 );
    
    border:1px solid #cb9d12;
    color:#fff;
    float:right;
    padding:10px;
    font-weight:bold;
    
    text-shadow:0px 1px 0px #a7a6a6;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ie input[type="submit"] {
    color:#eee;
}

input[type="submit"]:hover {
    filter:none;
    background: #e9b313;
}

input[type="submit"] {
    float:none;
    margin-left:180px;
}

input[type="text"],
input[type="text"]:focus,
input[type="email"],
input[type="email"]:focus,
input[type="password"],
input[type="password"]:focus,
textarea,
textarea:focus {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow:0 3px 10px 0 #dbdada inset;
    -moz-box-shadow:0 3px 10px 0 #dbdada inset;
    -webkit-box-shadow:0 3px 10px 0 #dbdada inset;
}

label.required { display:none !important; }
input.required { border-color:#c00; }

#footer {
    margin-top:20px;
    padding:10px 0px;
    border-top:1px solid #e3e3e3;
    font-size:0.8em;
    height: 25px;
}

.ie7 #footer #copyright {
    margin-left:0;
}

#footer ul {
    float:right;
}

#footer ul li {
    float:left;
    padding:0px 8px;
    border-right:1px solid #39362f
}

#footer ul li.last {
    border-right:0;
}

#footer ul li a {
    color:#39362f;
}

#footer ul li a:hover {
    color:#39362f;
    text-decoration:underline;
}

.round-border {
/*    height:300px;*/
    overflow:hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#topvisual {
    margin-left: 20px;
    width: 900px;
}

ul.children li a {
	font-weight:bold;
}

#phone_number {
    position: absolute;
    margin-left: 413px;
    width: 300px;
    height: 79px;
    top: 0;
}

#footermenu {
    float: right;
    margin-right: 12px;
    width:650px;
}

#actueel-image {
    margin-bottom: 10px;
}

.span3_edited {
    width: 210px;
}

.span4_edited {
    width: 220px;
}

.span8_edited {
    width: 660px;
}

.columns {
    border: 1px solid #cfcecb;
    padding: 10px;
    height: 130px;
    margin-bottom: 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}

.columns-image {
    display: block;
    width: 120px;
    height: 130px;
    float: left;
    margin-right: 20px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.columns p {
    margin-bottom: 10px !important;
    margin-top: 1px;
}

.columns p strong {
    margin-bottom: 10px !important;
    line-height: 30px;
}

#categorieen ul {
    margin: 0;
    padding: 0;
}

#categorieen ul li {
    list-style: none;
    margin-right: 10px;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#categorieen > ul > li {
    margin-bottom:20px;
}

#categorieen ul li ul li a {
    font-size:1.4em;
}

#categorieen ul li ul {
    display:none;
}

#categorieen ul li ul li {
    margin-right:0;
}

#categorieen ul li.current ul,
#categorieen ul li.section ul {
    display:block;
}

#categorieen > ul > li {
    background:url(../images/list-inactive.gif) right 5px no-repeat;
}

#categorieen > ul > li.current,
#categorieen > ul > li.section,
#categorieen > ul > li.open {
    background:url(../images/list-active.gif) right 5px no-repeat;
}

#categorieen a {
    color: #39362f;
}

.category_child {
    color: #6b6a68 !important;
    text-transform: none;
    margin-left: 10px;
    line-height: 24px !important;
}

fieldset .left {
    float:left;
}

fieldset label {
    width:180px;
    margin:7px 0;
}

fieldset ul li {
    list-style-type:none !important;
}

fieldset ul li label {
    width:auto;
    float:left;
    margin-left:10px;
    margin-top:1px;
}

.ie9 fieldset ul li label {
    margin-top:4px;
}

fieldset ul li input.radio {
    float:left;
    margin:0px 0 15px 30px;
}

div.field {
    clear:both;
}

div.aanhef label {
    margin-top:0;
}

div.postalcode label,
div.postalcode .middleColumn,
div.housenumber label,
div.housenumber .middleColumn,
div.addition label,
div.addition .middleColumn {
    float:left;
}

div.postalcode {
    clear:left;
    float:left;
}

input.postalcode {
    width:60px;
}

div.housenumber label {
    width:70px;
    margin-left:10px;
}

div.housenumber {
    clear:none;
    float:left;
}

input.housenumber {
    width:30px;
}

div.addition label {
    width:45px;
    margin-left:10px;
}

div.addition {
    clear:right;
    float:left;
}

input.addition {
    width:30px;
}

h3.subpage-title {
    margin-bottom:10px;
}

.breadcrumbs {
    margin:10px 0 10px 20px;
}

.typography .news-slider {
    margin:0;
}

.typography .news-slider li {
    list-style-type:none;
    line-height:inherit;
    font-size:inherit;
    margin:0;
    display:none;
}
