/*=RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}

/*=GENERAL SETTINGS*/

body {
	background-color:#000;
	color:#fff;
	font-family: Helvetica,Arial,'Lucida Grande', sans-serif;
	font-size:12px;
}
a{
	text-decoration:none;
	color:#ffcc00;
	font-size:12px;
}
a:hover{color:#ffcc00;}
a:visited{color:#ffcc00;}
a:active{color:#ffcc00;}

form,input,select {
	font-size:12px;
	margin-left:4px;
}

input {
	background-color:#fff;
	color:#000;
	margin-top:1px;
	margin-left:1px;
	margin-right:1px;
	padding:0px;
}

em {
font-weight:bold;
}

/*=BREADCRUMB */

div#breadCrumbContainer{
clear:both;
width:884px;
height:25px;
}
div#breadCrumbContainer a{
margin-right:11px;
font-size:12px;
font-weight:bold;
margin-bottom:0px;
padding-bottom:0px;
line-height:20px;
}
ul#breadCrumb li{
float:left;
list-style-type:none;
margin-right:5px;
padding-right:5px;
background-image:url(/img/breadCrumbMark.jpg);
background-repeat:no-repeat;
background-position:right center;
height:20px;
line-height:20px;

}
ul#breadCrumb li.lastElement{
background-image:none;
}
ul#breadCrumb li img{
margin:5px 0px 0px -8px;
}
.intBtn {
float:right;
}


select#internationalSites {
float:right;
font-size:11px;
margin-right:8px;

}

#container {
	position:absolute;
	left:50%;
	width:874px;
	min-height:444px;
	_height:444px;
	margin-left:-437px;
}


#middle_wrapper {
	width:884px;
	min-height:444px;
	_height:444px;
}


/*=columns and general classes */
object{
	margin:0;
	padding:0;
}

#contentContainer {
clear:both;
min-height:444px;
_height:444px;
width:890px;
}

.logo {
background-image:url(/img/mavic_logo.jpg);
}

.clearDiv {
clear:both;
min-height:444px;
_height:444px;
width:890px;
}

.clear {
clear:both;
}

.oneColumn {
min-height:444px;
_height:444px;
width:209px;
float:left;
}
.twoColumn {
min-height:478px;
_height:478px;
width:430px;
border:1px solid #999999;
background-color:#dfdfdf;
float:left;
}
.threeColumn {
min-height:444px;
_height:444px;
width:651px;
float:left;
}
.fourColumn {
min-height:444px;
_height:444px;
width:872px;
float:left;
}
.colunmContainer {
width:430px;
float:left;
}
.boxMargin{
margin-right:10px;
}
/*EOF columns*/


/*=blocks */

.block {
width:100%;
height:145px;
background-color:#dfdfdf;
margin-bottom:5px;
position:relative;
}
.oneBlock {
width:209px;
height:145px;
background-color:#dfdfdf;
float:left;
}
.twoBlock {
width:209px;
height:295px;
background-color:#dfdfdf;
float:left;
margin-bottom:5px;
}
.threeBlock {
width:209px;
height:440px;
background-color:#dfdfdf;
float:left;
margin-bottom:5px;
}
.fourBlock {
height:295px;
width:430px;
background-color:#dfdfdf;
margin-bottom:5px;
}
.sixBlock {
height:295px;
width:650px;
background-color:#dfdfdf;
margin-bottom:5px;
overflow:hidden;
}

#footer {
clear:both;
padding:10px 0 20px 0;
font-size:88%;
line-height:130%;
text-align:left;
}
#footer a{
float:left;
}


.btnMark a {
background-image:url(/img/triangle.jpg);
background-position:0 -1px;
background-repeat:no-repeat;
line-height:15px;
padding-left:15px;
}
.btnMark a:hover {
background-image:url(/img/triangle_hover.jpg);
}


.btnMarkWhite a {
background-image:url(/img/triangle_white.jpg);
background-position:0 -2px;
background-repeat:no-repeat;
line-height:15px;
padding-left:15px;
}
.btnMarkWhite a:hover {
background-position:0 -17px;
}
