* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body {
	background-image:url(images/pattern.gif);
	background-repeat:repeat;
	font-family:helvetica, arial, verdana; 
	font-size:12px;
	color:#666;
}

p { margin-bottom: 10px; }

a { 
	color:#005984; 
	text-decoration: underline; 
	outline: none;
}

a:focus { 
	outline: none; 
	border:none;
}

a img { 
	border: none;
}

#container1 {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:dashed 0px red;
}


#container2	{
	width:946px;
	height:580px;
	margin:0 auto;
	padding:0 auto;
	border:dashed 0px red;
}

#header {
	width:100%;
	height:100px;
	margin:0 auto;
	padding-top:30px;
	border:dashed 0px white;

}

#logo {
	float: left;
	position:relative;
	width:270px;
	border:dashed 0px #FF9900;
}



#right {
	width:100%;
	height:426px;
	margin:0;
	padding:0;
	position: relative;
	overflow: hidden;
	border:dashed 0px #000;
}

#rotation {
	list-style: none;
	width:950px;
	height:426px;
	margin:0 auto;
	padding:0;
	/*float:left;
	position: relative;*/
	overflow: hidden;
}

#content_container {
	width:100%;
	height:426px;
	margin:0;
	padding:0;
	position: relative;
	overflow: hidden;
	border:dashed 0px #fff;
}

#content_wrap {
	float:right;
	width:244px;
	height:426px;
	margin:0;
	padding:0;
	border:dashed 0px blue;
}

#content  {
	width:190px;
	height:426px;
	margin:25px;
	padding:0px;
	line-height:2em;
	color:#333;
	border:dashed 0px red;
}

#content li  {
	margin-bottom:5px;
	padding:0px;
	border:dashed 0px blue;
}

#content a, #content a:visited, #content a:active  {
	color:#444;
	font-size:12px;
	text-decoration:none;
}

#content a:hover, #content li.current a {
	color: #005984;
	font-weight:bold;
	text-decoration:none;
}


.title {
	color:#333;
	font-weight:bold;
	font-size:13px;
}

#contact_wrap {
	width:700px;
	height:100%;
	margin:0;
	padding:0;
	border:dashed 0px red;
}

#contact {
	width:350px;
	height:300px;
	color:#333;
	font-size:14px;
	font-weight:bold;
	margin:0 auto;
	padding-top:85px;
	padding-left:70px;
	border:dashed 0px blue;
}

#footer {
	color:#fff;
	font-size:14px;
	font-family:helvetica, arial, verdana;
	margin:0 auto;
	padding:0;
	text-align:center;
	width:946px;
	border:dashed 0px white;
}

#footer a, #footer a:visited, #footer a:active {
	color:#FFF;
	text-decoration:none;
} 

#footer a:hover { 
	color: #fff;
	text-decoration:underline;
}


/*-------------------------------------------- 
	Horizontal menu
-------------------------------------------- */

#menu {
	float:right;
	margin:0;
	padding:0;
	width:50%;
	border:dashed 0px #00FF00;
}
	
#menu ul {
	margin:0 auto;
	padding:0;
}

#menu li {
	float:right;
	font-family: Helvetica, Arial, Verdana;
	font-size:14px;
	list-style:none;
	margin-left:30px;
	padding-top:60px;
	text-decoration:none;
	border:dashed 0px white;
}

#menu a, #menu a:visited, #menu a:active {
	color:#fff;
	text-decoration:none;
}

#menu a:hover {
	color:#fff; 
	text-decoration:underline;
}


/*-------------------------------------------- 
	Slider menu
-------------------------------------------- */

#portfolio {
	width:100%;
	height:426px;
	background-image:url(images/bkgd_square.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	position: relative;
	overflow: hidden;
	border:dashed 0px #000;
}

#sidenav_wrap {
	float:right;
	width:244px;
	height:426px;
	margin:0;
	padding:0;
	border:dashed 0px blue;
}

#slider_wrap {
	float:left;
	position: relative;
	width:700px;
	height:100%;
	margin:0;
	padding:0;
	overflow: hidden;
	border:dashed 0px red;
}

#slider1 {
	top:25px;
	width:640px;
	height:370px;
	margin:0 auto;
	padding:0 auto;
	position: relative;
	overflow: hidden;
	border:dashed 0px red;
}


.stripViewer {
	position: relative; 
	overflow: hidden; 
	width: 640px; 
	height:370px; 
	clear: both;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0; 
	top: 0; 
	width: 100%; 
	list-style-type: none; 
}

.stripViewer .panelContainer .panel { 
	float: left; 
	height: 100%; 
	position: relative; 
	width: 640px;
}

.stripNavL						{ width: 49px; height: 49px; position: absolute; top: 50%; left: 40px; margin-top: -25px; z-index: 99; }
.stripNavL a					{ display: block; text-indent: -9999px; height: 49px; width: 49px; background: url(images/left.png) no-repeat top; }
.stripNavL a:hover				{ background: url(images/left.png) no-repeat bottom; }
.stripNavR						{ width: 49px; height: 49px; position: absolute; top: 50%; right: 40px; margin-top: -25px; }
.stripNavR a					{ display: block; text-indent: -9999px; height: 49px; width: 49px; background: url(images/right.png) no-repeat top; }
.stripNavR a:hover				{ background: url(images/right.png) no-repeat bottom; }
.no-arrows .stripNavL, .no-arrows .stripNavR { display: none; }
