@charset "utf-8";
@import "dropdown.css";
/* CSS  */

body {
	background-image: url(../images/corestyle/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#444444;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
}

p {
line-height: 20px;
letter-spacing: normal;
}

#wrapper {
	margin:auto;
	width:auto; 
}

#headerwrapper {
	background:#000000;
	margin:auto;
	width:auto;
}


#header {
	background:#000000;
	width:950px;
	margin:auto;
}

#menuwrapper {
	height:35px;
	background-color:#000;
	background-image:url(../images/corestyle/bardiv.png); 
	background-repeat:no-repeat; 
	background-position:top;
}

#menu {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:950px;
	margin:auto;
}


#content {
	background-color:#FFFFFF;
	background-image:url(../images/corestyle/content_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:10px;
	border-left:#CCCCCC 1px solid; 
	border-right:#CCCCCC 1px solid; 
	border-bottom:#CCCCCC 1px solid; 
	width:950px;
	margin:auto;
}

#contenthome {
	background-color:#FFFFFF;
	background-image:url(../images/corestyle/content_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0px;
	border-left:#CCCCCC 1px solid; 
	border-right:#CCCCCC 1px solid; 
	border-bottom:#CCCCCC 1px solid; 
	width:970px;
	margin:auto;
}


#breadcrumb {
	font-size:10px;
	color:#666666;
	padding:10px;
	width:950px;
	margin:auto;
	background:url(../images/corestyle/broadcrumb_bg.gif);

}

#title {
	font-size:20px;
	padding:10px;
	color:#fff;
	width:950px;
	margin:auto;
	border-left:#CCCCCC 1px solid; 
	border-right:#CCCCCC 1px solid; 
	background-image:url(../images/corestyle/title.png);
	background-color:#000000;
}

#footer{
	font-size:10px;
	width:950px;
	margin:auto;
	padding:10px;
	color:#666666;
	margin:auto;
}

#footer a {
	color:#666666;
	text-decoration:none;
}

a {
	color:#333333;
}


/*++++++ Contact Form ++++++*/

.contactform {
	width:365px;
	padding-left:15px;
	padding-right:15px;
	margin:5px;
	height:1%;
	/* border:1px solid #F3F4DF; background:#FEFEFE; */ 
}

.contactform label {
	color: #000;
	width:80px;
	display:block;
	margin-bottom:5px;
	margin-top:5px;
	float:left;
}

.contactform input, .contactform textarea {
	color: #333333;
	padding:5px;
	margin-left:10px;
	border:2px solid #CCCCCC;
	width:250px;
}
.contactform textarea {
	height:80px;
}

.contactform input:focus, .contactform textarea:focus {
	border:2px solid #999933;
}

.contactform .button {
	width:90px;
	float:right;
	margin-right:50px;
}

.contactform .button:hover {
	background: #F7F7F7;
}


.clear {
	clear:both;
}




