@import url('/css/default.css'); 
@import url('/css/DropMenu.css'); 


body#www_opistormax_com {
	background:url('/media/bg_main.jpg') #E2E7EF repeat-x;
	font:12px Tahoma;
}


h1 { font-size:18px; font-weight:bold; color:#031630; }
h2 { font-size:14px; font-weight:bold; color:#031630; margin:5px 0;}
h3 { font-size:12px; font-weight:bold; color:#031630; margin:5px 0;}


#global {
	width:760px;
	margin:0 auto;
}
	#wrap {
		background:#fff;
		border:1px solid black;
	}

#content{
	text-align: left;
	padding: 0px 10px 10px 10px;
}

#visual {
	width: 250px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
	.img_visual {
		border:1px solid black;
	}

	#text p {
		padding:5px 0;
		line-height:140%;
	}
	#text p.narrow {
		padding-left:10px;
		padding-right:10px;
	}

#text ul li {
	margin-left:20px;
}

.nostyle {
	list-style-type: none;
}

ul.arrows {
	list-style-type:none;
}
	ul.arrows li{
		background:url('/media/arrow.gif') 0 50% no-repeat;
		padding-left:25px;
		padding-bottom:10px;
	}


#features {
	margin-bottom:20px;
}
	.feature {
		width:237px;
		height:150px;
		margin:6px;
			
	}
		.feature p {
			font-size:10px;
			margin:55px 15px 0 20px;
		}
		a.more {
			display:block;
			text-align:right;
			margin-right:5px;
		}
	#feature_whatis {
		background:url('/media/feature1.jpg') no-repeat;
	}
	#feature_whatdoineed {
		background:url('/media/feature2.jpg') no-repeat;
	}
	#feature_howdoigetit {
		background:url('/media/feature3.jpg') no-repeat;
	}


#footer {
	background:url('/media/bg_footer.jpg') no-repeat;
}
	#footer div {
		font-size:9px;
		color:white;
		padding:3px 5px 7px 5px;
	}
		#footer div a, #footer div a:hover {
			color:white;
		}
		#footer div a { text-decoration:none; }
		#footer div a:hover { text-decoration:underline; }


#copyright {
	font-size:9px;
	float:right;
	padding:5px;
	color: #475669;
}
	#copyright a {
		color: #475669;
	}

img.left {
	float:left;
}

.left_img_text{
	font: bold 11px Tahoma;
	color: #031630;
}

/* Homepage */

#homepage_content{
	width:720px;
	margin:0px auto;
	text-align:left;
	padding:10px 0px 10px 15px;
}

.homepage_feature {
	padding: 5px 10px 10px 10px;
	float: left;
	width: 220px;
	font: 10px Tahoma;
	text-align: left;
	background:url('/media/bg_homepage_feature.jpg') no-repeat;
}
	.img_homepage_feature {
		float: left;
		padding-right: 10px;
	}
	
#homepage_visual {
	width: 230px;
	text-align: left;
	padding: 10px 0px 10px 0px;
}

#homepage_text {
	text-align: left;
	display: block;
	margin-right: 10px;
}
	#homepage_text ul li {
		margin-left:20px;
	}

.homepage_feature_title {
	font: bold 11px Tahoma;
	color: #031630;
}

.homepage_feature_link {
	float: right;
}
	.homepage_feature_link a {
		text-decoration: none;
		color: #031630;
	}