body {
background-color:#252525;
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
color:#252525;
font:12px Arial, Helvetica, sans-serif;
line-height:16px;
margin:0;
padding:0;
}
table
{
    font-size: 1.0em;
}
img
{
    border: 0;
}

/* MAIN STRUCTURE start */
#container {
width:1000px;
margin:auto;
}

#innercontainer {
width:1000px;
margin:0 auto;
}

#innercontainer2 {
width:1000px;
float:left;
padding:0;
margin:0;
}

#contenthome {
width:1000px;
float:left;
background-color:#fff;
margin:0;
padding: 0px 0px 0px 0px;
}

#content {
width:950px;
float:left;
background-color:#fff;
margin:0;
padding: 20px 25px 20px 25px;
}

.coltext {
width:450px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#252525;
margin:15px 8px 0px 8px;
}

#left {
width:284px;
float:left;
clear:left;
margin:0;
padding: 20px 20px 0px 20px;
}

#right {
width:646px;
float:right;
margin:0;
padding: 20px 20px 0px 10px;
}


#image-container {
width:950px;
height: 210px;
margin:20px 0px 20px 0px;
}

#image-container img#image{
float:left;
padding:0px 4px 0px 0px;
}


/* MAIN STRUCTURE end */


/* HEADER start */

#header {
width:1000px;
height:176px;
background-image:url('../images/bg_header.gif');
background-repeat:repeat-x;
float:left;
padding:0;
margin:0;
}

#header img#logo {
float:left;
width:378px;
height:129px;
padding:0px;
margin:0px 0px 0px 0px;
}

#header img#dominos {
float:right;
width:224px;
height:129px;
color:#fff;
margin:0px 0px 0px 200px;
}

/* HEADER end */

/* MAIN ELEMENTS start */
#content p #left p {
padding:0;
margin:0px 0px 10px 0px;
}

#content a {
color:#252525;
}

#content a:hover {
color:#252525;
}

#content a.more {
float:left;
color:#cc0000;
font:11px Arial, Helvetica, sans-serif bold ;
text-decoration:none;
}

#content a.more:hover {
color:#cc0000;
text-decoration:underline;
}


/* HEADINGS start*/
h1, h2, h3, h4, h5, h6 {
padding:0;
margin:0 0 10px 0;
}

h1 {
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#cc0000;
margin:5px 0px 5px 0px;
}

h2 {
font-size:12px;
font-weight:bold;
line-height:15px;
color: #252525;
margin:0px;
padding:0px;
}

h3 {
font-size:12px;
line-height:15px;
font-weight:bold;
color: #cc0000;
margin:5px 0px 5px 0px;
}

h4 {
font-size:12px;
}

/* HEADINGS STYLES end */


/* HEADER ELEMENTS and MAIN NAVIGATION MENU start */

#navcontainer {
width:1000px;
height:30px;
clear: both;
padding-top: 10px;
}

#navcontainer #home
{
    float: left;
    padding-left: 20px;
}

#navcontainer #home a
{
    text-decoration: none;
    color: #ffffff;
}

#navcontainer #home a:hover
{
    color:#00ccff;
}

#navcontainer #navs
{
    float: right;
}

/* HEADER ELEMENTS and MAIN NAVIGATION MENU end */


/* SUBSCRIPTION AREA start */

#subscription-container {
clear:both;
width:240px;
padding:30px 0px 0px 0px;
margin:0px;
overflow:hidden;
}

#subscription-container img#heading{
float:left;
width:167px;
height:15px;
margin:10px 0px 10px 0px;
}

#subscription-container img#submit{
float:right;
width:64px;
height:23px;
margin:10px 24px 0px 0px;
}

/* SUBSCRIPTION AREA end */


/* PHOTO GALLERY start */
.thumbs_container {
float:left;
background-color:#e4e4e4;
padding:0;
}

.button_previous a:link, .button_previous a:visited {
float:left;
display:block;
width:12px;
height:20px;
background:url('../images/gallery_arrow_left.gif') no-repeat top left;
padding:0;
margin:20px 5px 0 0;
}

.button_next a:link, .button_next a:visited {
float:right;
display:block;
width:12px;
height:20px;;
background:url('../images/gallery_arrow_right.gif') no-repeat top left;
padding:0;
margin:20px 0 0 5px;
}

.button_previous a:hover, .button_previous a:active, .button_next a:hover, .button_next a:active {
background-position:bottom;
}

/* PHOTO GALLERY end */

/* SPONSORS AREA start */

#supplier-container {
clear:both;
width:1000px;
padding:10px 0px 0px 0px;
margin:0px;
}

/* SPONSORS AREA end */


/* FOOTER start */

#footer {
clear:both;
float:left;
width:950px;
height: 30px;
font-size:11px;
color:#fff;
padding:8px 25px 0px 25px;
margin:0px;
}

#footer a {
color:#fff;
font-size:11px;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

#footer ul {
list-style-type:none;
padding:0;
margin:0;
}

#footer ul li {
float:left;
display:block;
border-right:1px solid #fff;
padding:0px 10px 0px 10px;
margin:0;
}

#footer ul li.last {
border-right:0 none;
}

.siteby {
float:right;
}

/* FOOTER end */

/* OTHER ELEMENTS start */
.hidden {
display:none;
}

/* OTHER ELEMENTS end */

.subscriptionFieldContainer
{
    border: solid 3px #d8d8d8;
    width: 213px;
    clear: both;
    margin-bottom: 8px;
}
.subscriptionFieldContainer input
{
    font-weight: bold;
    font-size: 11px;
    color: #07ace5;
    padding: 3px;
}
.subscriptionSubmit
{
    margin-left: 156px;
}
.PageHeading
{
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
    color:#cc0000;
    font-weight: bold;
}
