/***** Custom Color and Pattern Stylesheet *****/

body {
background:#FFF url(../images/skins/bg-body1.jpg); /* You can change this bg pattern with another pattern (bg-body1.jpg) until (bg-body10.jpg) */
background-attachment:fixed;
font:12px Tahoma, Arial, Verdana;
color:#6d6d6d;
margin:0;
padding:0;
}

#header-wrapper {
height:auto;
min-height:671px;
background-color:#007bb7; /* You can change this bg color with another heks color */
background-image:url(../images/header-glow.png);
background-repeat:no-repeat;
background-position:center 19px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position:relative;
z-index:100;
}

#header-wrapper-inner {
height:auto;
min-height:274px;
background-color:#007bb7; /* You can change this bg color with another heks color */
background-image:url(../images/header-glow.png);
background-repeat:no-repeat;
background-position:center 19px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position:relative;
z-index:100;
}

#mainmenu-wrapper{
height:146px;
background-image:url(../images/bg-mainmenu.png);
background-repeat:no-repeat;
background-position:center;
}

