/*
Theme Name: General
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */
#page{
	width:1058px;
	margin:0 auto;
}

#branding{
	width:960px;
	padding: 10px 49px 0;
	background:url(images/top-banner.png) no-repeat;
	height:85px;
}

#main{
	width:960px;
	padding: 0 49px 10px 49px;
	background:url(images/bg-content.png) repeat-y;
}

.page-template-default #main{
	padding-bottom:15px;
}

#login{
	height:61px;
	background:#000;
	padding:0 50px;
	color:#fff;
	line-height:1.4;
	position:relative;
}

#login h2{
	font-size:14px;
	padding-top:12px;
	text-transform:uppercase;
}

#login span{
	
}
.latest-news a.downloadlink, a.latestnews,
.latest-news a {
	width:77px;
	height:26px;
	top:20px;
	position:absolute;
	margin:0;
	padding:0;
	background:url(images/latest-news-btn.png) no-repeat;
}
.titleslogan {
	text-align:right;
	position:absolute;
	top:0px;
	left:230px;
}
.btns{
	width:189px;
	height:30px;
	position:absolute;
	right:50px;
	top:15px;
}

.btns.back{
	right:722px;
}

.btns a{
	display:block;
}

.btns a:hover{
	background-position:bottom left;
}

a.login{
	width:74px;
	height:24px;
	background: url(images/btn-login.gif) no-repeat;
	float: left;
	margin-top:3px;
	padding-right:19px;
	border-right:1px solid #fff;
}

a.send{
	width:77px;
	height:25px;
	background: url(images/btn-send.gif) no-repeat;
	float: right;
	margin-top:2px;
}

a.back{
	width:77px;
	height:25px;
	background: url(images/btn-back.gif) no-repeat;
	margin-top:2px;
	display: block;
}

#slides{
	background: url(images/bg-slide.png) no-repeat center;
	margin-top:11px;
	height:297px;
}

.slide-container{
	width:820px;
	margin:0 auto;
	padding-top:20px;
}

#content{
	padding:0 50px;
	overflow:hidden;
	line-height: 1.35;
}

.rightcol{
	width:330px;
	float:right;
}

.leftcol{
	width:530px;
	float:left;
}

.rightcol img{
	display:block;
	float:right;
}
#content h2{
	font-size:14px;
	line-height: 1.2;
	margin-bottom:10px;
}

.page-template-default #content h2{
	margin-bottom:10px;
}

#content p{
	margin-bottom:8px;
	line-height: 1.3;
}

#colophon{
	width:960px;
	padding: 0 49px 32px;
	background:url(images/bg-footer.png) no-repeat;
	height:64px;
	overflow:hidden;
}

.bot-logo{
	height:50px;
	padding:0 22px;
	border-right:1px solid #bbbdc0;
	float:left;
}

.bot-logo img{
	display:block;
	padding-top:8px;
	float: left;
}

.bot-logo span{
	display:inline;
	float:left;
	width:145px;
	font-size:11px;
	color:#7e7e7e;
	font-weight:bold;
	margin-left:12px;
	line-height:1.2;
}

a.downloadlink{
	display:inline-block;
	color:#0048ff;
	font-size:12px;
	font-style:italic;
	line-height:27px;
	padding-left:50px;
	margin-right:25px;
	margin-top:13px;
	background:url(images/icon-download.png) no-repeat;
	text-decoration:underline;
	width: 350px;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #000000;
	font: 12px "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #fff url(images/bg-all.jpg) center top no-repeat;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: bold;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 0;
}
ul, ol {
	margin: 0 0 0 14px;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */

#sendlightbox{
	width:400px;
}

#loginform h2, #sendlightbox h2{
	font-size: 14px;
	line-height:1.4;
	text-transform:uppercase;
	margin-bottom:10px;
}

.submit, .gform_wrapper .gform_footer.left_label {
    border-top: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding:0;
}

#gform_submit_button_1{
    background: url("images/btn-send.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 25px;
    margin-top: 10px;
    margin-right:15px;
    text-indent: -9999px;
    width: 77px;
}

#wp-submit {
    background: url("images/btn-login.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 24px;
    margin-top: 10px;
    text-indent: -9999px;
    width: 74px;
}

#wp-submit:hover, #gform_submit_button_1:hover{
	background-position:bottom;
}

.nivo_slider .nivo-caption{
	background:url(images/bg-caption.png) repeat;
}

input[type="text"], input[type="password"] {
    border: 1px solid #8A8A8A;
    color: #5E5E5E;
    margin-bottom: 5px;
    padding: 5px;
    width: 198px;
}

textarea {
	width: 198px;
	border: 1px solid #8A8A8A;
	color: #888;
	color: #5E5E5E;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
	outline:none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
	outline:none;
}

#loginform .loginmod label {
	width:60px;
	display:inline-block;
}
#loginform .loginmod input[type='text'], #loginform .loginmod input[type='password'] {
	width:180px;
	padding: 5px;
}
#loginform .loginmod .rememberme {
	margin-bottom:5px;
}
#loginform .loginmod .rememberme label {
	width:100px;
}
