@charset "utf-8";
/* CSS Document */

/* CARIBE ELECTRONICS, LTD */

/* Standard Elements */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Elements */

#frame {
	width: 936px;
	margin: 0 auto;
}

#header {
	padding: 1px;
}

#logo {
	background-image: url(../images/logo.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 149px;
	width: 177px;
	float: left;
}

#logo a {
	height: 149px;
	width: 177px;
	display: block;
	text-decoration: none;
}

a span {
	visibility: hidden;
}

#name {
	text-align: center;
	width: 706px;
	margin-left: 177px;
	margin-top: 55px;
}

#navigation {
	background-image: url(../images/Navigation.gif);706x36;
	background-position: top;
	background-repeat: no-repeat;
	height: 36px;
	width: 706px;
	margin-left: 177px;
	margin-top: 18px;
}

#navigation a {
	text-decoration: none;
}

#navigation dl {
	padding: 0 40px;
}

#navigation dd {
	float: left;
}

.home {
	background-image: url(../images/home.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 36px;
	width: 112px;
	display: block;
}

.products {
	background-image: url(../images/products.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 36px;
	width: 185px;
	display: block;
}

.contact {
	background-image: url(../images/contact.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 36px;
	width: 185px;
	display: block;
}

.home:hover {
	background-position: bottom;
}

.products:hover {
	background-position: bottom;
}

.contact:hover {
	background-position: bottom;
}

body#home .home {
	background-position: bottom;
}

body#products .products {
	background-position: bottom;
}

body#contact .contact {
	background-position: bottom;
}

#content {
	clear: both;
	padding: 10px 0;
	font-size: 12px;
	line-height: 18px;
}

.content_two {
	padding: 0 60px;
}

.content_three {
	padding: 0 120px;
}

.half {
	width: 50%;
	float: left;
}

#products_form {
	background-color: #CCCCCC;
	margin: 10px auto;
	width: 311px;
	padding: 5px 25px;
	border: 1px solid #666666;
}

#contact_form {
	width: 400px;
	margin: 0 auto;
}

.input_text {
	width: 200px;
	height: 15px;
}

.text_area {
	width: 200px;
}

.select {
	width: 204px;
	height: 21px;
}

.label {
	text-align: right;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
}

