/* Simple Computer Solutions
   Created by Vincent Merlino
   Last edited on 1/22/09*/

/* GENERAL STUFF */
* {
	margin: 0;
	padding: 0;
}

* a img {
	border: none;
}

html {
	background-color: #535353;
}

body {
	background-color: #efeeee;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}
/*END*/

.container {
	width: 792px;
	margin: 0 auto;
}

#header {
	height: 89px;
	background: url("../images/header_gradient.png") repeat-x 0 top;
}

#main_tile {
	width: 792px;
	height: 419px;
	overflow: hidden;
	position: relative;
}

#mission_statement {
	clear: both;
	height: 163px;
	width: 792px;
	background: url("../images/green/tsa.png") 0 17px no-repeat;
}

#contact_info {
	clear: both;
	height: 145px;
	width: 792px;
	padding-top: 18px;
}

#contact_info h2 {
	font: bold 1.1em Lucida Grande, arial, sans;
	color: #47d457;
	margin-bottom: 8px;
}

#contact_info p {
	color: #615f5f;
	font: .9em/1.4em arial, sans;
	text-align: justify;
	padding: 0 0 10px 12px;	
}

#contact_info p a, #contact_info p a:active , #contact_info p a:visited {
	color: #615f5f;
	text-decoration: underline;
}

#contact_info p a:hover {
	text-decoration: none;
}	

.contact_thumb {
	float: left;
	border: 2px solid #615f5f;
	margin-right: 10px;
}

#row_b_left {
	clear: both;
	float: left;
	width: 264px;
	padding-top: 35px;
	background-color: #efeeee;
}

#row_b_center {
	float: left;
	width: 264px;
	padding-top: 35px;
	background-color: #efeeee;
}

#row_b_right {
	float: right;
	width: 264px;
	padding-top: 35px;
	background-color: #efeeee;
}
/* END LAYOUT */

#style_changer {
	float: right;
	padding: 11px 0px 0px 0px;
	margin-bottom: 0px;
}

/*  NAVIGATION MENU */
#menu_about a {
	width: 59px;
	padding: 0 11px;
}

#menu_webdesign a {
	width: 116px;
	padding: 0 11px;
}

#menu_computerservices a {
	width: 188px;
	padding: 0 11px;
}

#menu_contacts a {
	width: 86px;
	padding: 0 11px;
}
/*END*/

#web_design {
	clear: both;
	width: 792px;
	height: 420px;
	background-color: #efeeee;
	padding-top: 17px;
	overflow: hidden;
}

#web_design h2 {
	font: bold 1.2em Lucida Grande, arial, sans;
	color: #000000;
	margin-bottom: 8px;
}

#web_design h3 {
	font: bold 1.2em Lucida Grande, arial, sans;
	color: #47d457;
	margin-bottom: 8px;
}

#web_design p {
	color: #060606;
	font: .8em/1.4em arial, sans;
	text-align: justify;
	margin: 0px 15px 8px 0px;
}

/*CAROUSEL*/
.carousel {
	float: left;
	margin-bottom: 40px;
}

.gocarousel img {
	border: 2px solid #dcd8d9;
}

.gocarousel {
	float: left;
	margin: 0 13px 0 13px;
}

#row_b_left h1 , #row_b_center h1, #row_b_right h1 {
	color: #47d457;
	font: bold 1em Lucida Grande, Tahoma, arial, sans;
	margin-bottom: 4px;
}

#row_b_left img, #row_b_center img, #row_b_right img {
	display: block;
}

#row_b_left p, #row_b_center p, #row_b_right p {
	color: #060606;
	font: .8em/1.4em arial, sans;
	text-align: justify;
	margin: 0px 15px 8px 0px;
}

#row_b_left ul, #row_b_center ul, #row_b_right ul {
	clear: both;
	color: #060606;
	font: .8em/14px arial, sans;
	margin-left: 20px;
	list-style: none url("../images/arrow.png");
}

.down img{
	margin-bottom: 10px;
}

img.intext {
	display: block;
	float: left;
	border: none;
	margin: 0 5px 0 0;
}

#row_b_left a img.intext, #row_b_left a:active img.intext, #row_b_left a:visited img.intext {
	border: 2px solid #777777;
}

#row_b_left a:hover img.intext {
	border: 2px solid #eeeeee;
}

#logo {
	position: absolute;
	background: url("../images/green/logo.png") 0 0 no-repeat;
	width: 205px;
	height: 76px;
	margin-top: 9px;
}

#contact_area {
	width: 792px;
	background: #efeeee;
	margin: 16px 0 0 0;
}

#contact_area img {
	border: 8px solid #0d0d0d;
	margin-bottom: 8px;
}

#contact_area p {
	font: bold 1.2em/1.2em arial, serif;
	color: #47d457;

}

#contact_area .right {
	float: right;
}

#contact_area .left {
	float: left;
}

/* FOOTER */
#footer {
	clear: both;
	height: 33px;
	background: url(../images/green/footer.png) repeat-x;
}

#footer a, #footer a:active, #footer a:visited {
	color: #fbfbfb;
	text-decoration: none;
}

#footer a:hover {
	color: #fbfbfb;
	text-decoration: underline;
}

#footer_left {
	float: left;
	font: .8em arial, sans;
	color: #fbfbfb;
	padding-top:9px;
}

#footer_right {
	float: right;
	font: .8em arial, sans;
	color: #fbfbfb;
	padding-top: 9px;
}
/* END FOOTER */

.thumbnail {
	display: block;
	float: left;
	width: 160px;
	margin: 0 35px 0px 1px;
	text-align: center;
	font: .8em Verdana, arial, serif;
	color: #777777;
}

.thumbnail img {
	border: 2px solid #46627e;
}

.thumbnail a img, .thumbnail a:active img, .thumbnail a:visited img {
	border: 2px solid #46627e;;
}

.thumbnail a:hover img {
	border: 2px solid #eeeeee;
}
.clearleft { clear: left; }

.clearboth { clear: both; }

/*STUPID IE*/
img, div { behavior: url(iepngfix/iepngfix.htc) }