* {
	margin: 0;
	padding: 0;
	font: italic 14px Arial;
	list-style: none;
	outline: none;
}

* html dd{height:1%} 

dd{overflow:auto}
* html dd {height:1%} 

body{
	background: #000 url('/themes/ORT_School09/img/Wood_1920.jpg') repeat-x;
}

p {
	font-weight: normal;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover
	{
	color: #eee;
	text-decoration: none;
}

hr {
	margin-left: 10px;
	margin-right: 10px;
	border: none 0;
	border-top: 1px dashed #eee;
	height 1px;
}

img {
	border: 0px;
}

h3 {
	font-size: 14px;
	color: #fff;
	font-variant: small-caps;
}

h4 {
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
}

h5 {
	font-size: 16px;
	font-variant: small-caps;
}

dl
{
    width:680px;
    padding:10px;
    border-bottom:1px dashed #ccc;
    overflow:hidden;
    background:#f2f2f2;
}
dl img{
    float:left;
    border:1px solid #000;
} 

#mainContainer {
margin: 0 auto;
width: 1255px;
}

#header {
	width: 1255px;
	height: 283px;
	margin-bottom: 5px;
	background: transparent url('/themes/ORT_School09/img/school_header.jpg');
}


#primaryContent {
float: left;
width: 1245px;
padding: 5px;
background: transparent url('/themes/ORT_School09/img/school_content.png');
}

#top_cont {
width: 1255px;
height: 22px;
background: transparent url('/themes/ORT_School09/img/school_content_t.png');
}

#bot_cont {
float: left;
clear: both;
width: 1255px;
height: 22px;
background: transparent url('/themes/ORT_School09/img/school_content_b.png');
}

.school_menu ul{
	float: left;
	padding-left: 30px;
	width: 160px;
}


.school_menu li{
	display: block;
	color: #eee;
	background: transparent;
}

.school_menu li a{
	display: block;
	width: 130px;
	height: 20px;
	padding: 5px;
	padding-left: 10px;
	color: #fff;
}


.school_menu li a:hover{
	display: block;
	width: 130px;
	height: 20px;
	padding: 5px;
	padding-left: 10px;
	color: #ddd;
	background: transparent url('/themes/ORT_School09/img/menuhover.png');
}

#sideblock {
	float: left;
	width: 393px;
	padding: 5px;
	color: #eee;
}

#sideblock li {
	text-align: center;
}

/* PAGE CONTENT */
.pageContent {
	float: left;
	width: 800px;
	margin-left: 30px;
        color: #fff;
	background: #000;
	border: #222 solid 3px;
}

.pageContent p {
	margin: 14px 14px;
	font-family: arial, sans-serif;
	line-height: 1.5em;
	text-align: left;
	color: #eee;
}


.pageContent2 {
	float: left;
	clear: both;
	width: 970px;
	margin: 0px 0px;
        color: #000;
	background: transparent;
	text-align: center;
}

.pageContent2 p {
	margin: 5px 5px;
	font-family: arial, sans-serif;
	line-height: 1.5em;
	text-align: center;
	color: #000;
}
#footer {
	clear: both;
	margin: 0 auto;
	width: 1255px;
	line-height: 2em;
	text-align: center;
	color: #fff;
	height: 105px;
	background: transparent;
}

.comments {
display: block;
width: 690px;
background: #fefefe;
color: #fff;
padding: 5px;
}

.authorbar {
display: block;
width: 700px;
background: #fefefe;
color: #fff;
}

#commentauthor {
	display: block;
	width: 690px;
	background: #eee;
	padding: 5px;
}

.authorlogged {
	display: block;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}

#comments {
	display: block;
	width: 700px;
	background: #ddd;
	border: #555 1px solid;
	padding: 5px;
	font-size: 12px;
}
	

#commentlink a{
	display: block;
	width: 200px;
	color: #fff;
}

#commentlink a:hover{
	display: block;
	width: 200px;
	color: #cc3300;
}

#commentbody {
	width: 690px;
}

#container
{
width: 500px;
margin: auto;
font-size: 20px;
color: #fff;
font-variant: small-caps;
}

/* ***** NAVIGATION ***** */
#nav {
	position: relative;
	z-index: 888;
	padding: 0 0 0 200px;
	background: transparent;
	margin: -1px 0 0 0;
	height: 26px;
}

#nav ul.topNav {
	float: left;
}

#nav ul.topNav li {
	color: #fff;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	padding: 0 10px;
	font-weight: bold;
	min-height: 1px;
	font-variant: small-caps;
	height: 26px;
}

#nav ul.topNav li a {
	color: #fff;
	text-decoration: none;
	font-variant: small-caps;
	font: 600 12px/26px arial;
}

#nav ul.topNav li:hover {
	background: #C41A1A url(/images/nav_hover.jpg) left top repeat-x;
}

#nav ul.topNav li.select {
	background: #C41A1A url(/images/nav_bkgd_select.jpg) left top repeat-x;
	border: solid #000;
	border-width: 0 1px;
}

#nav ul.topNav ul.subNav {
	border: 1px solid #D10202;
	position: absolute;
	top: 100%;
	left: 0;
	background: #9C9C9C;
}

.js #nav ul.topNav ul.subNav {
	display: none;
}

#nav ul.topNav ul.subNav li {
	padding: 0;
	width: 200px;
	height: 20px;
	border-bottom: 1px solid #a5a5a5;
}

#nav ul.topNav ul.subNav li a {
	display: block;	
	width: 179px;
	padding: 0px 6px 0px 15px;
	text-decoration: none;
	color: #000;
	background: #9C9C9C;
	font: 300 12px/20px arial;
	white-space: nowrap;
}

#nav ul.topNav ul.subNav li a:hover {
	background: #D10202;
	color: #fff;
}

#sidebar {
	margin: 0px 10px 0px 10px;
	float: right;
	padding: 0px 0px;
	width: 200px;
	text-align: center;
	color: #000;
	background: transparent;
}

#sidebar img {
	border: 0px;
}

#menubottom {
	width: 980px;
	padding: 5px 0px 0px 20px;
	text-align: left;
	overflow: hidden;
	position: relative;
	height: 22px;
	background: #000 url('/img/page_cap.jpg');
}

.constr {
	margin: 8px;
	padding: 10px;
	width: 1219px;
	background: #eee;
	color: #ff0000;
	border: 1px #ccc solid;
}

input {
background: #eee;
color: #000;
border: 1px solid #000;
}

#sidecode input
{
	font-size: 12px;
	font-weight: bold;
	border: 0px solid #000;
	background: transparent;
}

.cat_section
{
	width: 300px;
	background: transparent;
}

/* Alignment classes */
.float-left
{
float: left;
}

.float-right
{
float: right;
}

.align-left
{
text-align: left;
}

.align-right
{
text-align: right;
}

.align-center
{
text-align: center;
}

.align-justify 
{
text-align: justify;
}

.vlistlink a {
	display: block;
	background: #A82238;
	color: #fff;
	font-size: 14px;
	padding: 5px;
	margin: 5px;
}

.vlistlink a:hover {
	display: block;
	background: #eee;
	color: #A82238;
	font-size: 14px;
	padding: 5px;
	margin: 5px;
}

.post-footer {
}
.date {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: url('/img/time_icon.gif') no-repeat;
}

.post-footer .comments {
	background: url('/img/comment_icon.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.readmore {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: url('/img/page.gif') no-repeat;
}

.post-footer .edit {
	background: url('/img/edit_icon.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .delete {
	background: url('/img/delete_icon.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .info {
	background: url('/img/information_icon.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.carlistblock {
	width: 700px;
	background: #f2f2f2;
	border-bottom: 1px dashed #ddd;
}

.carlistimg {	
}

.leftcarblock {
	float: left;
	display: inline-block;
	width: 199px;
	text-align: center;
	margin-left: 22px;
	margin-top: 40px;
}

.centercarblock {
	float: left;
	width: 190px;
	text-align: center;
	margin-top: 15px;
}

.leftcarblock img {
	border: 1px solid #A82238;
}

.leftcarblock img:hover {
	border: 1px solid #ddd;
}

.centercarblock img {
	border: 1px solid #A82238;
}

.centercarblock img:hover {
	border: 1px solid #ddd;
}

.captext {
	font-variant: small-caps;
}

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:550px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

.contentpage {
	width: 700px;
	background: #fff;
	border: 1px dashed #ccc;
	padding: 10px;
}

.pictureblock {
	float: left;
	display: inline-block;
	width: 150px;
	background: #fff;
	border: 1px dashed #ccc;
	text-align: center;
}

.app_but {
	display: block;
	width: 200px;
	padding: 5px;
	background: #333;
	border: 1px solid #777;
	font-size: 20px;
}

.app_but a:hover {
background: #FF0000;
}

.app_but img {
	width: 20px;
	height: 20px;
	padding: 3px;
	margin-bottom: -5px;
}

.services_info {
float: left;
width: 650px;
background: transparent;
padding: 5px;
}

.services_name {
margin: 5px;
display: block;
width: 695px;
background: #CE0000;
font-size: 20px;
color: #fff;
padding: 5px;
text-shadow: #000 2px 2px 1px;
font-variant: small-caps;
margin: 5px;
}

.services{
background: #111;
border: 2px dotted #444;
padding: 5px;
}

.services_link{
padding: 5px;
font-size: 10px;
font-variant: small-caps;
}

.services_price 
{
float: right;
padding: 5px;
color: #eab50f;
text-shadow: #000 2px 2px 1px;
}

.services_price ul
{
padding-top: 10px;
padding-left: 10px;
padding-right: 20px;
}

.services_price li
{
padding: 10px;
font-size: 14px;
}

.services_view
{
float: right;
}

button {

float: right;
border: 0 none;

cursor: pointer;

font-weight: bold;

padding: 0 10px 0 0;

text-align: center;

height: 25px;

margin-top: -20px;
line-height: 25px;

width: auto;
}



button.rounded {

background: transparent url('/themes/ORT_School09/img/btn_right.png') no-repeat scroll right top;

clear: left;

font-size: 0.8em;
}



button span {

display: block;

padding: 0 0 0 10px;

position: relative;

white-space: nowrap;

height: 25px;

line-height: 25px;
}



button.rounded span {

background: transparent url('/themes/ORT_School09/img/btn_left.png') no-repeat scroll left top;

color: #FFFFFF;
}



button.rounded:hover {

background-position: 100% -30px;
}


button.rounded:hover span {
background-position: 0% -30px;
}


button::-moz-focus-inner {
border: none;
}

