@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/desert.jpg);
	background-position:top;
	font-family:"Calibri","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0px;}
	
#2 {
	background-image:url(../images/desert.jpg);
	background-position:top;
	font-family:"Calibri","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0px;
	}
	
#bag {
	width:860px;
	padding-left:136px;
	margin-right:auto;
		}
#footer {
	width:860px;
	height:40px;
	padding-top:20px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-size:12px;
	}

#logo {
	padding-top:20px;
	padding-left:30px;}
	
#backheader {
	float:right;
	width:220px;
	padding:20px;
	font-size:14px;
	margin-right:30px;
	color:#FFF;
	height:107px;
	background-image:url(../images/backheader.png);
	background-repeat:no-repeat;
	}
.title {
	font-size:16px;
	font-weight:bold;
	color:#FFF;

	}
#header {
	height:120px;
	margin-right:auto;
	margin-bottom:20px;
	}
	
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

.box_content a img{
	border:none;
	}
.accordionButton {	
	width: 730px;
	float: left;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	cursor: pointer;
	text-transform:uppercase;
	margin-bottom:2px;
	
	}
	
.box_content {	
	width: 730px;
	float: left;
	background-color: #09F;
	color:#FFF;
	background-image:url(../images/backcontent2.jpg);
	background-repeat:repeat-y;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.99;
	padding:20px;
	overflow:hidden;
	}

#viewport{
        width: 700px;
        overflow:hidden;
}
#viewport ul{
        position: relative;
		width:3000px;
        padding: 0;
}
#viewport li{
        width: 200px;
        height: 155px;
        float: left;
		margin: 5px;
        list-style: none;
}

#buttons {
		background-color:#ccc;
		width:100px;
		float:left;
		height:20px;
		margin:5px;
		}

.accordionContent ul {
	padding:0px;
	margin:0px;
	}
	
.accordionContent li {
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
	height:120px;}
	
h1 {
	color:#09C;
	font-size:20px;}
	
#text_wrapper {
	width:330px;
	float:left;
	margin-right:20px;
	}
	
#text_wrapper2 {
	width:325px;
	float:right;
	margin-right:20px;
	}
	
h2 {
	font-size:16px;
	text-transform:uppercase;}