/*------------------------------------------------------------
abmyr laser

version:	2.0
date:       7.23.08
author:		bro
email:		mike@broVizion.com
website:	www.broVizion.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
-------------------------------------------------------------*/
 
@import url('reset.css');

/* Color Branding
===============================================================
Red: #0F80D8
Brown: #ff8205
Beige: #fcf0e3
Light Beige: #c9c9c1
===============================================================*/



/* General/HTML Elements
-------------------------------------------------------------*/
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

img.floatleft {
	float: left;
}

img.floatright {
	float: right;
	margin-left: 10px;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.textaligncenter {
	text-align: center;
}

.bold {
	font-weight: bold;
}
	
body { 
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #45423d;
	/* background: #14151C url(../images/page_bg.gif) repeat-x; */
	background: #dddddd url(../images/page_bg.gif) repeat-x;
	margin: 0 auto;
}



/* Typography
-------------------------------------------------------------*/
p, li, td {
	text-align:left;
}

p {
	line-height: 16px;
}

li {
}



/* Headings
-------------------------------------------------------------*/
h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	margin: 10px auto 15px;
	color: #420000;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	margin: 10px auto 15px;
	/* color: #2e303f; */
	color: #420000;
}

h3 {
	font-weight: bold;
	font-size: 12px;
}

h4 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}



/* Default Lists
-------------------------------------------------------------*/
ul {
	padding: 0;
	margin: 5px 0 15px 20px;
}

ul ul {
	margin: 5px 0 0;
}

ul li {
	list-style: square;
	padding: 0 0 5px 10px;
}

ol {
}

ol li {
	list-style-type: decimal;
	list-style-position: inside;
}





/* Layout
-------------------------------------------------------------*/
#wrapper {
	width: 810px;
	background: url(../images/content_bg.gif) left top repeat-y;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#masthead {
	background: url(../images/masthead.jpg) top no-repeat;
	width: 810px;
	height: 168px;
}

#navigation {
	width: 810px;
	height: 30px;
}

#body {
	background: url(../images/masttop_bg.jpg) left top no-repeat;
}

#content {
	width: 540px;
	min-height: 220px;
	float: left;
	padding: 10px 0 0 30px;
	margin: 0 0 10px 0;
}

#content.full {
	width: 760px;
}

#sidebar {
	width: 180px;
	float: right;
	padding: 0 30px 0 15px;
	margin: 10px 0 0 0;
	border-left: 1px #cccccc solid;
}

#mastbottom {
	background: url(../images/mastbottom_bg.gif) bottom no-repeat;
	width: 750px;
	height: 50px;
	clear: both;
	padding: 11px 30px 9px;
}

#brobottom {
	width: 778px;
	margin: 0 auto;
}



/* Advanced Styles (by area)
-------------------------------------------------------------*/
/*MASTHEAD
-------------*/
#masthead h1 {
	margin: 0;
	padding: 25px 15px 0;
}

#masthead h1 a {
	display: block;
	width: 780px;
	height: 113px;
}

#masthead h1 a span {
	display: none;
}

/*NAVIGATION
-------------*/
#menu {
	background: url(../images/nav_off.gif) left top repeat-x;
	width: 795px;
	height: 30px;
	padding: 0 0 0 15px;
	margin: 0;
	display: block;
	position: relative;
}

	ul#menu li {
		list-style: none;
		float: left;
		display: block;
		text-align: center;
		text-transform: capitalize;
		line-height: 30px;
		padding: 0 6px;
		margin: 0;
	}
	
	ul#menu li a {
		display: block;
		float: left;
		height: 30px;
		padding: 0 10px;
		color: #ffffff;
		font-family: Arial, Verdana, sans-serif;
		font-size: 14px;
	}
	
	#menu li a:hover {
		background: url(../images/nav_on.gif) left top repeat-x;
	}



/*CONTENT
-------------*/
#content h1 {
}

#content h2 {
}

#content p {
	margin: 0 0 20px 0;
}

#content ul {
}

#content img {
	border: 1px #2e303f solid;
}

#content img.noborder {
	border: 0;
}

#content form {
	margin: 10px 0 0 0;
}

/* #content form label {
	display: block;
	width: 70px;
	float: left;
	clear: left;
	padding: 5px 0 0 0;
}

#content form input, #content form textarea {
	width: 300px;
}

#content form input.submit {
	width: auto;
	margin: 10px 0 0 70px;
} */

#content form p {
	margin: 2px 0;
}

/*SIDEBAR
-------------*/
#sidebar {
	font-size: 13px;
}
	
	.boxed h2 {
		margin: 0 -10px 5px -10px;
		padding: 4px 5px;
		background: #2b4f9b;
		color: #cccccc;
	}
	
	#sidebar p, .boxed p {
		margin: 10px 0;
	}
	
	.boxed {
		border: 1px #2b4f9b solid;
		padding: 0 10px 10px 10px;
		margin: 10px 0;
	}

	.boxed ul {
		display: block;
		text-indent: 0;
		margin: 0;
		padding: 0;
		line-height: 20px;
	}
	
	.boxed ul li {
		display: inline;
		list-style-type: none;
		list-style-position: inside;
		margin: 0;
		padding: 0;
		color: #420000;
		font-weight: bold;
		font-size: 12px;
	}
	
	#sidebar input.text, #sidebar textarea {
		width: 170px;
	}
	
	#sidebar .boxed input.text, #sidebar .boxed textarea {
		width: 150px;
	}


/*MASTBOTTOM
-------------*/
#mastbottom p {
	text-align: center;
	margin: 0;
	font-size: 10px;
	color: #aaaaaa;
	line-height: 14px;
}

#mastbottom p a {
	color: #eaeaea;
}


/*BROBOTTOM
-------------*/
#brobottom p {
	text-align: left;
}


/* Default Links
-------------------------------------------------------------*/

a, a:visited {
	color: #420000;
	text-decoration: none;
	/*border-bottom: 1px dotted #515151;*/
}

a:hover, a:visited:hover {
	color: #2e303f;
	/*border-bottom: 1px dotted #f5690c;*/
	text-decoration: none;
}



/* Advanced Links (by area)
-------------------------------------------------------------*/
#menu li a, #menu li a:visited {
}

	#menu li a:hover, #menu li a:visited:hover {
	}

#menu li.active a, #menu li.active a:visited {
}

	

/* Basic Tables
--------------------------------------------------------------*/

table {
	width: 100%;
	margin: 0 0 20px 0;
}

th {
	font-weight: bold;
	font-size: 12px;
	padding: 10px 5px 5px;
}

td {
	padding: 2px 5px;
	font-size: 12px;
}

caption {
	font-weight: bold;
}

.odd {
	background-color: #eeeeee;
}

.even {
	background-color: #ffffff;
}



/* Default Forms
--------------------------------------------------------------*/
legend {
	font-weight: bold;
}

label {
	font-size: 12px;
	display: block;
	clear: left;
}

#content label.error {
	font-size: 80%;
	border: 0;
	color: #850000;
	clear: left;
	width: 300px;
	margin: -5px 0 10px 0;
	float: none;
}

input.error, textarea.error {
	border: 1px #850000 solid;
	border-width: 1px 1px 2px 1px;
}

input, textarea, select {
	font-family: Verdana;
	font-size: 11px;
	margin: 4px 0;
	padding: 2px;
	background: #ffffff;
	border-top: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #aaaaaa solid;
	border-left: 1px #cccccc solid;
	width: 95%;
}

select {
	width: auto;
}

input.checkbox {
	width: auto;
	margin-right: 5px;
}

input.submit, input.reset {
	width: auto;
	background: #eaeaea;
	border-top: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #aaaaaa solid;
	border-left: 1px #cccccc solid;
	clear: left;
}

input:focus, textarea:focus {
}

.loading {
	display: none;
}

ul.checkbox {
	margin: 0;
	padding: 0;
	display: block;
}

ul.checkbox li {
	display: block;
	float: left;
	margin: 0 10px 5px 0;
}


/* Advanced Forms
--------------------------------------------------------------*/
#contactform {
}



/* Misc
--------------------------------------------------------------*/
#subservices, ul#menu li a#subservices {
	display: none;
	position: absolute;
	top: 30px;
	left: 200px;
	background: url(../images/nav_off.gif) left top repeat-x;
}

#subservices:hover, ul#menu li a#subservices:hover {
	background-image: url(../images/nav_on.gif);
}


/* Print
--------------------------------------------------------------*/

	
