﻿/* Set up main body and reset all default margins and paddings .............*/

body
{
    font-size: 12px;
    font-family: 'Century Gothic';
    background-color: #221973;
    text-align: center;
}

html>body {
}

*
{
	margin: 0;
	padding: 0;
}

h1
{
    font-size: 120%;
	font-weight: bold;
    padding-bottom: 10px;
    color: white;
}

.h2
{
    font-size: 120%;
    color: #ed1c24;
	font-weight: bold;
}

h2
{
    margin-top: 10px;
    color: #272060;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 10px;
}

h3
{
    color: #cc0000;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 100%;
}

h4
{
    color: #272060;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 100%;
}


/* End of main body ---------------------------------------------------------*/

.wrapper
{
    margin: 0 auto;
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    width: 906px;
    height: 675px;
}

.menuitems
{
    border: none;
}


#textbox
{
	position: absolute;
	top: 170px;
	left: 335px;
	width: 560px;
	color: White;
}

#insidebox
{
    border: none;
	padding: 10px 20px 10px 20px;
}

p
{
    padding-bottom: 10px;
    line-height: 20px;
}

#tmholder
{
	position: absolute;
	top: 110px;
	left: 200px;
    width: 685px;
}

#topmenu
{
    float: right;
}

#topmenu li
{
	float: left;
	list-style-type: none;
	display: inline;
	font-size: 13px;
}

#topmenu a, #topmenu a:visited
{ 
    padding-left: 20px;
	text-decoration: none;
	color: White;
}

#topmenu a:hover, body#default #mdefault a, body#approach #mapproach a, body#solutions #msolutions a, body#delivery #mdelivery a, body#gallery #mgallery a, body#offers #moffers a
{
    color: #ed1c24;
}

#bmholder
{
	position: absolute;
	top: 640px;
	left: 400px;
	width: 495px;
}

#bottommenu
{
    float: right;
}

#bottommenu li
{
	float: left;
	list-style-type: none;
	display: inline;
}

#bottommenu a, #bottommenu a:visited
{ 
    padding-left: 20px;
	text-decoration: none;
	color: White;
}

#bottommenu a:hover, body#contact #mcontact a, body#news #mnews a
{
    color: #ed1c24;
}

img
{
    border: none;
}