/* Ortho Store CSS */
@charset "UTF-8";

body, html {
	background: #666666;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#wrap {
	background: #FFFFFF;
	margin: 0 auto;
	width: 810px;
}

#header {
	background: #000000 url(../images/os-logo.jpg) no-repeat;
	height: 150px;
}

#header_left {
	float: left;
	width: 610px;
}

#header_right {
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	margin-top: 10px;
	width: 190px;
}

.top-nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.top-nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.top-nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.top-nav a:hover {
	color: #CCCC00;
	text-decoration: none;	
}

#nav {
	background: #FFFFFF;
	margin-left: 5px;
	margin-top: 5px;
}

#main {
	background: #FFFFFF;
	float: left;
	height: 288px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 428px;
}

#sidebar {
	background: #FFFFFF;
	float: left;
	margin-left: 10px;
	width: 350px;
}

#footer {
	background: #000000;
	clear: both;
	height: 45px;
}

.box_right {
	margin-left: 5px;
	margin-top: 5px;
}

.footer-size {
	color: #FFFFFF;
	font-size: 11px;
	margin-left: 10px;
	padding-top: 10px;
}

.line-space {
	line-height: 150%;
}