/* Start of CMSMS style sheet 'goldtraders' */
/* Gold Traders website
DogMatrix Technology 2009 */


body {
	padding: 0px;
	margin: 0px;
	background-color: #62668c;
	color: #ffffff;
	font:12px/1.55em arial, helvetica, sans-serif; 
    text-align: center;
	min-width: 100%;
}

a{
	color: white;
	text-decoration: underline;
}
a:hover{
	color: yellow;
	text-decoration: underline;
}


#container {
 width: 780px;
 margin-left : auto;
 margin-right : auto;
 text-align: left;
}

#topMiniBar{
	background-color: #2c2e57;
	width: 450px;
	height: 10px;
}

#logo
{
	width: 254px;
	height: 110px;
	float: left;
}

#companyDescription
{
	color: #adaec0;
	font-size: 11px;
	float: left;
	line-height: 100px;
}

#callUs
{
	color: #ee4444;
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding-top: 80px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainPicture
{
	background-image: url(../gfx/jewelry.jpg);
	width: 780px;
	height: 330px;
	float: left;
	cleat: both;
	display: block;
}

#menuBar
{
	float: left;
	margin-left: 90px;
	margin-top: 10px;
	width: 150px;
	color: white;
	font-size: 16px;
	display: block;
}
.menuEntry
{
	float: left;
	clear: both;
	width: 142px;
	margin-bottom: 20px;
	display: block;
}

.menuEntry a{
	color: white;
	text-decoration: none;
}
.menuEntry a:hover{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.sepLine
{
	float: left;
	clear: both;
	width: 142px;
	height: 1px;
	background-color: white;
	margin-top: 7px;
}

#midDecoLine
{
	float: left;
	width: 780px;
	height: 8px;
	background-image: url(../gfx/middecobar.gif);	
}

#midBarDark
{
	float: left;
	width: 620px;
	background-color: #2c2e3f;
	padding-top: 30px;
                padding-left: 80px;
                padding-right: 80px;
                padding-bottom: 15px;
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
#midBarDarkText
{
               width: 620px;
	float: left;
	padding-left: 0px;
	padding-bottom: 0px;
}
.midBarDarkHeader1
{
                float: left;
                font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color: white;
	padding-bottom: 30px;
}

.midBarDarkSubHeader1
{
	font-size:15px;
	color: white;
	padding-bottom: 10px;
	font-weight: bold;
}

#midBarLight
{
	float: left;
	width: 620px;
	background-color: #42445e;
	padding-top: 30px;
                padding-bottom: 15px;
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
                padding-left: 80px;
                padding-right: 80px;
}
#midBarLightText
{
	float: left;
                width: 620px;
	padding-bottom: 0px;
}
.h3
{
	font-size:15px;
	color: white;
	padding-bottom: 10px;
	font-weight: bold;
}

#footer
{
	float: left;
	width: 780px;
	text-align: center;
	font-size: 11px;
	padding-top: 15px;
}

hr.separator
{
                float: left;
	clear: both;
	width: 142px;
	height: 1px;
	background-color: white;
	margin-top: 7px;
}
/* End of 'goldtraders' */

