@charset "UTF-8";
/* CSS Document */

/*--Import other style sheets---*/
@import "layout.css";
@import "fonts.css";
@import "pages.css";

/*-------RESET-----*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

a {outline: none;} /* removes the dotted border around links in firefox */
img {border:0;}  /*removes all borders around any links including images */
body { font-size: 75%; line-height: 12px;} /* by using font-size: small; you can set sizes using %. 100% is roughly = to 12px */
html>body {font-size:12px;}

/*            STANDARDS
------------------------------------------------------------*/

.seo_bgone {text-indent:-5000px;}
 p {margin-bottom:1em;}



/* floats and clears */

.floatleft {float:left;}
.floatright {float:right;}
.clear {clear:both;}
.clearleft {clear:left;}
.clearright {clear:right;}

/* margins */

.margin {margin:10px;}
.marginleft {margin-left:10px;}
.marginright {margin-right:10px;}
.margintop {margin-top:10px;}
.marginbottom {margin-bottom:10px;}

/* padding */

.padding {padding:10px;}
.paddingleft {padding-left:10px;}
.paddingright {padding-right:10px;}
.paddingtop {padding-top:10px;}
.paddingbottom {padding-bottom:10px;}

/* Contact Form */

#contact_wrapper {
	width:600px;
	margin:0;
	float: left;
}
.form_input  {
	border:1px solid #464646;
	height:20px;
	width:250px;
	background-color:#ffffff;
	color:#000000;
	padding:2px 0 0 2px;
}
.contact_comments {
	border:1px solid #464646;
	height:150px;
	width:250px;
	background-color:#ffffff;
	color:#000000;
	padding:2px 0 0 2px;
}
.contact_dropdown {
	border:1px solid #390300;
	font-size:11px;
	color:;
	width:165px;
	background: #000000;
	height:20px;
}
.contact_error {color:#fcee21}
.contact_thanks {color:#fcee21}

#craftysyntax
{
	float: right;
	margin-top: 10px;
}
/*            GOOGLE MAP
------------------------------------------------------------*/

.map_wrapper {
	background: url(../images/layout/map_wrapper.jpg) no-repeat;
	width:620px;
	height:300px;
	padding:20px;
	margin: 0 auto 10px;
}
#map_content {
	width:250px;
	float:left;
}
#map {
	height:	375px;
	width:600px;
	float:left;
	margin-left: 3px;
	border: solid 1px #737373;
}
.gmnoprint span{display:none;}  
div#map div span {display: none;} /* removes the legal stuff from the bottom of the google maps */
div#copyright {display: none;}

/*            LISTS STYLES
------------------------------------------------------------*/

ul.check {
	margin:12px;
	padding-left: 0;
	list-style: none;
}

ul.check li {
	padding-left: 20px;
	margin-bottom: .5em;
	background: url(../images/layout/check.png) no-repeat 0 3px;
}
ul.arrow {
	margin:12px;
	padding-left: 0;
	list-style: none;
	font-size: 1.2em
}

ul.arrow li  {
	padding-left: 15px;
	height: 20px; line-height: 20px;
	margin-bottom: .5em;
	background: url(../images/layout/arrow.png) no-repeat 0 center;
	text-decoration: none;
}

ul.sitemap {
	margin:12px;
	padding-left: 0;
	list-style: none;
	font-size: 1.2em
}

ul.sitemap li a {
	padding-left: 15px;
	height: 20px; line-height: 20px;
	margin-bottom: .5em;
	background: url(../images/layout/arrow.png) no-repeat 0 center;
	text-decoration: none;
	color:#261895;
}
ul.sitemap li a:hover {
	color: #8a8a8a;
	background: url(../images/layout/arrow_h.png) no-repeat 0 center;	
}


.bubble 
{
    color: black;
    font-size: 12px;
    line-height: 16px;
    font-family: arial;
    width: 270px;
}

.bubbleLogo 
{
    height: 16px;
    width: 95px;
}

.home-electronics-captcha
{
	width: 310px; 
	padding-bottom: 5px;
	background-color: rgb(220, 220, 220);
	padding: 10px 10px 10px 10px;
	margin-bottom: 8px;
}

.home-electronics-captcha input
{
	margin-top : 20px;
}

