/*Sweat Rag Main Style*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ol, dl, address 
{
    font-family: Arial, Verdana;
    font-size: 11pt;
    color: #084B91;    
}
img        
{
	border-width:0;
}
body
{
	margin-top: 40px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	text-align: center;
	color: #084B91;
	font-family: Arial, Verdana;
	font-size: 10pt;
}
a
{
	color: #7694BB;
	text-decoration: none;	
}
a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
} 
#page
{
	margin:0 auto;

    width:801px;
    height: 602px;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#page2
{
	margin:0 auto;

    width:801px;
    height: 602px;
	text-align: center;
	background-image: url(../images/background2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#page3
{
	margin:0 auto;

    width:801px;
    height: 602px;
	text-align: center;
	background-image: url(../images/background3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#left_side
{
	width: 225px;
	height: 602px;
	vertical-align: top;
}
#right_side
{
	width: 676px;
	height: 602px;
	vertical-align: top;
}

#logo
{
	width: 225px;
	height: 92px;
	text-align: left;
}
#contact
{
	height: 510px;
	width: 225px;
}
#contact_content
{
	margin: 410px 80px 28px 20px;
	text-align: left;
	vertical-align: top;
	color: #7694BB;
}
#contact_content p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7694BB;
}
/*navigations*/
#menu
{
	width: 320px;
	height: 64px;
	padding-left: 80px;
	text-align: left;
}
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 320px;
}
#menu ul li
{
	margin: 0px;
	padding-right: 13px;
	padding-left: 13px;
	float: left;
	background-image: url(../images/nav_div.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	height: 42px;
	padding-top: 22px;
}
#menu ul li#last
{
	margin: 0px;
	padding-right: 0px;
	padding-left: 13px;
	float: left;
	background-image: url(../images/nav_div1.gif);
	background-repeat: no-repeat;
	height: 42px;
	padding-top: 22px;
}
#menu ul li a
{
	display: block;
	font-size: 10pt;
	font-weight: bold;
	color: #A8AAAE;
	text-decoration: none;
	
}
#menu ul li a:hover, #menu ul li a.selected
{
	color: #ffffff;
}

#shop_button
{
	width: 186px;
	height: 60px;
	text-align: left;
}


#bodyContent
{
	padding-left: 315px;
	padding-right: 20px;
	padding-top: 5px;
	width: 280px;
	height: 533px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
#bodyContent p
{
	margin-top: 0px;
}
#bodyContent p.textRight
{
	text-align: right;
}
/*logoworks links*/    
#logoworks
{
	margin: 0px auto;
	padding: 0px auto;
	font-size: 8pt;
	text-align:center;	
	color: #000000;
}
#logoworks a
{
	color: #000000;
	text-decoration: none;
}
#logoworks a:hover
{
	text-decoration: underline;	
}    