﻿body
{
    margin: 0px;
    padding: 0px;
    font: Arial, Helvetica, sans-serif;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    background: #CB1E19;
    direction: rtl;
    text-align: right;
}

a
{
    color: #333333;
    text-decoration:none;
    }
    a:hover
{
    text-decoration:underline;
    }

.floatRight
{
    float: right;
}
.floatLeft
{
    float: left;
}

.block
{
    display:block;
    }

table tr td
{
    vertical-align: top;
}

.header
{
    background: url(../images/topRedBG.jpg) top repeat-x;
    height: 123px;
}

.header .menubuttons
{
    width: 980px;
    margin: 0px auto;
    background: url(../images/leaf.jpg) left no-repeat;
    height: 123px;
}

.header .menubuttons .menubutton
{
    float: right;
    height: 34px;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 0 0 3px;
}

.studio
{
    background-image: url('../images/studio.png');
}
.studio:hover
{
    background-image: url('../images/studio_r.png');
}

.homepage
{
    background-image: url('../images/homepage.png');
}
.homepage:hover
{
    background-image: url('../images/homepage_r.png');
}

.recs
{
    background-image: url('../images/recs.png');
}
.recs:hover
{
    background-image: url('../images/recs_r.png');
}

.links
{
    background-image: url('../images/tools.png');
}
.links:hover
{
    background-image: url('../images/tools_r.png');
}

.book
{
    background-image: url('../images/photoshop.png');
}
.book:hover
{
    background-image: url('../images/photoshop_r.png');
}

.students
{
    background-image: url('../images/students.png');
}
.students:hover
{
    background-image: url('../images/students_r.png');
}

.courses
{
    background-image: url('../images/courses.png');
}
.courses:hover
{
    background-image: url('../images/courses_r.png');
}

.contact
{
    background-image: url('../images/contact.png');
}
.contact:hover
{
    background-image: url('../images/contact_r.png');
}

.greyline
{
    background: url(../images/topGreyBG.png) top repeat-x;
    height: 12px;
}

.container
{
    width: 980px;
    margin: 0px auto;
    background-color: White;
    line-height: 21px;
}

.msg
{
    border-bottom: dotted 1px #747474;
    width:120px;
    padding:10px;
    float: right;
    font-size: 13px;
    clear: right;
}

.footer ul
{
    padding: 0px;
    margin: 0px;
}
.footer ul li
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.bottomline a
{
    padding: 0 5px 0 5px;
    color: White;
    text-decoration: none;
}

.bottomline a:hover
{
    text-decoration: underline;
}

.link_box
{
    float: right;
    width: 150px;
    height: 110px;
    font-size: 13px;
    color: #000000;
    background: #dfdfdf;
    padding: 5px 8px 5px 8px;
    margin: 0px 0px 10px 5px;
}

.link_box a
{
    font-weight: bold;
    color: Black;
    text-decoration: none;
}

.link_box a:hover
{
    text-decoration: underline;
}

.title2 {
	font-size:13px;
	font-weight:bold;
	color: #ffffff;
	text-indent:5px;
}

div.box,
div.box2 {
	float:right;
	background:#CB1E19;
	font-size:13px;
	color:#ffffff;
	height:232px;
	width:148px;
	text-align:right;
	margin:0 10px 12px 10px;
}
div.box2 {
	background:#7A7E7F !important;
}

div.box div.text,
div.box2 div.text {
	width:138px;
	height:84px;
	padding:0px 5px;
}
div.box div.full,
div.box2 div.full {
	float:left;
	font-weight:bold;
	clear:both;
	margin:5px;
}

div.box a:link,
div.box a:visited,
div.box2 a:link,
div.box2 a:visited {
	color:#ffffff;
	text-decoration:none;
}
div.box a:hover,
div.box2 a:hover {
	color:#f2f2f2;
	text-decoration:none;
}


.portfolio_box {
	width:139px;
	height:100px;
	float:right;
	margin: 0px 0px 20px 32px;
	color: #000000;
	font-size:13px;
}
.portfolio_box img {
	width:137px;
	height:87px;
	border: 1px solid #b81718;
}
.portfolio_box a:link,
.portfolio_box a:visited {
	color:#000000;
	text-decoration:none;
}
.portfolio_box a:hover {
	color:#999999;
	text-decoration:none;
}

.left {
	float:left;
	width:230px;
}

.right {
	float:right;
	width:240px;
}
.right span {
	width:60px;
	clear:right;
}
span.text {
	clear:right;
	margin: 5px 0px;
	width:500px;
	margin:5px 66px 0px 0px;
}
input.box {
	width:120px;
	margin: 5px 0px;
}
.right textarea {
	width:170px;
	height:100px;
}
.right input.btn {
}

.group {
	color: #333333;
	border-bottom:dotted 1px #3d5363;
	padding:5px;
}
.group div.mini_title {
	font-weight:bold;
	font-size:13px;
	color: #3d5363;
	margin: 10px 0px;
}
.group div.mini_title2 {
	font-weight:bold;
	font-size:13px;
	color: #000000;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
