/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}


.rollover a {
    display: block;
    width: 70px;
    padding: 0px 10px 0px 5px;
    text-decoration: none;
    margin-bottom: 5px;
    height: 26px;
    float: left;
    margin-top:-1px;
}
.rollover a:hover { 
background-position: 0 -36px;
color: #049;
}
.rollover a:active {
background-position: 0 -36px;
color:#fff;
}
/*
.rollover .activepage
{
background-position: 0 -36px;
color: #049;

}
*/
.menuhome
{
 background: url('../images/menu_home.png') no-repeat 0 0;
}
.menuservices
{
 background: url('../images/menu_services.png') no-repeat 0 0;
}
.menuwork
{
 background: url('../images/menu_ourwork.png') no-repeat 0 0;
}
.menucontact
{
 background: url('../images/menu_contact.png') no-repeat 0 0;
}
.menushop
{
 background: url('../images/menu_shop.png') no-repeat 0 0;
}



.sidebar img
        {
            margin-bottom: 15px;
        }
.sidebar
{
    border-left-color: #C0C0C0;
    border-left-style: dotted;
    border-left-width: 1px;
    padding-left: 12px;
}
 .h1services
{
    color: #EC008C;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 12px;
    margin-right: 0px;
}
.h1services1
{
    color: #EC008C;
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: bold;
    line-height: 12px;
    margin-right: 5px;
}


.footer
{
    color: #808080;
    margin-top: 5px;
    font-size: 11px;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #808080;
    padding-top: 10px;
}

.footer a:link, .footer a:visited, .footer a:hover
{
    color: #808080;
}

a:link, a:visited
{
 color:#EC008C;
}
a:hover
{
 color:Black;
 }


.inputbox {
border:1px solid #C5C5C5;
color:#949494;
font-size:1em;
margin-bottom:10px;
margin-right:2px;
padding:9px 4px 7px 8px;
width:220px;
}
.submit {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #EF2E7F none repeat scroll 0
0;
    border: medium none;
    color: #FFFFFF;
    font-size: 1em;
    margin-top: 5px;
    padding: 0.6em 1em 0.4em;
    text-transform: uppercase;
}
.submit:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#454547 none repeat scroll 0 0;
cursor:pointer;
}

ul {
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: inside;
	}



.home
{ font-size:12px; line-height:18px; margin-bottom:10px;}

.homelist
{ font-size:12px; line-height:19px; margin-bottom:0px;}

