@charset "utf-8";
/* CSS Document */

/* ------------------------------------ */
/*                                      */
/*               General                */
/*                                      */
/* ------------------------------------ */


div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
padding: 0;
}

body {
	font: 100%  Arial;
	line-height: 17px;
	color: #444444;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}


/* ---------- @ Page Structure -----------*/

#bgcontainer {
	width: 975px;
	position: relative;
	margin: 0px auto;
	padding: 4px 0 0 0;
	background-image: url(../images/sew_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#bgcontainer1 {
	width: 975px;
	position: relative;
	margin: 0px auto;
	padding: 4px 0 0 0;
	background-image: url(../images/sew_bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#bgcontainer2 {
	width: 975px;
	position: relative;
	margin: 0px auto;
	padding: 4px 0 0 0;
	background-image: url(../images/sew_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#butt {
	width: 400px;
	float:right;
	margin: 0px auto;
}

#right{
	float:right;
}

#container {
	width: 975px;
	position: relative;
	margin: 0px auto;
	padding: 0;
}

#line{
	width:100%;
	height:1px;
	background:#FFF;
}

.greyframe
{
	background-color:#ffffff;
	padding:2px;
}

.title-orenframe
{
	background-color:#fec20e;
	padding:10px;
	color:#900;
}

.redbold{
	color:#d2232a;
	font-weight:bold;
	font-size:16px;
}

.blackbold{
	color:#000;
	font-weight:bold;
	font-size:14px;
}


#leftcol {
	width:430px;
	float:left;
	padding-top:453px;
	padding-left:50px;
	color: #333;
	}
	
#rightcol {
	width:430px;
	float:right;
	margin: 0px auto;
	padding-right: 50px;	
	padding-top:453px;
	}
	
#fullcol{
	width:870px;
	float:left;
	padding-top:130px;
	padding-left:50px;
	color: #333;
	}
	
#fullcol2{
	width:940px;
	float:left;
	padding-top:453px;
	padding-left:30px;
	color: #333;
	}

#clear{
clear:both;
}

/* ---------- @ Content footer -----------*/


#footercontent {
	width: 915px;
	padding:30px 30px 0 30px;/*top, right, bottom, left*/
	float:left;
	font-size: 10px;
	text-align: right;
	color: #81a1b2;
}

.textfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color:#F30;
	font-size:18px;
	margin:0;
}

.highlight{
	color:#000;
}

.highlight_blue{
	color:#069;
	font-size:14px;
}

