@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Raleway:400,500');
/*********************************************************************************/
/* Style Secure Custom                                                           */
/*********************************************************************************/
body {
	color: #333333;
}
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/
#container {
	float: left;
	width: 100%;
	padding-bottom: 200px;
}
/*********************************************************************************/
/* Colours                                                                       */
/*********************************************************************************/

/*********************************************************************************/
/* Common                                                                        */
/*********************************************************************************/
.promote {
	background: #B88C01;
}
.promote:hover {
	background: #F9BE00;
}
/*********************************************************************************/
/* Sign In                                                                       */
/*********************************************************************************/

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
#toplogo {
	background-image: url('../_gfxlib/logo300x50.png');
}