@media screen and (max-width:1200px) {  
/* IF YOU CHANGE THE ABOVE WIDTH, ALSO ALTER: 	
 	- header_script_sticky_header.incl.php 
	- header_responsive.incl.php 
*/


body {
    
}

div#header,
div#StickyHeader, 
div#breadcrumbs,
div#masthead,
div#mastheadSite,
div#topMenu,
div#ContentShadow,
div#Content,
div#DIVsection1,
div#DIVsection2,
div#DIVsection3,
div#ctaFooter,
div#footer,
div#footer2,
div#footerMessage 
{
	width: 960px;
}


div#breadcrumbsLeft {
	width: 600px;	
}


div#contentColumn2 {
    width: 680px;
}

div#footerMessageWide {
    height: 120px;   
}

div#footerMessageLeft {
    width: 600px;
}

div#ctaFooterRight {
    padding: 28px 20px 0 0;
}

p.topMenu {
    font-size: 16px;    
	padding: 44px 10px 0;
}

/********** BOOKING SYSTEM SYTLES **********/

div.BookingEvents_Main_Column {
	width: 430px;
    height: 340px;    
}



/*  CALENDAR STYLES */

#cal td { 
	width: 90px;
}



/*  PHOTO GALLERY STYLES */

div.photo_positioning, div.PhotoGallery_Caption, div.photo_positioning img  {
    width: 300px;
}


/*  SHOPPING CART STYLES */

div.product_Grid_Col {
	width: 310px;
}

div.productIMG_positioning_outer_border {
    width: 290px;
}

div.productIMG_positioning, div.productIMG_positioning img  {
    width: 270px;
}



div.CategoryImage_Col {
	width: 200px;
}

div.CategoryIMG_positioning, div.CategoryIMG_positioning img  {
    width: 200px;
    height: 150px;
}

div.product_Details_Col1 {
	width: 400px;
}

/*********************************************/
/*** CONTACT PAGE                          ***/
/*********************************************/

div#contactLeft {
	float: left;
	width: 300px;    
}

div#contactRight {
	width: 500px;
	float: right;
}



/*********************************************/
/*** Form Style 2 - Full Width Styled Form ***/
/*** Full Width Form in Contact Right Div  ***/
/*********************************************/

div.form_style2_Left {
	width: 230px;    
}


div.form_style2_Right {
	width: 230px;
}


form input.form_style2[type="text"]{
	width: 220px;
}

form textarea.form_style2 {
	width: 490px;	
}

form select.form_style2 {
	width: 220px;
}

/*********************************************/
/*** STAFF PAGE                            ***/
/*********************************************/

div#staffLeft {
	float: left;
	width: 250px;    
}

div#staffRight {
    margin: 0 0 0 30px;
	width: 380px;
	float: left;
}


}