/* @override 
	http://www.blastoman.com/css/main.css
*/

/* @group 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
strong { font-weight: bold }
ol, ul { list-style: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
blockquote { margin: 0 15px; padding: 0 6px; }

/* @end

*/

/* @group global */

body { position: relative; background: #e9e2d2; }
.clear { clear: both; }
.floatleft { float: left; }
.floatright { float: right; }

/* @end */

/* @group globalnav */

#globalnav {
	margin-top: 60px;
}

#globalnav ul {
	font: normal 16px/20px "Arial Rounded MT Bold", Verdana, Arial, Helvetica, Geneva, sans-serif; 
	color: #231f20;
	list-style-type: none;
	height: 22px;
	margin: 0;
}

#globalnav li {
	float: left;
	vertical-align: baseline;
}

#globalnav li a, #globalnav li a:link {
	color: #231f20;
	padding: 5px 20px 0 0;
	margin: 0 15px 0 0;
	text-decoration: none;
	border-bottom: none;
}

#globalnav li a:hover, #globalnav li a.current { background-color: #c9c3b5; }


/* @end */

/* @group grid */

#pagewrap {	position: relative; width: 960px; margin: 0 auto 40px auto; background: url(images/blasto-crest.png) no-repeat 0 0; border-bottom: dotted 1px #c9c3b5; }

.column {
	margin: 0 15px;
	width: 450px;
	float: left;
}

.wrap { margin-bottom: 12px; }

.h460 { position: relative; height: 460px; }

.hidden { visibility: hidden; }

/* @end */

/* @group spaces */
.spacebeforepadding { padding-top: 110px;}
.spacebeforesm { margin-top: 6px;}
.spacebeforelg {margin-top: 24px;}
.spacebefore {margin-top: 12px;}
.spaceaftersm {margin-bottom: 6px;}
.spaceafter {margin-bottom: 12px;}
.spaceafterlg {margin-bottom: 24px;}
.nospaceafter {margin-bottom: 0px;}
.rulebelow	{ border-bottom: solid 1px #c9c3b5; padding-bottom: 12px;}
.rulebelowdot { border-bottom: dotted 1px #c9c3b5; }
.ruleabove { border-top: solid 1px #c9c3b5; padding-top: 12px;}

/* @end */

/* @group typestyles */

/* @group colors */

.blue { color: #57b7df; }
.red { color: #ed1c24; }
.black { color: #231f20; }
.tan { color: #c9c3b5; }
.beige { color: #e9e2d2; }

/* @end */

h1 { 
	font: normal 24px/40px "Arial Rounded MT Bold", Verdana, Arial, Helvetica, Geneva, sans-serif; 
	color: #57b7df;
}

h2 { 
	font: normal 32px/36px Georgia, "Times New Roman", Times, serif;
	color: #231f20;
}
	
h3 { 
	font: normal 20px/26px "Arial Rounded MT Bold", Verdana, Arial, Helvetica, Geneva, sans-serif; 
	color: #ed1c24; 
}

h4 {
	font: normal 16px/20px "Arial Rounded MT Bold", Verdana, Arial, Helvetica, Geneva, sans-serif; 
	color: #c9c3b5; 
	padding-bottom: 3px;
}

h5 { 
	font: bold 12px/18px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #231f20;
}

h6 { 
	font: normal 10px/14px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #231f20;
}

p {
	font: normal 12px/18px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #231f20;
	padding-bottom: 5px;
}

.captiontext, p.captiontext { font-size: 9px; line-height: 14px ;padding-bottom: 0;}

.caps, span.caps { text-transform: uppercase; }

.large {
	font-size: 24px;
	line-height: 14px;
}

/* @end */

/* @group lists */

.column ul {
	list-style-type: disc;
	font: normal 12px/18px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #231f20;
	margin: 0 0 12px 20px;
}

/* @end */

/* @group links */

a, a:link, a:visited, a:active {
	color: #57b7df;
	text-decoration: none;
}

a:hover {
	color: #231f20;
	border-bottom: 1px solid #231f20;
}

.wrap a, .wrap a:link, .wrap a:visited {
	display: block;
	text-decoration: none;
	border-bottom: none;
	padding: 5px 0 0 0;
}

.wrap a:hover {	background-color: #c9c3b5; }

/* @end */

/* @group ibox */

#ibox_wrapper {
    padding: 10px 10px 35px;
    line-height: 25px;
    border-color: #231f20;
}
#ibox_wrapper, #ibox_footer_wrapper a { background-color: #e9e2d2; }

#ibox_content { 
	background-color: #e9e2d2; 
	border: 0; 
	margin: 5px;
}
#ibox_footer_wrapper {
    padding: 0 3px;
    bottom: 6px;
    top: auto;
}
#ibox_footer_wrapper a {
	color: #fff;
	background-color: #57b7df;
    height: 17px;
}
#ibox_footer_wrapper a:hover {
	background-color: #c9c3b5;
}
#ibox_loading {
    background: url(images/ajax-loader.gif) center center no-repeat;
}

#contactMe {
	display: none;
	background-color: #e9e2d2;
}

#links {
	display: none;
	background-color: #e9e2d2;
}

#logo {
	display: none;
	background-color: #e9e2d2;
}

/* @end */

/* @group tabs */

ul.tabs {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 22px; /*--Set height of tabs--*/
	border-left: 1px solid #c9c3b5;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 21px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 20px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #c9c3b5;
	border-left: none;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 10px;
	outline: none;
}
ul.tabs li a:hover {
	padding-bottom: 1px;
	border-bottom: none;
	background: #c9c3b5;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	}
.tab_container {
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
}


/* @end */
