@charset "utf-8";
/* CSS Document */

/******************/
/* PAGE STRUCTURE */
/******************/

div#main {
	text-align: left;
	background-image: url(../images/common/background_edges.png);
	width: 1017px;
	height: 601px;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}

div#banner {
	width: 1017px;
	height: 313px;
	float: left;
}

div#download_boxes {
	width: 1017px;
	height: 79px;
	float: left;
	/*background-image: url(../images/home/download_boxes.jpg);*/
	background-image: url(../images/home/download_boxes_background.jpg);
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
}

div#content {
	width: 947px;
	height: 177px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 26px;
	float: left;
	background-color: #FFF;
}

/******************/
/* DOWNLOAD BOXES */
/******************/

/*a#box1 {
	width: 164px;
	height: 68px;
	padding-left: 103px;
	padding-top: 11px;
	float: left;
	background-image: url(../images/home/download_box_1.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

a#box2 {
	width: 164px;
	height: 68px;
	padding-left: 77px;
	padding-top: 11px;
	float: left;
	background-image: url(../images/home/download_box_2.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

a#box3 {
	width: 164px;
	height: 68px;
	padding-left: 77px;
	padding-top: 11px;
	float: left;
	background-image: url(../images/home/download_box_3.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

a#box4 {
	width: 164px;
	height: 68px;
	padding-left: 77px;
	padding-right: 27px;
	padding-top: 11px;
	float: left;
	background-image: url(../images/home/download_box_4.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}*/

div#box1 {
	/*width: 164px;*/
	width: 223px;
	height: 72px;
	padding-left: 37px;
	/*padding-top: 11px;*/
	padding-top: 6px;
	float: left;
}

div#box2 {
	/*width: 164px;*/
	width: 223px;
	height: 72px;
	/*padding-left: 77px;*/
	padding-left: 18px;
	padding-top: 6px;
	float: left;
}

div#box3 {
	/*width: 164px;*/
	width: 223px;
	height: 72px;
	/*padding-left: 77px;*/
	padding-left: 18px;
	padding-top: 6px;
	float: left;
}

div#box4 {
	/*width: 164px;*/
	width: 223px;
	height: 72px;
	/*padding-left: 77px;*/
	padding-left: 18px;
	padding-top: 6px;
	float: left;
}

/****************/
/* CONTENT AREA */
/****************/

div#col1 {
	width: 470px;
	margin-right: 35px;
	float: left;
}

div#col2 {
	width: 215px;
	margin-top: 8px;
	margin-right: 35px;
	float: left;
}

div#col2 img {
	margin-bottom: 5px;
}

div#col3 {
	width: 192px;
	margin-top: 8px;
	float: left;
}

div#col3 img {
	margin-bottom: 7px;
}

div#col3 select {
	width: 192px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #000;
}








