/* Style Sheet for Big Fish Group */

/*
#4295b7 big fish light blue
#002134 big fish dark blue
#eeeeee quote light grey background
*/

body {
	background-color: #002134;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

textarea {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    }

td {
	vertical-align: top;
	}

h1 {
	font-size: 28px;
	color: #002134;
	font-weight: normal;
	}

h2 {
	font-size: 16px;
	color: #002134;
	}

h3 {
	font-size: 12px;
	color: #000000;
	}

.wrapper {
	background: url(/images/ribbon_footer.jpg) no-repeat bottom center #FFFFFF;
	}

.header {
	padding: 50px 0 70px 0;
	background: url(/images/ribbon.jpg) no-repeat top center;
	}

.content_wrapper {
	width: 800px;
	margin-bottom: 20px;
	}

.left_column {
	padding: 40px 0 0 0;
	width: 200px;
	}

.main_column {
	padding-left: 40px;
	}

.logo {
	background: url(/images/bigfish_logo.jpg) no-repeat center #002134;
	height: 150px;
	}


/* MAIN NAVIGATION BEGINS */

.nav_container {
	font-size: 15px;
	margin-bottom: 20px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	}

.nav_container td, .nav_container th {
	padding: 5px 5px 5px 17px;
	}

.nav_container td, .nav_container th {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	}

/* #4295b7;  Light Blue */

.nav_container th {
	color: #999;
	text-align: left;
	font-size: 13px;
	}

.nav_container td {
	/*background-color: #DDD;*/
	}

.nav_container .sub td {
	padding: 3px 3px 3px 27px;
	font-size: 13px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	}

.nav_container .current td {
	color: #000;
	font-weight: bold;
	}

/* MAIN NAVIGATION ENDS */




.brand_profile {
	width: 100%;
	}

.brand_profile th {
	padding: 10px;
	vertical-align: middle;
	border: 2px solid #EEE;
	}

.brand_profile td {
	padding: 10px;
	background-color: #EEE;
	}

.brand_profile .spacer td, .brand_profile .spacer th {
	border: 0px solid #FFF;
	height: 5px;
	background-color: #FFF;
	padding: 0;
	}

.management_team img {
	border-left: 5px solid #4295b7;
	}

.quote {
	background: url(/images/left-quote.gif) no-repeat top left #eeeeee;
	margin-top: 20px;
	}

.quote p {
	font-weight: normal;
	margin: 0px;
	color: #666666;
	padding: 20px;
	text-align: center;
	background: url(/images/right-quote.gif) no-repeat bottom right;
	}

.content_wrapper {
	width: 960px;
	}

.nice_table {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	}

.nice_table td, .nice_table th {
	padding: 5px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}

.nice_table th {
	background-color: #EEE;
	text-align: left;
	font-weight: normal;
	border-right: 2px solid #BBB;
	}

.about_us_wrapper th {
	padding-right: 20px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	}

.about_us_wrapper td {

	}


.about_us {
	padding: 15px;
	margin: 5px;
	border: 2px solid #EEE;
	background-color: #EEE;
	border-left: 5px solid #4295b7;
	}

.about_us_wrapper li {
	padding-bottom: 5px;
	}

.slogan {
	text-align: center;
	font-size: 18px;
	font-style: italic;
	color: #4295b7;
	}

/* CONTACT FORM begins */

.contact_form {
	background-color: #f0f0f0;
    width: 420px;
	}

.contact_form th {
	text-align: right;
	vertical-align: middle;
	width: 30%;
	font-weight: normal;
	padding-left: 5px;
	}

.contact_form td {
	padding: 2px 5px 2px 10px;
	width: 70%;
	}

.contact_form span {
	color: #F00;
	}

.input_box {
	width: 90%;
	border: 1px solid #c8c7c7;
	border-left: 1px solid #333333;
    padding-left: 2px;
	}

#submit-button {
	width: 100px;
	}

.error_message, .success_message {
	padding: 5px 5px 5px 20px;
	margin: 5px 0;
	border: 1px dotted #FFFFFF;
	/* width: 90%; */
	}

.error_message {
	color: #FFFFFF;
	background-color: #fd0202;
	}

.success_message {
	color: #FFFFFF;
	background-color: #006600;
	}

/* CONTACT FORM ends */
