@charset "utf-8";
/* CSS Document */


html, body {
	background-color: #000000;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	border:0;
	margin:0;
	padding:0;
}
#myimg { 
 background: url('back.png') 
 repeat; position:absolute; 
 left: 10px; top: 10px; 
 width: 200px; 
 height: 200px;
  }
body {
	font:100%/1.25 Arial, Helvetica, sans-serif;
}
.defaultBG {
	background-image:url(../images/international_bkgd.jpg);
	background-repeat:no-repeat;
}
.superBG {
	background-image:url(../images/super.jpg);
	background-repeat:no-repeat;
}
.catalogBG {
	background-image:url(../images/catalogBG.jpg);
	background-repeat:no-repeat;
}
.footer {
	color:#FFFFFF;
	font-size:small;
	font-style:italic;
}


/*The left-side main menu*/
.mainMenu {
	width:180px;
	float:left;
	margin:5px 5px;
	text-align:left;
	background-color:#000000;
	border:solid #000000 2px;
	font-size:14px;
}
.mainMenu ul {
	margin:0px;
	padding:0px;
}
.mainMenu li  {
	background-color: #000000;
	color: #FFFFFF;
	background-image:url(../images/button.gif);
	background-repeat:repeat-y;
	border:solid #FFFFFF 1px;
	padding: 5px 5px 5px 20px;
	list-style-type: none;
	margin-left:0px;
}
.mainMenu a,
.mainMenu a:link,
.mainMenu a:visited {
	color:#fff;
	text-decoration:none;
}
.mainMenu a:hover {
	color:#000;
	text-decoration:none;
	background-color:#999999;
}
/*Where the main body of text is*/
.textBox {
	color:#000000;
	width:529px;
	float:right;
	background-image:url(../images/backdrop.png);
	background-repeat:repeat;
	padding:5px;
	margin:5px 5px 5px 0px;
	text-align: left;
	border:#000000 2px solid;
	/*background-color: #CCCCCC;*/
}
/*The big box that contains everything.*/
.mainBox {
	width:750px;
	background-image:url(../images/backdrop.png);
	background-repeat:repeat;
	margin:0px;
	border:#000000 2px solid;
	/*background-color: #666666;*/
}
/*The top menu that holds the languages selection*/
.menuBox {
	color:#FFFFFF;
	width:750px;
	background-image:url(../images/backdrop.png);
	background-repeat:repeat;
	margin:103px 0px 15px 0px;
	border:#000000 2px solid;
	font-size:14px;
	padding: 5px;
	/*background-color: #666666;*/
}

/*Link box*/
.smallBox {
	border:solid 2px #000000;
	background-color:#CCCCCC;
	margin:5px 0px 10px 5px;
	padding:5px;
	width:385px;
}
.smallBox a,
.smallBox a:link,
.smallBox a:visited {
	color:#000;
	text-decoration:none;
}
.smallBox a:hover {
	color:#FFFFFF;
	background-color:#333333;
	text-decoration:underline;
	border:solid 2px #fff;
}

/*****Language menu *******/

.lang {
	color:#FFFFFF;
	padding:5px 5px 5px 5px;
	font-weight:bold;
	text-align:right;
}
.lang a,
.lang a:link,
.lang a:visited {
	color:#333333;
	text-decoration:none;
}
.lang a:hover {
	color:#FFFF00;
	text-decoration:underline;
}


.lang2 {
	color:#FFFFFF;
	padding:5px 5px 5px 5px;
	font-weight:bold;
	text-align:right;
}
.lang2 a,
.lang2 a:link,
.lang2 a:visited {
	color:#999999;
	text-decoration:none;
}
.lang2 a:hover {
	color:#666666;
	text-decoration:underline;
}
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
 
h1 {
	padding:30px 0 25px 0;
	letter-spacing:-1px;
	font-size:2em;
}
 
h2 {
	padding:10px 0;
	letter-spacing:-1px;
	font-size:1.5em;
	font-weight: bold;
}
 
h3 {
	font-size:1em;
	font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
 
ul, ol {
	padding:0 0 1.25em 1.5em;
}
 
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
 
small {
	font-size:0.85em;
}
 
img {
	border:0;
	behavior: url(http://concrete-nation.com/international/includes/iepngfix.htc); 
}
img, div { behavior: url(iepngfix.htc) }

* { behavior: url(iepngfix.htc) }
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link {
	text-decoration:none;
	color: #333333;
}
a:visited,
a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}

/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
 
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
	width:100%;
	line-height:1.25;
}
 
label {
	cursor:pointer;
}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0;
	padding:0;
}
 
table tr td {
	padding:0px;
}
 
/***** Wrapper *****/
 
#wrap {
	width:960px;
	margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/******* Products Button **********/
.buttonDIV {
	border:solid #000000 1px; 
	padding:1px; 
	margin-bottom:5px; 
	text-align:center; 
	font-size:12px; 
	font-weight:bold;
}
a.buttonProducts {
	color:#000000;
	font-size: 12px;
	font-weight:bold;
    text-decoration: none;
}
 
a.buttonProducts:hover {
	color:#FFFF00;
} 

/***********Video buttons*******/
a.buttonSuper {
    display: block;
	text-align:center;
    width: 128px;
    height: 84px;
    background: url("../images/pics/supercompact.jpg") bottom no-repeat;
    text-decoration: none;
}
 
a.buttonSuper:hover {
    background-position: top;
	border: solid #FFFF00 1px;
} 

a.buttonKcrete {
    display: block;
    width: 128px;
    height: 84px;
    background: url("../images/pics/kcrete.jpg") bottom no-repeat;
    text-decoration: none;
}
 
a.buttonKcrete:hover {
    background-position: top;
	border: solid #FFFF00 1px;
} 

a.buttonMongoose {
    display: block;
    width: 128px;
    height: 84px;
    background: url("../images/pics/mongoose.jpg") bottom no-repeat;
    text-decoration: none;
}
 
a.buttonMongoose:hover {
    background-position: top;
	border: solid #FFFF00 1px;
} 

a.buttonSandroid {
    display: block;
    width: 128px;
    height: 84px;
    background: url("../images/pics/sandroid.jpg") bottom no-repeat;
    text-decoration: none;
}
 
a.buttonSandroid:hover {
    background-position: top;
	border: solid #FFFF00 1px;
} 

a.buttonSeminar {
    display: block;
    width: 128px;
    height: 84px;
    background: url("../images/pics/seminar.jpg") bottom no-repeat;
    text-decoration: none;
}
 
a.buttonSeminar:hover {
    background-position: top;
	border: solid #FFFF00 1px;
} 

a.buttonTrailer {
    display: block;
    width: 128px;
    height: 84px;
    background: url("../images/pics/trailers.jpg") bottom no-repeat;
    text-decoration: none;
}
 
a.buttonTrailer:hover {
    background-position: top;
	border: solid #FFFF00 1px;
} 

a.buttonConRez {
    display: block;
    width: 128px;
    height: 84px;
    background: url("../images/pics/resurrection.jpg") bottom no-repeat;
    text-decoration: none;
}
 
a.buttonConRez:hover {
    background-position: top;
	border: solid #FFFF00 1px;
} 